Trace number 1080831

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800 1804.25

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-2.xml
MD5SUM585e418ff9a750c634826a9ec19df97c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1300
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Sat Jul  5 01:16:26 2008
0.02/0.04	c 0	PID 10083
0.02/0.04	c 0	HOST node8.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1080831-1215213386.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080831-1215213386.xml' 'HOME/temp.csp'
0.03/0.86	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.03/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.88	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.83/0.96	c 1	Parsing HOME/temp.csp
1.04/1.20	c 1	parsed 3732 expressions
1.14/1.20	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.20	c 1	Converting to clausal form CSP
1.14/1.22	c 1	converted 374 (10%) expressions
1.14/1.27	c 1	converted 747 (20%) expressions
1.23/1.38	c 2	converted 1120 (30%) expressions
1.34/1.41	c 2	converted 1493 (40%) expressions
1.34/1.43	c 2	converted 1866 (50%) expressions
1.34/1.44	c 2	converted 2240 (60%) expressions
1.34/1.45	c 2	converted 2613 (70%) expressions
1.34/1.46	c 2	converted 2986 (80%) expressions
1.34/1.47	c 2	converted 3359 (90%) expressions
1.34/1.48	c 2	converted 3732 (100%) expressions
1.34/1.48	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1300
1.34/1.48	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.48	c 2	Propagation in CSP
1.53/1.64	c 2	203574 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.64	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 837
1.53/1.64	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.64	c 2	Simplifing CSP by introducing new Boolean variables
1.63/1.73	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 837
1.63/1.73	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.77	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.81	c 2	30 (10%) CSP integer variables are encoded (18915 clauses, 261615 bytes)
1.73/1.83	c 2	60 (20%) CSP integer variables are encoded (39435 clauses, 569415 bytes)
1.73/1.85	c 2	90 (30%) CSP integer variables are encoded (54420 clauses, 794190 bytes)
1.73/1.87	c 2	120 (40%) CSP integer variables are encoded (71415 clauses, 1049115 bytes)
1.73/1.89	c 2	150 (50%) CSP integer variables are encoded (84555 clauses, 1246215 bytes)
1.82/1.91	c 2	180 (60%) CSP integer variables are encoded (101220 clauses, 1498987 bytes)
1.82/1.93	c 2	210 (70%) CSP integer variables are encoded (120240 clauses, 1822327 bytes)
1.82/1.95	c 2	240 (80%) CSP integer variables are encoded (138135 clauses, 2126542 bytes)
1.82/1.98	c 2	270 (90%) CSP integer variables are encoded (156705 clauses, 2442232 bytes)
1.82/2.00	c 2	300 (100%) CSP integer variables are encoded (171585 clauses, 2695192 bytes)
2.33/2.40	c 3	883 (10%) CSP clauses are encoded (374409 clauses, 7139015 bytes)
2.72/2.81	c 3	1766 (20%) CSP clauses are encoded (594207 clauses, 12187993 bytes)
3.03/3.17	c 3	2649 (30%) CSP clauses are encoded (789914 clauses, 16697021 bytes)
3.52/3.60	c 4	3532 (40%) CSP clauses are encoded (1027666 clauses, 22182342 bytes)
3.83/3.93	c 4	4415 (50%) CSP clauses are encoded (1204022 clauses, 26255212 bytes)
4.21/4.31	c 5	5298 (60%) CSP clauses are encoded (1403930 clauses, 30871137 bytes)
4.41/4.58	c 5	6181 (70%) CSP clauses are encoded (1550750 clauses, 34267297 bytes)
4.81/4.95	c 5	7064 (80%) CSP clauses are encoded (1748411 clauses, 38837812 bytes)
5.21/5.34	c 6	7947 (90%) CSP clauses are encoded (1952796 clauses, 43694351 bytes)
5.62/5.71	c 6	8830 (100%) CSP clauses are encoded (2166410 clauses, 48623143 bytes)
5.62/5.71	c 6	8830 CSP clauses encoded
5.62/5.71	c 6	Writing map file : HOME/temp.map
5.62/5.72	c 6	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.62/5.72	c 6	SAT : 177585 SAT variables, 2166410 SAT clauses, 48623143 bytes
5.62/5.72	c 6	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.62/5.77	c 6	SOLVING HOME/temp.cnf
5.62/5.77	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.62/5.77	c 6	This is MiniSat 2.0 beta
5.62/5.77	c 6	WARNING: for repeatability, setting FPU to use double precision
5.62/5.77	c 6	============================[ Problem Statistics ]=============================
5.62/5.77	c 6	|                                                                             |
5.62/5.77	c 6	|  Number of variables:  177585                                               |
5.62/5.77	c 6	|  Number of clauses:    2166410                                              |
6.77/7.00	c 7	|  Parsing time:         1.04         s                                       |
6.87/7.06	c 7	============================[ Search Statistics ]==============================
6.87/7.06	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.87/7.06	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.87/7.06	c 7	===============================================================================
6.87/7.06	c 7	|         0 |  176991  2165816  6157123 |   721938        0    nan |  0.000 % |
8.17/8.34	c 9	|       101 |  176991  2165816  6157123 |   794132      101     14 |  0.334 % |
9.47/9.67	c 10	|       251 |  176991  2165816  6157123 |   873545      251     12 |  0.334 % |
11.27/11.49	c 12	|       477 |  176991  2165816  6157123 |   960900      477     13 |  0.334 % |
14.76/14.91	c 15	|       814 |  176991  2165816  6157123 |  1056990      814     14 |  0.334 % |
20.46/20.61	c 21	|      1320 |  176991  2165816  6157123 |  1162689     1320     17 |  0.334 % |
27.76/27.92	c 28	|      2079 |  176991  2165816  6157123 |  1278958     2079     16 |  0.335 % |
38.66/38.87	c 39	|      3219 |  176991  2165816  6157123 |  1406854     3219     15 |  0.334 % |
57.25/57.46	c 58	|      4929 |  176991  2165816  6157123 |  1547539     4929     18 |  0.335 % |
83.73/83.95	c 84	|      7492 |  176991  2165816  6157123 |  1702293     7492     21 |  0.334 % |
123.52/123.78	c 124	|     11336 |  176991  2165816  6157123 |  1872522    11336     21 |  0.334 % |
183.60/183.87	c 184	|     17102 |  176991  2165816  6157123 |  2059775    17102     21 |  0.334 % |
284.15/284.40	c 285	|     25751 |  176991  2165816  6157123 |  2265752    25751     21 |  0.335 % |
435.50/435.81	c 436	|     38725 |  176991  2165816  6157123 |  2492328    38725     22 |  0.334 % |
669.80/670.29	c 671	|     58186 |  176991  2165816  6157123 |  2741560    58186     23 |  0.334 % |
1033.37/1034.00	c 1034	|     87378 |  176991  2165816  6157123 |  3015716    87378     25 |  0.334 % |
1568.63/1571.73	c 1572	|    131168 |  176991  2165816  6157123 |  3317288   131168     27 |  0.334 % |
1800.00/1804.22	c ERROR INTERRUPTED
1800.00/1804.23	s UNKNOWN
1800.00/1804.23	c 1804	CPU 5.19 (0.04 0.01 5.15 0.46)
1800.00/1804.23	c 1804	END Sat Jul  5 01:46:30 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080831-1215213386/watcher-1080831-1215213386 -o /tmp/evaluation-result-1080831-1215213386/solver-1080831-1215213386 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1080831-1215213386.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.00 4/74 10083
/proc/meminfo: memFree=1426880/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=12268 CPUtime=0
/proc/10083/stat : 10083 (sugar) R 10081 10083 8516 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 2000313662 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 0 0 0
/proc/10083/statm: 3067 316 241 3 0 167 0

[startup+0.027231 s]
/proc/loadavg: 2.00 2.04 2.00 4/74 10083
/proc/meminfo: memFree=1426880/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13072 CPUtime=0.02
/proc/10083/stat : 10083 (sugar) R 10081 10083 8516 0 -1 4194304 627 0 0 0 2 0 0 0 18 0 1 0 2000313662 13385728 595 996147200 4194304 4206940 548682068608 18446744073709551615 228706390753 0 0 4224 0 0 0 0 17 0 0 0
/proc/10083/statm: 3268 596 316 3 0 368 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13072

[startup+0.101235 s]
/proc/loadavg: 2.00 2.04 2.00 4/74 10083
/proc/meminfo: memFree=1426880/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=0.03
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2000313662 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301247 s]
/proc/loadavg: 2.00 2.04 2.00 4/74 10083
/proc/meminfo: memFree=1426880/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=0.03
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2000313662 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701296 s]
/proc/loadavg: 2.00 2.04 2.00 4/74 10083
/proc/meminfo: memFree=1426880/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=0.03
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2000313662 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50137 s]
/proc/loadavg: 2.00 2.04 2.00 3/85 10105
/proc/meminfo: memFree=1419560/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=0.83
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 974 6761 0 1 3 0 76 4 15 0 1 0 2000313662 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 797 370 3 0 500 0
[pid=10096] ppid=10083 vsize=5356 CPUtime=0
/proc/10096/stat : 10096 (sh) S 10083 10083 8516 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000313750 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10096/statm: 1339 233 193 169 0 50 0
[pid=10097] ppid=10096 vsize=868252 CPUtime=0.6
/proc/10097/stat : 10097 (java) S 10096 10083 8516 0 -1 0 5696 0 1 0 57 3 0 0 20 0 9 0 2000313750 889090048 5089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 217063 5089 1734 9 0 211638 0
[pid=10097/tid=10098] ppid=10096 vsize=868252 CPUtime=0.37
/proc/10097/task/10098/stat : 10098 (java) R 10096 10083 8516 0 -1 64 2659 0 1 0 36 1 0 0 25 0 9 0 2000313751 889090048 5089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10099] ppid=10096 vsize=868252 CPUtime=0.04
/proc/10097/task/10099/stat : 10099 (java) S 10096 10083 8516 0 -1 64 881 0 0 0 4 0 0 0 16 0 9 0 2000313752 889090048 5089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10100] ppid=10096 vsize=868252 CPUtime=0
/proc/10097/task/10100/stat : 10100 (java) S 10096 10083 8516 0 -1 64 9 0 0 0 0 0 0 0 24 0 9 0 2000313752 889090048 5089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10101] ppid=10096 vsize=868252 CPUtime=0
/proc/10097/task/10101/stat : 10101 (java) S 10096 10083 8516 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 2000313752 889090048 5089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10102] ppid=10096 vsize=868252 CPUtime=0
/proc/10097/task/10102/stat : 10102 (java) S 10096 10083 8516 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000313754 889090048 5089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10103] ppid=10096 vsize=868252 CPUtime=0.15
/proc/10097/task/10103/stat : 10103 (java) R 10096 10083 8516 0 -1 64 1464 0 0 0 15 0 0 0 16 0 9 0 2000313754 889090048 5089 996147200 134512640 134550740 4294955952 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10104] ppid=10096 vsize=868252 CPUtime=0
/proc/10097/task/10104/stat : 10104 (java) S 10096 10083 8516 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2000313754 889090048 5089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10105] ppid=10096 vsize=868252 CPUtime=0
/proc/10097/task/10105/stat : 10105 (java) S 10096 10083 8516 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000313754 889090048 5089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887208

[startup+3.10252 s]
/proc/loadavg: 2.00 2.04 2.00 3/85 10105
/proc/meminfo: memFree=1403816/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=0.83
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 974 6761 0 1 3 0 76 4 15 0 1 0 2000313662 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 797 370 3 0 500 0
[pid=10096] ppid=10083 vsize=5356 CPUtime=0
/proc/10096/stat : 10096 (sh) S 10083 10083 8516 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000313750 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10096/statm: 1339 233 193 169 0 50 0
[pid=10097] ppid=10096 vsize=868476 CPUtime=2.2
/proc/10097/stat : 10097 (java) S 10096 10083 8516 0 -1 0 7944 0 1 0 205 15 0 0 20 0 9 0 2000313750 889319424 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 217119 6706 2564 9 0 211666 0
[pid=10097/tid=10098] ppid=10096 vsize=868476 CPUtime=1.64
/proc/10097/task/10098/stat : 10098 (java) R 10096 10083 8516 0 -1 64 3165 0 1 0 155 9 0 0 25 0 9 0 2000313751 889319424 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10099] ppid=10096 vsize=868476 CPUtime=0.31
/proc/10097/task/10099/stat : 10099 (java) S 10096 10083 8516 0 -1 64 2590 0 0 0 27 4 0 0 16 0 9 0 2000313752 889319424 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10100] ppid=10096 vsize=868476 CPUtime=0
/proc/10097/task/10100/stat : 10100 (java) S 10096 10083 8516 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000313752 889319424 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10101] ppid=10096 vsize=868476 CPUtime=0
/proc/10097/task/10101/stat : 10101 (java) S 10096 10083 8516 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000313752 889319424 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10102] ppid=10096 vsize=868476 CPUtime=0
/proc/10097/task/10102/stat : 10102 (java) S 10096 10083 8516 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000313754 889319424 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10103] ppid=10096 vsize=868476 CPUtime=0.21
/proc/10097/task/10103/stat : 10103 (java) S 10096 10083 8516 0 -1 64 1496 0 0 0 21 0 0 0 16 0 9 0 2000313754 889319424 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10104] ppid=10096 vsize=868476 CPUtime=0
/proc/10097/task/10104/stat : 10104 (java) S 10096 10083 8516 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2000313754 889319424 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10097/tid=10105] ppid=10096 vsize=868476 CPUtime=0
/proc/10097/task/10105/stat : 10105 (java) S 10096 10083 8516 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000313754 889319424 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887432

[startup+6.30283 s]
/proc/loadavg: 2.00 2.03 2.00 3/85 10105
/proc/meminfo: memFree=1362408/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 13600

[startup+12.7014 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 10107
/proc/meminfo: memFree=1271848/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=106412 CPUtime=6.9
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 25754 0 0 0 670 20 0 0 25 0 1 0 2000314239 108965888 25740 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/10107/statm: 26603 25740 75 150 0 26450 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 125368

[startup+25.5017 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 10107
/proc/meminfo: memFree=1269928/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=107072 CPUtime=19.7
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 25946 0 0 0 1949 21 0 0 25 0 1 0 2000314239 109641728 25932 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10107/statm: 26768 25932 75 150 0 26615 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 126028

[startup+51.1011 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 10107
/proc/meminfo: memFree=1267496/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=107336 CPUtime=45.29
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 26013 0 0 0 4508 21 0 0 25 0 1 0 2000314239 109912064 25999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10107/statm: 26834 25999 75 150 0 26681 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 126292

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 10107
/proc/meminfo: memFree=1260520/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=107996 CPUtime=96.47
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 26196 0 0 0 9626 21 0 0 25 0 1 0 2000314239 110587904 26182 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10107/statm: 26999 26182 75 150 0 26846 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 126952

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 10107
/proc/meminfo: memFree=1256104/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=109100 CPUtime=156.45
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 26409 0 0 0 15623 22 0 0 25 0 1 0 2000314239 111718400 26395 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/10107/statm: 27275 26395 75 150 0 27122 0
Current children cumulated CPU time (s) 162.11

################
# More data... #
################

/proc/meminfo: memFree=1225984/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=123000 CPUtime=1294.87
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 29853 0 0 0 129456 31 0 0 25 0 1 0 2000314239 125952000 29839 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10107/statm: 30750 29839 75 150 0 30597 0
Current children cumulated CPU time (s) 1300.53
Current children cumulated vsize (KiB) 141956

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/97 10164
/proc/meminfo: memFree=1225088/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=123924 CPUtime=1354.58
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 30078 0 0 0 135427 31 0 0 25 0 1 0 2000314239 126898176 30064 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10107/statm: 30981 30064 75 150 0 30828 0
Current children cumulated CPU time (s) 1360.24
Current children cumulated vsize (KiB) 142880

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/97 10164
/proc/meminfo: memFree=1224064/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=124716 CPUtime=1414.29
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 30299 0 0 0 141398 31 0 0 25 0 1 0 2000314239 127709184 30285 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10107/statm: 31179 30285 75 150 0 31026 0
Current children cumulated CPU time (s) 1419.95
Current children cumulated vsize (KiB) 143672

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/97 10164
/proc/meminfo: memFree=1223168/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=125644 CPUtime=1474
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 30517 0 0 0 147369 31 0 0 25 0 1 0 2000314239 128659456 30503 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10107/statm: 31411 30503 75 150 0 31258 0
Current children cumulated CPU time (s) 1479.66
Current children cumulated vsize (KiB) 144600

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/97 10164
/proc/meminfo: memFree=1222336/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=126436 CPUtime=1533.71
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 30705 0 0 0 153340 31 0 0 25 0 1 0 2000314239 129470464 30691 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10107/statm: 31609 30691 75 150 0 31456 0
Current children cumulated CPU time (s) 1539.37
Current children cumulated vsize (KiB) 145392

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/97 10164
/proc/meminfo: memFree=1221440/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=127112 CPUtime=1593.43
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 30906 0 0 0 159311 32 0 0 25 0 1 0 2000314239 130162688 30892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10107/statm: 31778 30892 75 150 0 31625 0
Current children cumulated CPU time (s) 1599.09
Current children cumulated vsize (KiB) 146068

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/97 10164
/proc/meminfo: memFree=1221120/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=127380 CPUtime=1653.14
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 30971 0 0 0 165282 32 0 0 25 0 1 0 2000314239 130437120 30957 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10107/statm: 31845 30957 75 150 0 31692 0
Current children cumulated CPU time (s) 1658.8
Current children cumulated vsize (KiB) 146336

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/97 10164
/proc/meminfo: memFree=1220480/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=128044 CPUtime=1712.85
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 31137 0 0 0 171253 32 0 0 25 0 1 0 2000314239 131117056 31123 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/10107/statm: 32011 31123 75 150 0 31858 0
Current children cumulated CPU time (s) 1718.51
Current children cumulated vsize (KiB) 147000

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/96 10178
/proc/meminfo: memFree=1240376/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=129104 CPUtime=1772.54
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 31334 0 0 0 177222 32 0 0 25 0 1 0 2000314239 132202496 31320 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/10107/statm: 32276 31320 75 150 0 32123 0
Current children cumulated CPU time (s) 1778.2
Current children cumulated vsize (KiB) 148060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.2 s]
/proc/loadavg: 1.99 1.99 1.99 3/96 10178
/proc/meminfo: memFree=1239928/2055920 swapFree=4179560/4192956
[pid=10083] ppid=10081 vsize=13600 CPUtime=5.66
/proc/10083/stat : 10083 (sugar) S 10081 10083 8516 0 -1 4194304 1033 15871 0 2 4 1 515 46 16 0 1 0 2000313662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10083/statm: 3400 799 370 3 0 500 0
[pid=10106] ppid=10083 vsize=5356 CPUtime=0
/proc/10106/stat : 10106 (sh) S 10083 10083 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000314239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10106/statm: 1339 232 193 169 0 50 0
[pid=10107] ppid=10106 vsize=129500 CPUtime=1794.34
/proc/10107/stat : 10107 (minisat) R 10106 10083 8516 0 -1 4194304 31426 0 0 0 179402 32 0 0 25 0 1 0 2000314239 132608000 31412 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/10107/statm: 32375 31412 75 150 0 32222 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 148456

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10083 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=195210
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=503923
# CPU time returned by wait4() is 5.69913
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.25
CPU time (s): 1800
CPU user time (s): 1799.21
CPU system time (s): 0.79
CPU usage (%): 99.7642
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.19521
system time used= 0.503923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17248
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10958
involuntary context switches= 10817

runsolver used 2.34164 second user time and 5.87111 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 01:16:26
IDJOB=1080831
IDBENCH=57034
IDSOLVER=346
FILE ID=node8/1080831-1215213386
PBS_JOBID= 7881728
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-95-2.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080831-1215213386/watcher-1080831-1215213386 -o /tmp/evaluation-result-1080831-1215213386/solver-1080831-1215213386 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1080831-1215213386.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 585e418ff9a750c634826a9ec19df97c
RANDOM SEED=197045506

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1427360 kB
Buffers:         58828 kB
Cached:         397012 kB
SwapCached:       6900 kB
Active:         274628 kB
Inactive:       293296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427360 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:         118356 kB
Slab:            45624 kB
Committed_AS:  3459660 kB
PageTables:       1936 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66312 MiB
End job on node8 at 2008-07-05 01:46:32