Trace number 1038910

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.09 1809.03

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-m-2_ext.xml
MD5SUMa7b2d88fca63e18bbc1a826209f183ae
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.185971
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4217
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4217
Number of constraints which are defined in intension0
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 Wed Jul  2 13:12:04 2008
0.02/0.04	c 0	PID 10168
0.02/0.04	c 0	HOST node74.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1038910-1214997123.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-1038910-1214997123.xml' 'HOME/temp.csp'
0.03/0.46	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.03/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	c 0	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.03/0.59	c 0	Parsing HOME/temp.csp
0.52/0.82	c 0	parsed 4437 expressions
0.52/0.84	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.84	c 0	Converting to clausal form CSP
0.52/0.90	c 0	converted 444 (10%) expressions
0.97/1.05	c 1	converted 888 (20%) expressions
1.17/1.21	c 1	converted 1332 (30%) expressions
1.36/1.43	c 1	converted 1775 (40%) expressions
1.46/1.57	c 1	converted 2219 (50%) expressions
1.76/1.87	c 1	converted 2663 (60%) expressions
1.86/1.97	c 2	converted 3106 (70%) expressions
1.96/2.09	c 2	converted 3550 (80%) expressions
2.26/2.39	c 2	converted 3994 (90%) expressions
2.45/2.57	c 2	converted 4437 (100%) expressions
2.45/2.57	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.45/2.57	c 2	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.45/2.57	c 2	Propagation in CSP
2.45/2.58	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.45/2.58	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.45/2.58	c 2	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.45/2.58	c 2	Simplifing CSP by introducing new Boolean variables
2.45/2.59	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.45/2.59	c 2	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.75/2.82	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.75/2.85	c 2	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
2.75/2.85	c 2	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
2.75/2.85	c 2	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
2.75/2.85	c 2	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
2.75/2.85	c 2	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
2.75/2.86	c 2	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
2.75/2.86	c 2	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
2.75/2.86	c 2	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
2.75/2.86	c 2	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
2.75/2.86	c 2	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
2.95/3.04	c 3	422 (10%) CSP clauses are encoded (13272 clauses, 209951 bytes)
3.16/3.23	c 3	844 (20%) CSP clauses are encoded (22211 clauses, 392540 bytes)
3.35/3.41	c 3	1266 (30%) CSP clauses are encoded (31102 clauses, 574527 bytes)
3.44/3.60	c 3	1687 (40%) CSP clauses are encoded (39365 clauses, 754519 bytes)
3.64/3.78	c 3	2109 (50%) CSP clauses are encoded (48561 clauses, 961461 bytes)
3.85/3.96	c 3	2531 (60%) CSP clauses are encoded (57421 clauses, 1159805 bytes)
4.04/4.13	c 4	2952 (70%) CSP clauses are encoded (66037 clauses, 1352849 bytes)
4.25/4.31	c 4	3374 (80%) CSP clauses are encoded (75171 clauses, 1556064 bytes)
4.35/4.49	c 4	3796 (90%) CSP clauses are encoded (84370 clauses, 1759586 bytes)
4.53/4.67	c 4	4217 (100%) CSP clauses are encoded (94369 clauses, 1973911 bytes)
4.53/4.67	c 4	4217 CSP clauses encoded
4.53/4.67	c 4	Writing map file : HOME/temp.map
4.53/4.67	c 4	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.53/4.67	c 4	SAT : 7126 SAT variables, 94369 SAT clauses, 1973911 bytes
4.53/4.68	c 4	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.53/4.69	c 4	SOLVING HOME/temp.cnf
4.53/4.69	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.53/4.70	c 4	This is MiniSat 2.0 beta
4.53/4.70	c 4	WARNING: for repeatability, setting FPU to use double precision
4.53/4.70	c 4	============================[ Problem Statistics ]=============================
4.53/4.70	c 4	|                                                                             |
4.64/4.70	c 4	|  Number of variables:  7126                                                 |
4.64/4.70	c 4	|  Number of clauses:    94369                                                |
4.64/4.75	c 4	|  Parsing time:         0.05         s                                       |
4.64/4.75	c 4	============================[ Search Statistics ]==============================
4.64/4.75	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.64/4.75	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.64/4.75	c 4	===============================================================================
4.64/4.75	c 4	|         0 |    6934    87328   308912 |    29109        0    nan |  0.000 % |
4.64/4.76	c 4	|       100 |    6934    87328   308912 |    32020      100      5 |  2.695 % |
4.64/4.78	c 4	|       251 |    6934    87328   308912 |    35222      251      6 |  2.694 % |
4.64/4.81	c 4	|       476 |    6934    87328   308912 |    38744      476     11 |  2.695 % |
4.64/4.86	c 4	|       813 |    6934    87328   308912 |    42618      813     13 |  2.695 % |
4.64/4.93	c 4	|      1319 |    6934    87328   308912 |    46880     1318     14 |  2.765 % |
4.64/5.02	c 5	|      2078 |    6933    87328   308912 |    51568     2077     15 |  2.765 % |
4.64/5.18	c 5	|      3218 |    6929    87260   308770 |    56725     3216     16 |  2.765 % |
4.64/5.40	c 5	|      4926 |    6929    87260   308770 |    62398     4924     18 |  2.765 % |
5.62/5.74	c 5	|      7489 |    6929    87260   308770 |    68638     7487     20 |  2.765 % |
6.12/6.25	c 6	|     11334 |    6929    87260   308770 |    75502    11332     22 |  2.765 % |
6.92/7.09	c 7	|     17100 |    6929    87260   308770 |    83052    17098     23 |  2.765 % |
8.41/8.53	c 8	|     25749 |    6929    87260   308770 |    91357    25747     25 |  2.765 % |
10.50/10.69	c 10	|     38723 |    6924    87193   308630 |   100493    38719     24 |  2.835 % |
14.98/15.11	c 15	|     58184 |    6924    87193   308630 |   110542    58180     26 |  2.835 % |
25.13/25.36	c 25	|     87376 |    6924    87193   308630 |   121596    87372     36 |  2.835 % |
47.61/47.97	c 48	|    131165 |    6919    87127   308492 |   133756    25239     47 |  2.905 % |
72.49/72.91	c 72	|    196849 |    6919    87127   308492 |   147132    90923     50 |  2.905 % |
109.90/110.55	c 110	|    295376 |    6915    87065   308362 |   161845    56822     51 |  2.961 % |
202.75/203.89	c 203	|    443165 |    6915    87065   308362 |   178030    60738     58 |  2.961 % |
313.30/314.91	c 314	|    664849 |    6915    87065   308362 |   195833   119609     54 |  2.961 % |
580.98/583.94	c 583	|    997375 |    6915    87065   308362 |   215416    98216     47 |  2.961 % |
921.81/926.48	c 926	|   1496165 |    6910    87001   308228 |   236957   197681     48 |  3.032 % |
1556.49/1564.26	c 1564	|   2244347 |    6910    87001   308228 |   260653    86025     46 |  3.032 % |
1800.09/1809.02	c ERROR INTERRUPTED
1800.09/1809.02	s UNKNOWN
1800.09/1809.02	c 1809	CPU 4.46 (0.03 0 4.43 0.19)
1800.09/1809.02	c 1809	END Wed Jul  2 13:42:13 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-1038910-1214997123/watcher-1038910-1214997123 -o /tmp/evaluation-result-1038910-1214997123/solver-1038910-1214997123 -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-1038910-1214997123.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: 0.00 0.00 0.00 3/68 10168
/proc/meminfo: memFree=1608640/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=12268 CPUtime=0
/proc/10168/stat : 10168 (sugar) D 10166 10168 10128 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1978663482 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228774869605 0 2147483391 4224 0 18446744072099863542 0 0 17 0 0 0
/proc/10168/statm: 3067 316 241 3 0 167 0

[startup+0.039599 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 10168
/proc/meminfo: memFree=1608640/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13336 CPUtime=0.02
/proc/10168/stat : 10168 (sugar) R 10166 10168 10128 0 -1 4194304 722 0 0 0 2 0 0 0 18 0 1 0 1978663482 13656064 690 996147200 4194304 4206940 548682068608 18446744073709551615 228774322208 0 0 4224 0 0 0 0 17 0 0 0
/proc/10168/statm: 3334 690 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101621 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 10168
/proc/meminfo: memFree=1608640/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=0.03
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1978663482 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10168/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301657 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 10168
/proc/meminfo: memFree=1608640/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=0.03
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1978663482 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10168/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701736 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 10168
/proc/meminfo: memFree=1608640/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=0.52
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 973 5352 0 1 3 0 45 4 16 0 1 0 1978663482 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10168/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.5029 s]
/proc/loadavg: 0.00 0.00 0.00 4/94 10221
/proc/meminfo: memFree=1584224/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=0.52
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 973 5352 0 1 3 0 45 4 15 0 1 0 1978663482 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10168/statm: 3400 797 370 3 0 500 0
[pid=10202] ppid=10168 vsize=5356 CPUtime=0
/proc/10202/stat : 10202 (sh) S 10168 10168 10128 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978663534 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10202/statm: 1339 233 193 169 0 50 0
[pid=10203] ppid=10202 vsize=868372 CPUtime=0.94
/proc/10203/stat : 10203 (java) S 10202 10168 10128 0 -1 0 10331 0 1 0 88 6 0 0 19 0 9 0 1978663534 889212928 9572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10203/statm: 217093 9572 2540 9 0 211668 0
[pid=10203/tid=10204] ppid=10202 vsize=868372 CPUtime=0.42
/proc/10203/task/10204/stat : 10204 (java) R 10202 10168 10128 0 -1 64 2772 0 1 0 40 2 0 0 16 0 9 0 1978663536 889212928 9572 996147200 134512640 134550740 4294955952 18446744073709551615 103203467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10205] ppid=10202 vsize=868372 CPUtime=0.36
/proc/10203/task/10205/stat : 10205 (java) R 10202 10168 10128 0 -1 64 5446 0 0 0 34 2 0 0 17 0 9 0 1978663537 889212928 9572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10206] ppid=10202 vsize=868372 CPUtime=0
/proc/10203/task/10206/stat : 10206 (java) S 10202 10168 10128 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978663537 889212928 9572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10207] ppid=10202 vsize=868372 CPUtime=0
/proc/10203/task/10207/stat : 10207 (java) S 10202 10168 10128 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978663537 889212928 9572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10208] ppid=10202 vsize=868372 CPUtime=0
/proc/10203/task/10208/stat : 10208 (java) S 10202 10168 10128 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1978663539 889212928 9572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10209] ppid=10202 vsize=868372 CPUtime=0.13
/proc/10203/task/10209/stat : 10209 (java) S 10202 10168 10128 0 -1 64 1420 0 0 0 13 0 0 0 16 0 9 0 1978663539 889212928 9572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10210] ppid=10202 vsize=868372 CPUtime=0
/proc/10203/task/10210/stat : 10210 (java) S 10202 10168 10128 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1978663539 889212928 9572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10211] ppid=10202 vsize=868372 CPUtime=0
/proc/10203/task/10211/stat : 10211 (java) S 10202 10168 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978663539 889212928 9572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887328

[startup+3.10121 s]
/proc/loadavg: 0.00 0.00 0.00 5/94 10221
/proc/meminfo: memFree=1515232/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=0.52
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 974 5352 0 1 3 0 45 4 15 0 1 0 1978663482 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10168/statm: 3400 797 370 3 0 500 0
[pid=10202] ppid=10168 vsize=5356 CPUtime=0
/proc/10202/stat : 10202 (sh) S 10168 10168 10128 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978663534 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10202/statm: 1339 233 193 169 0 50 0
[pid=10203] ppid=10202 vsize=868484 CPUtime=2.53
/proc/10203/stat : 10203 (java) S 10202 10168 10128 0 -1 0 18182 0 1 0 242 11 0 0 19 0 9 0 1978663534 889327616 17378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10203/statm: 217121 17378 2565 9 0 211668 0
[pid=10203/tid=10204] ppid=10202 vsize=868484 CPUtime=0.96
/proc/10203/task/10204/stat : 10204 (java) R 10202 10168 10128 0 -1 64 3330 0 1 0 94 2 0 0 18 0 9 0 1978663536 889327616 17378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10205] ppid=10202 vsize=868484 CPUtime=1.37
/proc/10203/task/10205/stat : 10205 (java) S 10202 10168 10128 0 -1 64 12713 0 0 0 131 6 0 0 17 0 9 0 1978663537 889327616 17378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10206] ppid=10202 vsize=868484 CPUtime=0
/proc/10203/task/10206/stat : 10206 (java) S 10202 10168 10128 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978663537 889327616 17378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10207] ppid=10202 vsize=868484 CPUtime=0
/proc/10203/task/10207/stat : 10207 (java) S 10202 10168 10128 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978663537 889327616 17378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10208] ppid=10202 vsize=868484 CPUtime=0
/proc/10203/task/10208/stat : 10208 (java) S 10202 10168 10128 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1978663539 889327616 17378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10209] ppid=10202 vsize=868484 CPUtime=0.16
/proc/10203/task/10209/stat : 10209 (java) S 10202 10168 10128 0 -1 64 1446 0 0 0 16 0 0 0 16 0 9 0 1978663539 889327616 17378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10210] ppid=10202 vsize=868484 CPUtime=0
/proc/10203/task/10210/stat : 10210 (java) S 10202 10168 10128 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1978663539 889327616 17378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10203/tid=10211] ppid=10202 vsize=868484 CPUtime=0
/proc/10203/task/10211/stat : 10211 (java) S 10202 10168 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978663539 889327616 17378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 887440

[startup+6.30283 s]
/proc/loadavg: 0.24 0.05 0.02 3/78 10225
/proc/meminfo: memFree=1584480/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 15 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=8040 CPUtime=1.58
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 1909 0 0 0 158 0 0 0 25 0 1 0 1978663952 8232960 1895 996147200 134512640 135127466 4294956272 18446744073709551615 134521827 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 2010 1895 75 150 0 1857 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 26996

[startup+12.7011 s]
/proc/loadavg: 0.38 0.08 0.03 3/78 10225
/proc/meminfo: memFree=1572768/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=12860 CPUtime=7.95
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 3115 0 0 0 794 1 0 0 25 0 1 0 1978663952 13168640 3101 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 3215 3101 75 150 0 3062 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 31816

[startup+25.5016 s]
/proc/loadavg: 0.74 0.18 0.06 3/78 10225
/proc/meminfo: memFree=1554272/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=22116 CPUtime=20.68
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 5424 0 0 0 2064 4 0 0 25 0 1 0 1978663952 22646784 5410 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 5529 5410 75 150 0 5376 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 41072

[startup+51.1016 s]
/proc/loadavg: 1.17 0.32 0.11 3/78 10225
/proc/meminfo: memFree=1538784/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=31296 CPUtime=46.15
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 7697 0 0 0 4608 7 0 0 25 0 1 0 1978663952 32047104 7683 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 7824 7683 75 150 0 7671 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 50252

[startup+102.308 s]
/proc/loadavg: 1.64 0.58 0.20 3/78 10225
/proc/meminfo: memFree=1515680/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=43468 CPUtime=97.11
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 10694 0 0 0 9701 10 0 0 25 0 1 0 1978663952 44511232 10680 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 10867 10680 75 150 0 10714 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 62424

[startup+162.301 s]
/proc/loadavg: 1.87 0.83 0.31 3/78 10225
/proc/meminfo: memFree=1508256/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1439264/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=78808 CPUtime=1291.23
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 19409 0 0 0 129103 20 0 0 25 0 1 0 1978663952 80699392 19395 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 19702 19395 75 150 0 19549 0
Current children cumulated CPU time (s) 1295.87
Current children cumulated vsize (KiB) 97764

[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.50 3/78 10225
/proc/meminfo: memFree=1439200/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=78972 CPUtime=1350.94
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 19442 0 0 0 135074 20 0 0 25 0 1 0 1978663952 80867328 19428 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1355.58
Current children cumulated vsize (KiB) 97928

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.53 3/78 10225
/proc/meminfo: memFree=1439200/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=78972 CPUtime=1410.64
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 19442 0 0 0 141044 20 0 0 25 0 1 0 1978663952 80867328 19428 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1415.28
Current children cumulated vsize (KiB) 97928

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.56 3/78 10225
/proc/meminfo: memFree=1439136/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=78972 CPUtime=1470.35
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 19442 0 0 0 147015 20 0 0 25 0 1 0 1978663952 80867328 19428 996147200 134512640 135127466 4294956272 18446744073709551615 134528311 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1474.99
Current children cumulated vsize (KiB) 97928

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.58 3/78 10225
/proc/meminfo: memFree=1439072/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=78972 CPUtime=1530.05
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 19442 0 0 0 152985 20 0 0 25 0 1 0 1978663952 80867328 19428 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1534.69
Current children cumulated vsize (KiB) 97928

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.61 3/78 10225
/proc/meminfo: memFree=1439072/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=78972 CPUtime=1589.76
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 19442 0 0 0 158956 20 0 0 25 0 1 0 1978663952 80867328 19428 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1594.4
Current children cumulated vsize (KiB) 97928

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.63 3/78 10225
/proc/meminfo: memFree=1439072/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=78972 CPUtime=1649.47
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 19442 0 0 0 164927 20 0 0 25 0 1 0 1978663952 80867328 19428 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1654.11
Current children cumulated vsize (KiB) 97928

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.65 3/78 10225
/proc/meminfo: memFree=1432864/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=84928 CPUtime=1709.17
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 20976 0 0 0 170895 22 0 0 25 0 1 0 1978663952 86966272 20962 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 21232 20962 75 150 0 21079 0
Current children cumulated CPU time (s) 1713.81
Current children cumulated vsize (KiB) 103884

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.67 3/78 10225
/proc/meminfo: memFree=1432672/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=84928 CPUtime=1768.88
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 20976 0 0 0 176866 22 0 0 25 0 1 0 1978663952 86966272 20962 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 21232 20962 75 150 0 21079 0
Current children cumulated CPU time (s) 1773.52
Current children cumulated vsize (KiB) 103884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 1.99 1.97 1.67 3/78 10225
/proc/meminfo: memFree=1432672/2055920 swapFree=4179604/4192956
[pid=10168] ppid=10166 vsize=13600 CPUtime=4.64
/proc/10168/stat : 10168 (sugar) S 10166 10168 10128 0 -1 4194304 1033 23904 0 2 3 0 443 18 16 0 1 0 1978663482 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10168/statm: 3400 799 370 3 0 500 0
[pid=10222] ppid=10168 vsize=5356 CPUtime=0
/proc/10222/stat : 10222 (sh) S 10168 10168 10128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10222/statm: 1339 232 193 169 0 50 0
[pid=10223] ppid=10222 vsize=84928 CPUtime=1795.45
/proc/10223/stat : 10223 (minisat) R 10222 10168 10128 0 -1 4194304 20976 0 0 0 179523 22 0 0 25 0 1 0 1978663952 86966272 20962 996147200 134512640 135127466 4294956272 18446744073709551615 134528068 0 0 4096 3 0 0 0 17 1 0 0
/proc/10223/statm: 21232 20962 75 150 0 21079 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 103884

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 10168 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=470320
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=201969
# CPU time returned by wait4() is 4.67229
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.03
CPU time (s): 1800.09
CPU user time (s): 1799.69
CPU system time (s): 0.4
CPU usage (%): 99.506
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.47032
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25281
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= 1682
involuntary context switches= 1462

runsolver used 2.06169 second user time and 6.17706 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-02 13:12:04
IDJOB=1038910
IDBENCH=53590
IDSOLVER=346
FILE ID=node74/1038910-1214997123
PBS_JOBID= 7870777
Free space on /tmp= 103212 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-m-2_ext.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-1038910-1214997123/watcher-1038910-1214997123 -o /tmp/evaluation-result-1038910-1214997123/solver-1038910-1214997123 -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-1038910-1214997123.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7b2d88fca63e18bbc1a826209f183ae
RANDOM SEED=2074111113

node74.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.259
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.259
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1609192 kB
Buffers:         49884 kB
Cached:         312920 kB
SwapCached:       6640 kB
Active:         111280 kB
Inactive:       261072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609192 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          15308 kB
Slab:            59956 kB
Committed_AS:  3825496 kB
PageTables:       1664 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= 103212 MiB
End job on node74 at 2008-07-02 13:42:15