Trace number 2063910

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.04 1809.84

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-14.xml
MD5SUM872c261f2ab1a686494df34522240c16
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark105.254
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints1599
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1114
Global constraints used (with number of constraints)alldifferent(485)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:28:30 2009
0.00/0.08	c 0	PID 15698
0.06/0.08	c 0	HOST node35.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2063910-1247333310.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063910-1247333310.xml' 'HOME/temp.csp'
0.06/0.64	c 1	247 domains, 400 variables, 1 predicates, 0 relations, 1599 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 1	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.61/0.74	c 1	Parsing HOME/temp.csp
0.61/0.98	c 1	parsed 2247 expressions
0.61/0.99	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.99	c 1	Converting to clausal form CSP
0.94/1.03	c 1	converted 225 (10%) expressions
0.94/1.03	c 1	converted 450 (20%) expressions
0.94/1.08	c 1	converted 675 (30%) expressions
1.12/1.29	c 2	converted 899 (40%) expressions
1.32/1.43	c 2	converted 1124 (50%) expressions
1.43/1.51	c 2	converted 1349 (60%) expressions
1.52/1.65	c 2	converted 1573 (70%) expressions
2.62/2.71	c 3	converted 1798 (80%) expressions
10.48/10.60	c 11	converted 2023 (90%) expressions
19.53/19.76	c 20	converted 2247 (100%) expressions
19.53/19.76	c 20	CSP : 400 integers, 0 booleans, 43150 clauses, largest domain size 26
19.53/19.76	c 20	Heap : 242 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.53/19.76	c 20	Propagation in CSP
22.31/22.54	c 23	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
22.31/22.54	c 23	CSP : 400 integers, 0 booleans, 43150 clauses, largest domain size 26
22.31/22.54	c 23	Heap : 256 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.31/22.60	c 23	Simplifing CSP by introducing new Boolean variables
22.82/23.04	c 23	CSP : 400 integers, 85678 booleans, 128828 clauses, largest domain size 26
22.82/23.04	c 23	Heap : 267 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.31/24.59	c 25	Encoding CSP to SAT : HOME/temp.cnf
24.40/24.64	c 25	40 (10%) CSP integer variables are encoded (623 clauses, 6715 bytes)
24.40/24.65	c 25	80 (20%) CSP integer variables are encoded (1247 clauses, 14194 bytes)
24.40/24.66	c 25	120 (30%) CSP integer variables are encoded (1897 clauses, 22644 bytes)
24.40/24.66	c 25	160 (40%) CSP integer variables are encoded (2527 clauses, 30834 bytes)
24.40/24.67	c 25	200 (50%) CSP integer variables are encoded (3172 clauses, 39219 bytes)
24.40/24.67	c 25	240 (60%) CSP integer variables are encoded (3185 clauses, 39388 bytes)
24.40/24.67	c 25	280 (70%) CSP integer variables are encoded (3193 clauses, 39492 bytes)
24.40/24.67	c 25	320 (80%) CSP integer variables are encoded (3205 clauses, 39648 bytes)
24.40/24.67	c 25	360 (90%) CSP integer variables are encoded (3222 clauses, 39869 bytes)
24.40/24.67	c 25	400 (100%) CSP integer variables are encoded (3244 clauses, 40155 bytes)
25.50/25.72	c 26	12883 (10%) CSP clauses are encoded (130838 clauses, 2312397 bytes)
26.20/26.42	c 27	25766 (20%) CSP clauses are encoded (270009 clauses, 4893344 bytes)
26.88/27.11	c 27	38649 (30%) CSP clauses are encoded (409568 clauses, 7482128 bytes)
27.59/27.80	c 28	51532 (40%) CSP clauses are encoded (550204 clauses, 10133224 bytes)
28.18/28.48	c 29	64414 (50%) CSP clauses are encoded (690650 clauses, 12747658 bytes)
28.87/29.14	c 29	77297 (60%) CSP clauses are encoded (829616 clauses, 15334244 bytes)
29.57/29.80	c 30	90180 (70%) CSP clauses are encoded (968254 clauses, 17932488 bytes)
30.16/30.46	c 31	103063 (80%) CSP clauses are encoded (1106541 clauses, 20541918 bytes)
30.86/31.12	c 31	115946 (90%) CSP clauses are encoded (1245127 clauses, 23125873 bytes)
31.46/31.77	c 32	128828 (100%) CSP clauses are encoded (1382054 clauses, 25711449 bytes)
31.46/31.77	c 32	128828 CSP clauses encoded
31.46/31.77	c 32	Writing map file : HOME/temp.map
31.46/31.79	c 32	Heap : 271 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.46/31.79	c 32	SAT : 89165 SAT variables, 1382054 SAT clauses, 25711449 bytes
31.46/31.79	c 32	Heap : 271 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.55/31.86	c 32	SOLVING HOME/temp.cnf
31.55/31.86	c 32	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.55/31.87	c 32	This is MiniSat 2.0 beta
31.55/31.87	c 32	WARNING: for repeatability, setting FPU to use double precision
31.55/31.87	c 32	============================[ Problem Statistics ]=============================
31.55/31.87	c 32	|                                                                             |
31.55/31.87	c 32	|  Number of variables:  89165                                                |
31.55/31.87	c 32	|  Number of clauses:    1382054                                              |
31.64/32.62	c 33	|  Parsing time:         0.64         s                                       |
31.64/32.66	c 33	============================[ Search Statistics ]==============================
31.64/32.66	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.64/32.66	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.64/32.66	c 33	===============================================================================
31.64/32.66	c 33	|         0 |   89165  1382054  3976689 |   460684        0    nan |  0.000 % |
32.96/33.25	c 34	|       100 |   89165  1382054  3976689 |   506753      100     24 |  0.000 % |
33.85/34.14	c 34	|       250 |   89165  1382054  3976689 |   557428      250     29 |  0.000 % |
35.15/35.46	c 36	|       476 |   89165  1382054  3976689 |   613171      476     33 |  0.000 % |
36.63/36.98	c 37	|       813 |   89165  1382054  3976689 |   674488      813     31 |  0.000 % |
38.43/38.74	c 39	|      1319 |   89165  1382054  3976689 |   741937     1319     29 |  0.000 % |
41.91/42.21	c 43	|      2078 |   89165  1382054  3976689 |   816130     2078     30 |  0.000 % |
46.89/47.26	c 48	|      3218 |   89165  1382054  3976689 |   897744     3218     33 |  0.000 % |
57.93/58.39	c 59	|      4926 |   89165  1382054  3976689 |   987518     4926     40 |  0.000 % |
74.44/74.96	c 75	|      7488 |   89165  1382054  3976689 |  1086270     7488     46 |  0.000 % |
85.39/85.98	c 86	|     11332 |   89165  1382054  3976689 |  1194897    11332     39 |  0.000 % |
111.05/111.79	c 112	|     17099 |   89165  1382054  3976689 |  1314387    17099     37 |  0.000 % |
170.96/171.91	c 172	|     25749 |   89165  1382054  3976689 |  1445825    25749     43 |  0.000 % |
227.67/228.93	c 229	|     38724 |   89165  1382054  3976689 |  1590408    38724     45 |  0.000 % |
329.48/331.20	c 332	|     58185 |   89165  1382054  3976689 |  1749449    58185     44 |  0.000 % |
514.85/517.51	c 518	|     87377 |   89165  1382054  3976689 |  1924394    87377     48 |  0.000 % |
816.86/821.10	c 821	|    131166 |   89165  1382054  3976689 |  2116833   131166     50 |  0.000 % |
1188.14/1194.16	c 1195	|    196852 |   89165  1382054  3976689 |  2328516   196852     51 |  0.000 % |
1800.04/1809.81	c ERROR INTERRUPTED
1800.04/1809.83	s UNKNOWN
1800.04/1809.84	c 1810	CPU 31.64 (0.06 0.01 30.73 0.84)
1800.04/1809.84	c 1810	END Sat Jul 11 19:58:40 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-2063910-1247333310/watcher-2063910-1247333310 -o /tmp/evaluation-result-2063910-1247333310/solver-2063910-1247333310 -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-2063910-1247333310.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.95 2.18 2.16 3/82 15698
/proc/meminfo: memFree=1646392/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=18576 CPUtime=0
/proc/15698/stat : 15698 (runsolver) R 15696 15698 15661 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 20397428 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15698/statm: 4644 284 249 26 0 2626 0

[startup+0.0813941 s]
/proc/loadavg: 1.95 2.18 2.16 3/82 15698
/proc/meminfo: memFree=1646392/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16740 CPUtime=0.06
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20397428 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15698/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102206 s]
/proc/loadavg: 1.95 2.18 2.16 3/82 15698
/proc/meminfo: memFree=1646392/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=0.06
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20397428 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15698/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302226 s]
/proc/loadavg: 1.95 2.18 2.16 3/82 15698
/proc/meminfo: memFree=1646392/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=0.06
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20397428 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15698/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702273 s]
/proc/loadavg: 1.95 2.18 2.16 3/82 15698
/proc/meminfo: memFree=1646392/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=0.61
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1292 5227 0 1 5 1 51 4 16 0 1 0 20397428 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15698/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50237 s]
/proc/loadavg: 1.95 2.18 2.16 3/93 15720
/proc/meminfo: memFree=1635808/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=0.61
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1309 5227 0 1 5 1 51 4 15 0 1 0 20397428 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1111 409 3 0 796 0
[pid=15711] ppid=15698 vsize=5356 CPUtime=0
/proc/15711/stat : 15711 (sh) S 15698 15698 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20397494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15711/statm: 1339 233 193 169 0 50 0
[pid=15712] ppid=15711 vsize=868516 CPUtime=0.82
/proc/15712/stat : 15712 (java) S 15711 15698 15661 0 -1 0 7428 0 1 0 78 4 0 0 18 0 9 0 20397495 889360384 6678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15712/statm: 217129 6678 2566 9 0 211634 0
[pid=15712/tid=15713] ppid=15711 vsize=868516 CPUtime=0.53
/proc/15712/task/15713/stat : 15713 (java) R 15711 15698 15661 0 -1 64 2669 0 1 0 52 1 0 0 20 0 9 0 20397496 889360384 6678 996147200 134512640 134550932 4294955936 18446744073709551615 4126509563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15714] ppid=15711 vsize=868516 CPUtime=0.1
/proc/15712/task/15714/stat : 15714 (java) S 15711 15698 15661 0 -1 64 2594 0 0 0 9 1 0 0 16 0 9 0 20397497 889360384 6678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15715] ppid=15711 vsize=868516 CPUtime=0
/proc/15712/task/15715/stat : 15715 (java) S 15711 15698 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20397497 889360384 6678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15716] ppid=15711 vsize=868516 CPUtime=0
/proc/15712/task/15716/stat : 15716 (java) S 15711 15698 15661 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20397497 889360384 6678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15717] ppid=15711 vsize=868516 CPUtime=0
/proc/15712/task/15717/stat : 15717 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20397499 889360384 6678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15718] ppid=15711 vsize=868516 CPUtime=0.16
/proc/15712/task/15718/stat : 15718 (java) S 15711 15698 15661 0 -1 64 1465 0 0 0 16 0 0 0 16 0 9 0 20397499 889360384 6678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15719] ppid=15711 vsize=868516 CPUtime=0
/proc/15712/task/15719/stat : 15719 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20397499 889360384 6678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15720] ppid=15711 vsize=868516 CPUtime=0
/proc/15712/task/15720/stat : 15720 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20397499 889360384 6678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890740

[startup+3.10154 s]
/proc/loadavg: 1.95 2.18 2.16 3/93 15720
/proc/meminfo: memFree=1617376/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=0.61
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1309 5227 0 1 5 1 51 4 16 0 1 0 20397428 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1111 409 3 0 796 0
[pid=15711] ppid=15698 vsize=5356 CPUtime=0
/proc/15711/stat : 15711 (sh) S 15698 15698 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20397494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15711/statm: 1339 233 193 169 0 50 0
[pid=15712] ppid=15711 vsize=868516 CPUtime=2.4
/proc/15712/stat : 15712 (java) S 15711 15698 15661 0 -1 0 13383 0 1 0 234 6 0 0 18 0 9 0 20397495 889360384 12573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15712/statm: 217129 12573 2566 9 0 211634 0
[pid=15712/tid=15713] ppid=15711 vsize=868516 CPUtime=1.56
/proc/15712/task/15713/stat : 15713 (java) R 15711 15698 15661 0 -1 64 2988 0 1 0 155 1 0 0 25 0 9 0 20397496 889360384 12573 996147200 134512640 134550932 4294955936 18446744073709551615 4126509642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15714] ppid=15711 vsize=868516 CPUtime=0.63
/proc/15712/task/15714/stat : 15714 (java) S 15711 15698 15661 0 -1 64 8208 0 0 0 61 2 0 0 16 0 9 0 20397497 889360384 12573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15715] ppid=15711 vsize=868516 CPUtime=0
/proc/15712/task/15715/stat : 15715 (java) S 15711 15698 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20397497 889360384 12573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15716] ppid=15711 vsize=868516 CPUtime=0
/proc/15712/task/15716/stat : 15716 (java) S 15711 15698 15661 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20397497 889360384 12573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15717] ppid=15711 vsize=868516 CPUtime=0
/proc/15712/task/15717/stat : 15717 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20397499 889360384 12573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15718] ppid=15711 vsize=868516 CPUtime=0.18
/proc/15712/task/15718/stat : 15718 (java) S 15711 15698 15661 0 -1 64 1487 0 0 0 17 1 0 0 16 0 9 0 20397499 889360384 12573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15719] ppid=15711 vsize=868516 CPUtime=0
/proc/15712/task/15719/stat : 15719 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20397499 889360384 12573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15720] ppid=15711 vsize=868516 CPUtime=0
/proc/15712/task/15720/stat : 15720 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20397499 889360384 12573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890740

[startup+6.30289 s]
/proc/loadavg: 1.95 2.18 2.16 4/93 15720
/proc/meminfo: memFree=1548384/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=0.61
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1309 5227 0 1 5 1 51 4 16 0 1 0 20397428 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1111 409 3 0 796 0
[pid=15711] ppid=15698 vsize=5356 CPUtime=0
/proc/15711/stat : 15711 (sh) S 15698 15698 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20397494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15711/statm: 1339 233 193 169 0 50 0
[pid=15712] ppid=15711 vsize=868604 CPUtime=5.59
/proc/15712/stat : 15712 (java) S 15711 15698 15661 0 -1 0 34559 0 1 0 542 17 0 0 18 0 9 0 20397495 889450496 23479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15712/statm: 217151 23479 2567 9 0 211656 0
[pid=15712/tid=15713] ppid=15711 vsize=868604 CPUtime=3.46
/proc/15712/task/15713/stat : 15713 (java) R 15711 15698 15661 0 -1 64 3718 0 1 0 344 2 0 0 25 0 9 0 20397496 889450496 23479 996147200 134512640 134550932 4294955936 18446744073709551615 4126511379 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15714] ppid=15711 vsize=868604 CPUtime=1.91
/proc/15712/task/15714/stat : 15714 (java) S 15711 15698 15661 0 -1 64 28654 0 0 0 179 12 0 0 16 0 9 0 20397497 889450496 23479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15715] ppid=15711 vsize=868604 CPUtime=0
/proc/15712/task/15715/stat : 15715 (java) S 15711 15698 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20397497 889450496 23479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15716] ppid=15711 vsize=868604 CPUtime=0
/proc/15712/task/15716/stat : 15716 (java) S 15711 15698 15661 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20397497 889450496 23479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15717] ppid=15711 vsize=868604 CPUtime=0
/proc/15712/task/15717/stat : 15717 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20397499 889450496 23479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15718] ppid=15711 vsize=868604 CPUtime=0.18
/proc/15712/task/15718/stat : 15718 (java) S 15711 15698 15661 0 -1 64 1487 0 0 0 17 1 0 0 16 0 9 0 20397499 889450496 23479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15719] ppid=15711 vsize=868604 CPUtime=0
/proc/15712/task/15719/stat : 15719 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20397499 889450496 23479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15720] ppid=15711 vsize=868604 CPUtime=0
/proc/15712/task/15720/stat : 15720 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20397499 889450496 23479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890828

[startup+12.7016 s]
/proc/loadavg: 1.95 2.18 2.16 4/93 15720
/proc/meminfo: memFree=1475040/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=0.61
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1309 5227 0 1 5 1 51 4 16 0 1 0 20397428 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1111 409 3 0 796 0
[pid=15711] ppid=15698 vsize=5356 CPUtime=0
/proc/15711/stat : 15711 (sh) S 15698 15698 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20397494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15711/statm: 1339 233 193 169 0 50 0
[pid=15712] ppid=15711 vsize=868604 CPUtime=11.96
/proc/15712/stat : 15712 (java) S 15711 15698 15661 0 -1 0 67881 0 1 0 1162 34 0 0 18 0 9 0 20397495 889450496 47473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15712/statm: 217151 47473 2567 9 0 211656 0
[pid=15712/tid=15713] ppid=15711 vsize=868604 CPUtime=7.81
/proc/15712/task/15713/stat : 15713 (java) R 15711 15698 15661 0 -1 64 4447 0 1 0 778 3 0 0 25 0 9 0 20397496 889450496 47473 996147200 134512640 134550932 4294955936 18446744073709551615 4126514491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15714] ppid=15711 vsize=868604 CPUtime=3.93
/proc/15712/task/15714/stat : 15714 (java) S 15711 15698 15661 0 -1 64 61247 0 0 0 365 28 0 0 16 0 9 0 20397497 889450496 47473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15715] ppid=15711 vsize=868604 CPUtime=0
/proc/15712/task/15715/stat : 15715 (java) S 15711 15698 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20397497 889450496 47473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15716] ppid=15711 vsize=868604 CPUtime=0
/proc/15712/task/15716/stat : 15716 (java) S 15711 15698 15661 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20397497 889450496 47473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15717] ppid=15711 vsize=868604 CPUtime=0
/proc/15712/task/15717/stat : 15717 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20397499 889450496 47473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15718] ppid=15711 vsize=868604 CPUtime=0.18
/proc/15712/task/15718/stat : 15718 (java) S 15711 15698 15661 0 -1 64 1487 0 0 0 17 1 0 0 16 0 9 0 20397499 889450496 47473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15719] ppid=15711 vsize=868604 CPUtime=0
/proc/15712/task/15719/stat : 15719 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20397499 889450496 47473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15720] ppid=15711 vsize=868604 CPUtime=0
/proc/15712/task/15720/stat : 15720 (java) S 15711 15698 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20397499 889450496 47473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 890828

[startup+25.503 s]
/proc/loadavg: 2.18 2.22 2.17 4/93 15720
/proc/meminfo: memFree=1319712/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=0.61
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1310 5227 0 1 5 1 51 4 15 0 1 0 20397428 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1111 409 3 0 796 0
[pid=15711] ppid=15698 vsize=5356 CPUtime=0
/proc/15711/stat : 15711 (sh) S 15698 15698 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20397494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15711/statm: 1339 233 193 169 0 50 0
[pid=15712] ppid=15711 vsize=868716 CPUtime=24.69
/proc/15712/stat : 15712 (java) S 15711 15698 15661 0 -1 0 121050 0 1 0 2412 57 0 0 18 0 9 0 20397495 889565184 82009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15712/statm: 217179 82009 2593 9 0 211656 0
[pid=15712/tid=15713] ppid=15711 vsize=868716 CPUtime=15.54
/proc/15712/task/15713/stat : 15713 (java) R 15711 15698 15661 0 -1 64 7643 0 1 0 1548 6 0 0 25 0 9 0 20397496 889565184 82009 996147200 134512640 134550932 4294955936 18446744073709551615 4126511373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15714] ppid=15711 vsize=868716 CPUtime=8.86
/proc/15712/task/15714/stat : 15714 (java) S 15711 15698 15661 0 -1 64 111175 0 0 0 838 48 0 0 16 0 9 0 20397497 889565184 82009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15715] ppid=15711 vsize=868716 CPUtime=0
/proc/15712/task/15715/stat : 15715 (java) S 15711 15698 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20397497 889565184 82009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15716] ppid=15711 vsize=868716 CPUtime=0
/proc/15712/task/15716/stat : 15716 (java) S 15711 15698 15661 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20397497 889565184 82009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15712/tid=15717] ppid=15711 vsize=868716 CPUtime=0

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

/proc/meminfo: memFree=1355104/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=31.64
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1376 127052 0 2 6 1 3073 84 16 0 1 0 20397428 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1113 409 3 0 796 0
[pid=15721] ppid=15698 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15698 15698 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20400614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 232 193 169 0 50 0
[pid=15722] ppid=15721 vsize=118420 CPUtime=1264.17
/proc/15722/stat : 15722 (minisat) R 15721 15698 15661 0 -1 4194304 29088 0 0 0 126391 26 0 0 25 0 1 0 20400615 121262080 29074 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/15722/statm: 29605 29074 76 150 0 29452 0
Current children cumulated CPU time (s) 1295.81
Current children cumulated vsize (KiB) 140644

[startup+1362.3 s]
/proc/loadavg: 2.11 2.15 2.13 3/85 15724
/proc/meminfo: memFree=1350816/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=31.64
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1376 127052 0 2 6 1 3073 84 16 0 1 0 20397428 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1113 409 3 0 796 0
[pid=15721] ppid=15698 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15698 15698 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20400614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 232 193 169 0 50 0
[pid=15722] ppid=15721 vsize=121208 CPUtime=1323.86
/proc/15722/stat : 15722 (minisat) R 15721 15698 15661 0 -1 4194304 29790 0 0 0 132359 27 0 0 25 0 1 0 20400615 124116992 29776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15722/statm: 30302 29776 76 150 0 30149 0
Current children cumulated CPU time (s) 1355.5
Current children cumulated vsize (KiB) 143432

[startup+1422.31 s]
/proc/loadavg: 2.04 2.12 2.12 3/85 15724
/proc/meminfo: memFree=1346016/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=31.64
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1376 127052 0 2 6 1 3073 84 16 0 1 0 20397428 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1113 409 3 0 796 0
[pid=15721] ppid=15698 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15698 15698 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20400614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 232 193 169 0 50 0
[pid=15722] ppid=15721 vsize=123588 CPUtime=1383.57
/proc/15722/stat : 15722 (minisat) R 15721 15698 15661 0 -1 4194304 30386 0 0 0 138329 28 0 0 25 0 1 0 20400615 126554112 30372 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15722/statm: 30897 30372 76 150 0 30744 0
Current children cumulated CPU time (s) 1415.21
Current children cumulated vsize (KiB) 145812

[startup+1482.3 s]
/proc/loadavg: 2.21 2.16 2.13 3/85 15724
/proc/meminfo: memFree=1340384/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=31.64
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1376 127052 0 2 6 1 3073 84 16 0 1 0 20397428 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1113 409 3 0 796 0
[pid=15721] ppid=15698 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15698 15698 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20400614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 232 193 169 0 50 0
[pid=15722] ppid=15721 vsize=126104 CPUtime=1443.27
/proc/15722/stat : 15722 (minisat) R 15721 15698 15661 0 -1 4194304 31023 0 0 0 144298 29 0 0 25 0 1 0 20400615 129130496 31009 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15722/statm: 31526 31009 76 150 0 31373 0
Current children cumulated CPU time (s) 1474.91
Current children cumulated vsize (KiB) 148328

[startup+1542.3 s]
/proc/loadavg: 2.27 2.17 2.14 3/85 15724
/proc/meminfo: memFree=1336416/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=31.64
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1376 127052 0 2 6 1 3073 84 16 0 1 0 20397428 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1113 409 3 0 796 0
[pid=15721] ppid=15698 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15698 15698 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20400614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 232 193 169 0 50 0
[pid=15722] ppid=15721 vsize=128628 CPUtime=1502.97
/proc/15722/stat : 15722 (minisat) R 15721 15698 15661 0 -1 4194304 31686 0 0 0 150267 30 0 0 25 0 1 0 20400615 131715072 31672 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15722/statm: 32157 31672 76 150 0 32004 0
Current children cumulated CPU time (s) 1534.61
Current children cumulated vsize (KiB) 150852

[startup+1602.3 s]
/proc/loadavg: 2.25 2.17 2.13 3/85 15774
/proc/meminfo: memFree=1029920/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=31.64
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1376 127052 0 2 6 1 3073 84 16 0 1 0 20397428 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1113 409 3 0 796 0
[pid=15721] ppid=15698 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15698 15698 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20400614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 232 193 169 0 50 0
[pid=15722] ppid=15721 vsize=130748 CPUtime=1562.45
/proc/15722/stat : 15722 (minisat) R 15721 15698 15661 0 -1 4194304 32208 0 0 0 156214 31 0 0 25 0 1 0 20400615 133885952 32194 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/15722/statm: 32687 32194 76 150 0 32534 0
Current children cumulated CPU time (s) 1594.09
Current children cumulated vsize (KiB) 152972

[startup+1662.3 s]
/proc/loadavg: 2.09 2.14 2.12 3/85 15774
/proc/meminfo: memFree=1027424/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=31.64
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1376 127052 0 2 6 1 3073 84 16 0 1 0 20397428 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1113 409 3 0 796 0
[pid=15721] ppid=15698 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15698 15698 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20400614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 232 193 169 0 50 0
[pid=15722] ppid=15721 vsize=132664 CPUtime=1621.88
/proc/15722/stat : 15722 (minisat) R 15721 15698 15661 0 -1 4194304 32707 0 0 0 162155 33 0 0 25 0 1 0 20400615 135847936 32693 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15722/statm: 33166 32693 76 150 0 33013 0
Current children cumulated CPU time (s) 1653.52
Current children cumulated vsize (KiB) 154888

[startup+1722.3 s]
/proc/loadavg: 2.03 2.11 2.11 3/83 15809
/proc/meminfo: memFree=1684912/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=31.64
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1376 127052 0 2 6 1 3073 84 16 0 1 0 20397428 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1113 409 3 0 796 0
[pid=15721] ppid=15698 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15698 15698 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20400614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 232 193 169 0 50 0
[pid=15722] ppid=15721 vsize=134908 CPUtime=1681.34
/proc/15722/stat : 15722 (minisat) R 15721 15698 15661 0 -1 4194304 33259 0 0 0 168099 35 0 0 25 0 1 0 20400615 138145792 33245 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15722/statm: 33727 33245 76 150 0 33574 0
Current children cumulated CPU time (s) 1712.98
Current children cumulated vsize (KiB) 157132

[startup+1782.3 s]
/proc/loadavg: 2.01 2.09 2.10 3/83 15809
/proc/meminfo: memFree=1681584/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=31.64
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1376 127052 0 2 6 1 3073 84 16 0 1 0 20397428 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1113 409 3 0 796 0
[pid=15721] ppid=15698 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15698 15698 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20400614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 232 193 169 0 50 0
[pid=15722] ppid=15721 vsize=137336 CPUtime=1741.04
/proc/15722/stat : 15722 (minisat) R 15721 15698 15661 0 -1 4194304 33877 0 0 0 174069 35 0 0 25 0 1 0 20400615 140632064 33863 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15722/statm: 34334 33863 76 150 0 34181 0
Current children cumulated CPU time (s) 1772.68
Current children cumulated vsize (KiB) 159560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.8 s]
/proc/loadavg: 2.23 2.13 2.11 4/85 15858
/proc/meminfo: memFree=1313504/2055920 swapFree=4192812/4192956
[pid=15698] ppid=15696 vsize=16868 CPUtime=31.64
/proc/15698/stat : 15698 (sugar) S 15696 15698 15661 0 -1 4194304 1376 127052 0 2 6 1 3073 84 16 0 1 0 20397428 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15698/statm: 4217 1113 409 3 0 796 0
[pid=15721] ppid=15698 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15698 15698 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20400614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 232 193 169 0 50 0
[pid=15722] ppid=15721 vsize=138260 CPUtime=1768.4
/proc/15722/stat : 15722 (minisat) R 15721 15698 15661 0 -1 4194304 34127 0 0 0 176804 36 0 0 25 0 1 0 20400615 141578240 34113 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/15722/statm: 34565 34113 76 150 0 34412 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 160484

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 15698 and gives
#  childrusage.ru_utime.tv_sec=30
#  childrusage.ru_utime.tv_usec=794318
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=874867
# CPU time returned by wait4() is 31.6692
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.84
CPU time (s): 1800.04
CPU user time (s): 1798.83
CPU system time (s): 1.21
CPU usage (%): 99.4583
Max. virtual memory (cumulated for all children) (KiB): 911500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.7943
system time used= 0.874867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128811
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= 4688
involuntary context switches= 4992

runsolver used 2.38764 second user time and 5.72013 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-11 19:28:30
IDJOB=2063910
IDBENCH=54105
IDSOLVER=739
FILE ID=node35/2063910-1247333310
PBS_JOBID= 9506681
Free space on /tmp= 66244 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-14.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-2063910-1247333310/watcher-2063910-1247333310 -o /tmp/evaluation-result-2063910-1247333310/solver-2063910-1247333310 -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-2063910-1247333310.xml

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

MD5SUM BENCH= 872c261f2ab1a686494df34522240c16
RANDOM SEED=1030609504

node35.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.213
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.213
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:       1646936 kB
Buffers:          5076 kB
Cached:          60680 kB
SwapCached:          0 kB
Active:         337028 kB
Inactive:        23988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:         315652 kB
Slab:            32756 kB
Committed_AS:   464684 kB
PageTables:       2412 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= 66248 MiB
End job on node35 at 2009-07-11 19:58:42