Trace number 2059532

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.14.6+minisat? (TO) 1800.02 1808.63

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.166974
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

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sat Jul 11 16:52:29 2009
0.05/0.07	c 0	PID 13261
0.05/0.07	c 0	HOST node38.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2059532-1247323948.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2059532-1247323948.xml' 'HOME/temp.csp'
0.06/0.43	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.06/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.45	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.55/0.51	c 0	Parsing HOME/temp.csp
0.55/0.60	c 0	parsed 4437 expressions
0.55/0.61	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.61	c 0	Converting to clausal form CSP
0.55/0.67	c 0	converted 444 (10%) expressions
0.55/0.81	c 0	converted 888 (20%) expressions
0.55/0.97	c 1	converted 1332 (30%) expressions
1.24/1.14	c 1	converted 1775 (40%) expressions
1.39/1.24	c 1	converted 2219 (50%) expressions
1.70/1.52	c 1	converted 2663 (60%) expressions
1.81/1.62	c 1	converted 3106 (70%) expressions
1.90/1.71	c 1	converted 3550 (80%) expressions
2.20/2.03	c 2	converted 3994 (90%) expressions
2.40/2.21	c 2	converted 4437 (100%) expressions
2.40/2.21	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.40/2.21	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.21	c 2	Propagation in CSP
2.40/2.22	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.40/2.22	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.40/2.22	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.23	c 2	Simplifing CSP by introducing new Boolean variables
2.40/2.24	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.40/2.24	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.60/2.48	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.60/2.50	c 2	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
2.70/2.50	c 2	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
2.70/2.51	c 2	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
2.70/2.51	c 2	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
2.70/2.51	c 2	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
2.70/2.51	c 2	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
2.70/2.51	c 2	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
2.70/2.51	c 2	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
2.70/2.51	c 2	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
2.70/2.52	c 2	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
2.82/2.68	c 2	422 (10%) CSP clauses are encoded (13272 clauses, 209951 bytes)
3.02/2.88	c 2	844 (20%) CSP clauses are encoded (22211 clauses, 392540 bytes)
3.23/3.08	c 3	1266 (30%) CSP clauses are encoded (31102 clauses, 574527 bytes)
3.43/3.27	c 3	1687 (40%) CSP clauses are encoded (39365 clauses, 754519 bytes)
3.62/3.46	c 3	2109 (50%) CSP clauses are encoded (48561 clauses, 961461 bytes)
3.82/3.66	c 3	2531 (60%) CSP clauses are encoded (57421 clauses, 1159805 bytes)
4.02/3.84	c 3	2952 (70%) CSP clauses are encoded (66037 clauses, 1352849 bytes)
4.22/4.03	c 4	3374 (80%) CSP clauses are encoded (75171 clauses, 1556064 bytes)
4.42/4.23	c 4	3796 (90%) CSP clauses are encoded (84370 clauses, 1759586 bytes)
4.61/4.43	c 4	4217 (100%) CSP clauses are encoded (94369 clauses, 1973911 bytes)
4.61/4.43	c 4	4217 CSP clauses encoded
4.61/4.43	c 4	Writing map file : HOME/temp.map
4.61/4.43	c 4	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.61/4.43	c 4	SAT : 7126 SAT variables, 94369 SAT clauses, 1973911 bytes
4.61/4.43	c 4	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.61/4.47	c 4	SOLVING HOME/temp.cnf
4.61/4.47	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.61/4.48	c 4	This is MiniSat 2.0 beta
4.61/4.48	c 4	WARNING: for repeatability, setting FPU to use double precision
4.61/4.48	c 4	============================[ Problem Statistics ]=============================
4.61/4.48	c 4	|                                                                             |
4.61/4.48	c 4	|  Number of variables:  7126                                                 |
4.61/4.48	c 4	|  Number of clauses:    94369                                                |
4.68/4.53	c 4	|  Parsing time:         0.05         s                                       |
4.68/4.53	c 4	============================[ Search Statistics ]==============================
4.68/4.53	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.68/4.53	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.68/4.53	c 4	===============================================================================
4.68/4.53	c 4	|         0 |    6934    87328   308912 |    29109        0    nan |  0.000 % |
4.68/4.54	c 4	|       100 |    6934    87328   308912 |    32020      100      5 |  2.695 % |
4.68/4.56	c 4	|       251 |    6934    87328   308912 |    35222      251      6 |  2.694 % |
4.68/4.59	c 4	|       476 |    6934    87328   308912 |    38744      476     11 |  2.695 % |
4.68/4.65	c 4	|       813 |    6934    87328   308912 |    42618      813     13 |  2.695 % |
4.68/4.72	c 4	|      1319 |    6934    87328   308912 |    46880     1318     14 |  2.765 % |
4.68/4.80	c 4	|      2078 |    6933    87328   308912 |    51568     2077     15 |  2.765 % |
4.68/4.96	c 5	|      3218 |    6929    87260   308770 |    56725     3216     16 |  2.765 % |
4.68/5.17	c 5	|      4926 |    6929    87260   308770 |    62398     4924     18 |  2.765 % |
5.69/5.52	c 5	|      7489 |    6929    87260   308770 |    68638     7487     20 |  2.765 % |
6.19/6.03	c 6	|     11334 |    6929    87260   308770 |    75502    11332     22 |  2.765 % |
6.98/6.86	c 6	|     17100 |    6929    87260   308770 |    83052    17098     23 |  2.765 % |
8.37/8.29	c 8	|     25749 |    6929    87260   308770 |    91357    25747     25 |  2.765 % |
10.56/10.43	c 10	|     38723 |    6924    87193   308630 |   100493    38719     24 |  2.835 % |
14.94/14.84	c 14	|     58184 |    6924    87193   308630 |   110542    58180     26 |  2.835 % |
25.09/25.08	c 25	|     87376 |    6924    87193   308630 |   121596    87372     36 |  2.835 % |
47.68/47.75	c 47	|    131165 |    6919    87127   308492 |   133756    25239     47 |  2.905 % |
72.46/72.67	c 72	|    196849 |    6919    87127   308492 |   147132    90923     50 |  2.905 % |
109.87/110.24	c 110	|    295376 |    6915    87065   308362 |   161845    56822     51 |  2.961 % |
202.82/203.68	c 203	|    443165 |    6915    87065   308362 |   178030    60738     58 |  2.961 % |
313.58/314.99	c 315	|    664849 |    6915    87065   308362 |   195833   119609     54 |  2.961 % |
581.85/584.54	c 584	|    997375 |    6915    87065   308362 |   215416    98216     47 |  2.961 % |
922.70/927.08	c 927	|   1496165 |    6910    87001   308228 |   236957   197681     48 |  3.032 % |
1559.89/1567.30	c 1567	|   2244347 |    6910    87001   308228 |   260653    86025     46 |  3.032 % |
1800.02/1808.62	c ERROR INTERRUPTED
1800.02/1808.62	s UNKNOWN
1800.02/1808.62	c 1808	CPU 4.68 (0.06 0.01 4.46 0.15)
1800.02/1808.62	c 1808	END Sat Jul 11 17:22:37 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2059532-1247323948/watcher-2059532-1247323948 -o /tmp/evaluation-result-2059532-1247323948/solver-2059532-1247323948 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2059532-1247323948.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.06 1.85 1.91 3/67 13261
/proc/meminfo: memFree=1127112/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=12272 CPUtime=0
/proc/13261/stat : 13261 (sugar) R 13259 13261 12097 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 19458929 12566528 325 996147200 4194304 4206940 548682068608 18446744073709551615 266890285793 0 0 4224 0 0 0 0 17 0 0 0
/proc/13261/statm: 3068 327 246 3 0 168 0

[startup+0.059264 s]
/proc/loadavg: 1.06 1.85 1.91 3/67 13261
/proc/meminfo: memFree=1127112/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16344 CPUtime=0.05
/proc/13261/stat : 13261 (sugar) R 13259 13261 12097 0 -1 4194304 990 0 0 0 4 1 0 0 18 0 1 0 19458929 16736256 958 996147200 4194304 4206940 548682068608 18446744073709551615 266890285793 0 0 4224 0 0 0 0 17 0 0 0
/proc/13261/statm: 4086 959 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101275 s]
/proc/loadavg: 1.06 1.85 1.91 3/67 13261
/proc/meminfo: memFree=1127112/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=0.06
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19458929 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13261/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301301 s]
/proc/loadavg: 1.06 1.85 1.91 3/67 13261
/proc/meminfo: memFree=1127112/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=0.06
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19458929 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13261/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701344 s]
/proc/loadavg: 1.06 1.85 1.91 3/67 13261
/proc/meminfo: memFree=1127112/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=0.55
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1309 5405 0 1 5 1 46 3 16 0 1 0 19458929 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13261/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50244 s]
/proc/loadavg: 1.06 1.85 1.91 2/78 13283
/proc/meminfo: memFree=1104240/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=0.55
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1309 5405 0 1 5 1 46 3 15 0 1 0 19458929 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13261/statm: 4217 1111 409 3 0 796 0
[pid=13274] ppid=13261 vsize=5356 CPUtime=0
/proc/13274/stat : 13274 (sh) S 13261 13261 12097 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19458975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13274/statm: 1339 233 193 169 0 50 0
[pid=13275] ppid=13274 vsize=868564 CPUtime=1.15
/proc/13275/stat : 13275 (java) S 13274 13261 12097 0 -1 0 12512 0 1 0 110 5 0 0 18 0 9 0 19458975 889409536 11749 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13275/statm: 217141 11749 2566 9 0 211646 0
[pid=13275/tid=13276] ppid=13274 vsize=868564 CPUtime=0.43
/proc/13275/task/13276/stat : 13276 (java) S 13274 13261 12097 0 -1 64 2929 0 1 0 42 1 0 0 16 0 9 0 19458976 889409536 11749 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13275/tid=13277] ppid=13274 vsize=868564 CPUtime=0.57
/proc/13275/task/13277/stat : 13277 (java) R 13274 13261 12097 0 -1 64 7455 0 0 0 55 2 0 0 17 0 9 0 19458977 889409536 11749 996147200 134512640 134550932 4294955936 18446744073709551615 102759245 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13278] ppid=13274 vsize=868564 CPUtime=0
/proc/13275/task/13278/stat : 13278 (java) S 13274 13261 12097 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19458977 889409536 11749 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13275/tid=13279] ppid=13274 vsize=868564 CPUtime=0
/proc/13275/task/13279/stat : 13279 (java) S 13274 13261 12097 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19458977 889409536 11749 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13275/tid=13280] ppid=13274 vsize=868564 CPUtime=0
/proc/13275/task/13280/stat : 13280 (java) S 13274 13261 12097 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19458979 889409536 11749 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13275/tid=13281] ppid=13274 vsize=868564 CPUtime=0.11
/proc/13275/task/13281/stat : 13281 (java) S 13274 13261 12097 0 -1 64 1429 0 0 0 11 0 0 0 16 0 9 0 19458979 889409536 11749 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13282] ppid=13274 vsize=868564 CPUtime=0
/proc/13275/task/13282/stat : 13282 (java) S 13274 13261 12097 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19458979 889409536 11749 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13275/tid=13283] ppid=13274 vsize=868564 CPUtime=0
/proc/13275/task/13283/stat : 13283 (java) S 13274 13261 12097 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19458979 889409536 11749 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 890788

[startup+3.10261 s]
/proc/loadavg: 1.06 1.85 1.91 4/92 13303
/proc/meminfo: memFree=1062392/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=0.56
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1310 5405 0 1 6 1 46 3 15 0 1 0 19458929 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1111 409 3 0 796 0
[pid=13274] ppid=13261 vsize=5356 CPUtime=0
/proc/13274/stat : 13274 (sh) S 13261 13261 12097 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19458975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13274/statm: 1339 233 193 169 0 50 0
[pid=13275] ppid=13274 vsize=868676 CPUtime=2.77
/proc/13275/stat : 13275 (java) S 13274 13261 12097 0 -1 0 18385 0 1 0 269 8 0 0 18 0 9 0 19458975 889524224 17575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13275/statm: 217169 17575 2591 9 0 211646 0
[pid=13275/tid=13276] ppid=13274 vsize=868676 CPUtime=1.25
/proc/13275/task/13276/stat : 13276 (java) R 13274 13261 12097 0 -1 64 3294 0 1 0 123 2 0 0 21 0 9 0 19458976 889524224 17575 996147200 134512640 134550932 4294955936 18446744073709551615 4126535692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13277] ppid=13274 vsize=868676 CPUtime=1.33
/proc/13275/task/13277/stat : 13277 (java) S 13274 13261 12097 0 -1 64 12915 0 0 0 129 4 0 0 16 0 9 0 19458977 889524224 17575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13278] ppid=13274 vsize=868676 CPUtime=0
/proc/13275/task/13278/stat : 13278 (java) S 13274 13261 12097 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19458977 889524224 17575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13279] ppid=13274 vsize=868676 CPUtime=0
/proc/13275/task/13279/stat : 13279 (java) S 13274 13261 12097 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19458977 889524224 17575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13280] ppid=13274 vsize=868676 CPUtime=0
/proc/13275/task/13280/stat : 13280 (java) S 13274 13261 12097 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19458979 889524224 17575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13275/tid=13281] ppid=13274 vsize=868676 CPUtime=0.15
/proc/13275/task/13281/stat : 13281 (java) S 13274 13261 12097 0 -1 64 1477 0 0 0 15 0 0 0 16 0 9 0 19458979 889524224 17575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13282] ppid=13274 vsize=868676 CPUtime=0
/proc/13275/task/13282/stat : 13282 (java) S 13274 13261 12097 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19458979 889524224 17575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13275/tid=13283] ppid=13274 vsize=868676 CPUtime=0
/proc/13275/task/13283/stat : 13283 (java) S 13274 13261 12097 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19458979 889524224 17575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 890900

[startup+6.30197 s]
/proc/loadavg: 1.22 1.87 1.91 3/85 13316
/proc/meminfo: memFree=1047664/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 15 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=8204 CPUtime=1.8
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 1952 0 0 0 179 1 0 0 25 0 1 0 19459377 8400896 1938 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 2051 1938 75 150 0 1898 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 30428

[startup+12.7017 s]
/proc/loadavg: 1.28 1.87 1.91 3/77 13318
/proc/meminfo: memFree=1090104/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=13124 CPUtime=8.17
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 3164 0 0 0 815 2 0 0 25 0 1 0 19459377 13438976 3150 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 3281 3150 75 150 0 3128 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 35348

[startup+25.5011 s]
/proc/loadavg: 1.44 1.88 1.91 3/77 13318
/proc/meminfo: memFree=1071288/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=22248 CPUtime=20.91
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 5458 0 0 0 2086 5 0 0 25 0 1 0 19459377 22781952 5444 996147200 134512640 135127466 4294956256 18446744073709551615 134527471 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 5562 5444 75 150 0 5409 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 44472

[startup+51.102 s]
/proc/loadavg: 1.63 1.89 1.91 3/77 13318
/proc/meminfo: memFree=1055096/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=31296 CPUtime=46.38
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 7697 0 0 0 4630 8 0 0 25 0 1 0 19459377 32047104 7683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 7824 7683 75 150 0 7671 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 53520

[startup+102.307 s]
/proc/loadavg: 1.84 1.90 1.91 3/77 13318
/proc/meminfo: memFree=1031928/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=43468 CPUtime=97.33
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 10694 0 0 0 9722 11 0 0 25 0 1 0 19459377 44511232 10680 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 10867 10680 75 150 0 10714 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 65692

[startup+162.301 s]
/proc/loadavg: 1.94 1.92 1.91 3/77 13318
/proc/meminfo: memFree=1024440/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=955512/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=78808 CPUtime=1291.5
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 19408 0 0 0 129127 23 0 0 25 0 1 0 19459377 80699392 19394 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 19702 19394 75 150 0 19549 0
Current children cumulated CPU time (s) 1296.18
Current children cumulated vsize (KiB) 101032

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955384/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=78972 CPUtime=1351.2
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 19442 0 0 0 135097 23 0 0 25 0 1 0 19459377 80867328 19428 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1355.88
Current children cumulated vsize (KiB) 101196

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955320/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=78972 CPUtime=1410.92
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 19442 0 0 0 141069 23 0 0 25 0 1 0 19459377 80867328 19428 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1415.6
Current children cumulated vsize (KiB) 101196

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955320/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=78972 CPUtime=1470.62
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 19442 0 0 0 147039 23 0 0 25 0 1 0 19459377 80867328 19428 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1475.3
Current children cumulated vsize (KiB) 101196

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955320/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=78972 CPUtime=1530.33
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 19442 0 0 0 153010 23 0 0 25 0 1 0 19459377 80867328 19428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1535.01
Current children cumulated vsize (KiB) 101196

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955256/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=78972 CPUtime=1590.04
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 19442 0 0 0 158981 23 0 0 25 0 1 0 19459377 80867328 19428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1594.72
Current children cumulated vsize (KiB) 101196

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=955256/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=78972 CPUtime=1649.75
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 19442 0 0 0 164952 23 0 0 25 0 1 0 19459377 80867328 19428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 19743 19428 75 150 0 19590 0
Current children cumulated CPU time (s) 1654.43
Current children cumulated vsize (KiB) 101196

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=949048/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=84928 CPUtime=1709.46
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 20976 0 0 0 170921 25 0 0 25 0 1 0 19459377 86966272 20962 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 21232 20962 75 150 0 21079 0
Current children cumulated CPU time (s) 1714.14
Current children cumulated vsize (KiB) 107152

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=948920/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=84928 CPUtime=1769.17
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 20976 0 0 0 176892 25 0 0 25 0 1 0 19459377 86966272 20962 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 21232 20962 75 150 0 21079 0
Current children cumulated CPU time (s) 1773.85
Current children cumulated vsize (KiB) 107152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 13324
/proc/meminfo: memFree=948920/2055920 swapFree=4192812/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=4.68
/proc/13261/stat : 13261 (sugar) S 13259 13261 12097 0 -1 4194304 1376 24144 0 2 6 1 446 15 16 0 1 0 19458929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13315] ppid=13261 vsize=5356 CPUtime=0
/proc/13315/stat : 13315 (sh) S 13261 13261 12097 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19459377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13315/statm: 1339 232 193 169 0 50 0
[pid=13316] ppid=13315 vsize=84928 CPUtime=1795.34
/proc/13316/stat : 13316 (minisat) R 13315 13261 12097 0 -1 4194304 20976 0 0 0 179509 25 0 0 25 0 1 0 19459377 86966272 20962 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13316/statm: 21232 20962 75 150 0 21079 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 107152

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

Real time (s): 1808.63
CPU time (s): 1800.02
CPU user time (s): 1799.61
CPU system time (s): 0.41
CPU usage (%): 99.5242
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.53231
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25903
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= 1218
involuntary context switches= 877

runsolver used 2.12268 second user time and 6.11807 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-11 16:52:29
IDJOB=2059532
IDBENCH=53590
IDSOLVER=739
FILE ID=node38/2059532-1247323948
PBS_JOBID= 9506551
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-m-2_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059532-1247323948/watcher-2059532-1247323948 -o /tmp/evaluation-result-2059532-1247323948/solver-2059532-1247323948 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2059532-1247323948.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a7b2d88fca63e18bbc1a826209f183ae
RANDOM SEED=1346118202

node38.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.229
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.229
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:       1127600 kB
Buffers:         49172 kB
Cached:         811976 kB
SwapCached:        140 kB
Active:         120120 kB
Inactive:       756736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1127600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          25324 kB
Slab:            37132 kB
Committed_AS:   116092 kB
PageTables:       1688 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node38 at 2009-07-11 17:22:39