Trace number 2070235

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 1801.86

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg13-14_ext.xml
MD5SUM42c59f34cad7c22039c6be043bc46c61
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.041992
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints27
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension27
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.08	c 0	BEGIN Sun Jul 12 00:26:57 2009
0.03/0.08	c 0	PID 20396
0.03/0.08	c 0	HOST node67.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2070235-1247351216.xml TO HOME/temp.csp
0.03/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-2070235-1247351216.xml' 'HOME/temp.csp'
0.06/0.34	c 0	1 domains, 182 variables, 0 predicates, 2 relations, 27 constraints
0.06/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.35	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.31/0.43	c 0	Parsing HOME/temp.csp
0.31/0.52	c 0	parsed 212 expressions
0.31/0.53	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.53	c 0	Converting to clausal form CSP
0.31/0.55	c 0	converted 22 (10%) expressions
0.31/0.55	c 0	converted 43 (20%) expressions
0.31/0.55	c 0	converted 64 (30%) expressions
0.31/0.55	c 0	converted 85 (40%) expressions
0.31/0.55	c 0	converted 106 (50%) expressions
0.31/0.55	c 0	converted 128 (60%) expressions
0.31/0.55	c 0	converted 149 (70%) expressions
0.31/0.55	c 0	converted 170 (80%) expressions
0.31/0.72	c 0	converted 191 (90%) expressions
1.14/1.23	c 1	converted 212 (100%) expressions
1.14/1.24	c 1	CSP : 182 integers, 0 booleans, 27 clauses, largest domain size 26
1.14/1.24	c 1	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.24	c 1	Propagation in CSP
1.14/1.24	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.24	c 1	CSP : 182 integers, 0 booleans, 27 clauses, largest domain size 26
1.14/1.24	c 1	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.25	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.25	c 1	CSP : 182 integers, 0 booleans, 27 clauses, largest domain size 26
1.14/1.25	c 1	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.36	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.37	c 1	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.23/1.38	c 1	37 (20%) CSP integer variables are encoded (888 clauses, 9624 bytes)
1.23/1.38	c 1	55 (30%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
1.23/1.38	c 1	73 (40%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
1.23/1.38	c 1	91 (50%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
1.23/1.38	c 1	110 (60%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
1.23/1.38	c 1	128 (70%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
1.23/1.38	c 1	146 (80%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
1.23/1.38	c 1	164 (90%) CSP integer variables are encoded (3936 clauses, 49105 bytes)
1.23/1.39	c 1	182 (100%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
10.24/10.47	c 10	3 (10%) CSP clauses are encoded (76719 clauses, 5994360 bytes)
19.25/19.59	c 19	6 (20%) CSP clauses are encoded (149070 clauses, 12048562 bytes)
28.36/28.76	c 28	9 (30%) CSP clauses are encoded (221421 clauses, 18148684 bytes)
34.30/34.73	c 34	11 (40%) CSP clauses are encoded (269655 clauses, 22215432 bytes)
43.42/43.94	c 43	14 (50%) CSP clauses are encoded (342006 clauses, 28407296 bytes)
47.07/47.65	c 47	17 (60%) CSP clauses are encoded (384201 clauses, 31529084 bytes)
49.64/50.29	c 50	19 (70%) CSP clauses are encoded (412331 clauses, 34150430 bytes)
53.40/54.01	c 54	22 (80%) CSP clauses are encoded (454526 clauses, 38082449 bytes)
57.08/57.73	c 57	25 (90%) CSP clauses are encoded (496721 clauses, 42014468 bytes)
59.65/60.39	c 60	27 (100%) CSP clauses are encoded (524851 clauses, 44635814 bytes)
59.65/60.39	c 60	27 CSP clauses encoded
59.65/60.39	c 60	Writing map file : HOME/temp.map
59.75/60.41	c 60	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
59.75/60.41	c 60	SAT : 4550 SAT variables, 524851 SAT clauses, 44635814 bytes
59.75/60.41	c 60	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
59.75/60.42	c 60	SOLVING HOME/temp.cnf
59.75/60.42	c 60	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
59.75/60.43	c 60	This is MiniSat 2.0 beta
59.75/60.43	c 60	WARNING: for repeatability, setting FPU to use double precision
59.75/60.43	c 60	============================[ Problem Statistics ]=============================
59.75/60.43	c 60	|                                                                             |
59.75/60.43	c 60	|  Number of variables:  4550                                                 |
59.75/60.43	c 60	|  Number of clauses:    524851                                               |
59.77/61.37	c 61	|  Parsing time:         0.86         s                                       |
59.77/61.44	c 61	============================[ Search Statistics ]==============================
59.77/61.44	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.77/61.44	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.77/61.44	c 61	===============================================================================
59.77/61.44	c 61	|         0 |    4498   521331  8344631 |   173777        0    nan |  0.000 % |
59.77/61.46	c 61	|       100 |    4497   521331  8344631 |   191154       99      4 |  1.165 % |
59.77/61.48	c 61	|       251 |    4497   521331  8344631 |   210270      250      7 |  1.165 % |
60.83/61.51	c 61	|       476 |    4497   521331  8344631 |   231297      475      8 |  1.165 % |
60.83/61.54	c 61	|       813 |    4497   521331  8344631 |   254426      812      8 |  1.165 % |
60.83/61.59	c 61	|      1319 |    4496   521331  8344631 |   279869     1317      8 |  1.187 % |
60.93/61.64	c 61	|      2079 |    4496   521331  8344631 |   307856     2077      8 |  1.187 % |
61.02/61.74	c 61	|      3218 |    4496   521331  8344631 |   338642     3216      9 |  1.187 % |
61.22/61.91	c 61	|      4926 |    4495   521331  8344631 |   372506     4923      9 |  1.209 % |
61.51/62.22	c 62	|      7488 |    4494   521331  8344631 |   409757     7484      9 |  1.231 % |
61.81/62.52	c 62	|     11334 |    4494   521331  8344631 |   450732    11330     10 |  1.231 % |
62.30/63.07	c 63	|     17101 |    4494   521331  8344631 |   495806    17097     10 |  1.231 % |
63.39/64.18	c 64	|     25752 |    4494   521331  8344631 |   545386    25748     10 |  1.231 % |
65.08/65.86	c 65	|     38726 |    4494   521331  8344631 |   599925    38722     10 |  1.231 % |
68.74/69.57	c 69	|     58188 |    4494   521331  8344631 |   659917    58184     11 |  1.231 % |
76.86/77.70	c 77	|     87381 |    4494   521331  8344631 |   725909    87377     12 |  1.231 % |
102.12/103.25	c 103	|    131170 |    4494   521331  8344631 |   798500   131166     13 |  1.231 % |
151.28/152.43	c 152	|    196854 |    4494   521331  8344631 |   878350   196850     14 |  1.231 % |
301.91/303.11	c 303	|    295380 |    4494   520686  8331634 |   966185   295351     16 |  1.253 % |
570.21/571.51	c 571	|    443170 |    4494   520686  8331634 |  1062804   443141     16 |  1.253 % |
1270.54/1272.10	c 1272	|    664857 |    4490   520580  8330164 |  1169084   664827     17 |  1.319 % |
1800.04/1801.82	c ERROR INTERRUPTED
1800.04/1801.84	s UNKNOWN
1800.04/1801.84	c 1801	CPU 59.79 (0.06 0.01 59.16 0.56)
1800.04/1801.84	c 1801	END Sun Jul 12 00:56:58 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-2070235-1247351216/watcher-2070235-1247351216 -o /tmp/evaluation-result-2070235-1247351216/solver-2070235-1247351216 -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-2070235-1247351216.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.96 1.93 2.05 4/72 20396
/proc/meminfo: memFree=1651808/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=18576 CPUtime=0
/proc/20396/stat : 20396 (runsolver) R 20394 20396 18646 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22184383 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20396/statm: 4644 284 249 26 0 2626 0

[startup+0.0536221 s]
/proc/loadavg: 1.96 1.93 2.05 4/72 20396
/proc/meminfo: memFree=1651808/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=14776 CPUtime=0.03
/proc/20396/stat : 20396 (sugar) R 20394 20396 18646 0 -1 4194304 860 0 0 0 3 0 0 0 20 0 1 0 22184383 15130624 828 996147200 4194304 4206940 548682068608 18446744073709551615 271638237921 0 0 4224 0 0 0 0 17 1 0 0
/proc/20396/statm: 3694 828 378 3 0 533 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14776

[startup+0.106663 s]
/proc/loadavg: 1.96 1.93 2.05 4/72 20396
/proc/meminfo: memFree=1651808/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=0.06
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22184383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301687 s]
/proc/loadavg: 1.96 1.93 2.05 4/72 20396
/proc/meminfo: memFree=1651808/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=0.06
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22184383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701729 s]
/proc/loadavg: 1.96 1.93 2.05 4/72 20396
/proc/meminfo: memFree=1651808/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=0.31
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1309 4495 0 1 5 1 22 3 15 0 1 0 22184383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 1.96 1.93 2.05 3/83 20418
/proc/meminfo: memFree=1624648/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=0.31
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1310 4495 0 1 5 1 22 3 15 0 1 0 22184383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 4217 1111 409 3 0 796 0
[pid=20409] ppid=20396 vsize=5356 CPUtime=0
/proc/20409/stat : 20409 (sh) S 20396 20396 18646 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22184418 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20409/statm: 1339 233 193 169 0 50 0
[pid=20410] ppid=20409 vsize=864444 CPUtime=1.11
/proc/20410/stat : 20410 (java) S 20409 20396 18646 0 -1 0 11515 0 1 0 106 5 0 0 18 0 9 0 22184419 885190656 10758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20410/statm: 216111 10758 2590 9 0 210588 0
[pid=20410/tid=20411] ppid=20409 vsize=864444 CPUtime=0.45
/proc/20410/task/20411/stat : 20411 (java) R 20409 20396 18646 0 -1 64 3046 0 1 0 43 2 0 0 23 0 9 0 22184420 885190656 10758 996147200 134512640 134550932 4294955936 18446744073709551615 4126577114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20412] ppid=20409 vsize=864444 CPUtime=0.56
/proc/20410/task/20412/stat : 20412 (java) S 20409 20396 18646 0 -1 64 7438 0 0 0 54 2 0 0 16 0 9 0 22184421 885190656 10758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20413] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20413/stat : 20413 (java) S 20409 20396 18646 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22184421 885190656 10758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20414] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20414/stat : 20414 (java) S 20409 20396 18646 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22184421 885190656 10758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20415] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20415/stat : 20415 (java) S 20409 20396 18646 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22184423 885190656 10758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20416] ppid=20409 vsize=864444 CPUtime=0.07
/proc/20410/task/20416/stat : 20416 (java) S 20409 20396 18646 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 22184423 885190656 10758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20417] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20417/stat : 20417 (java) S 20409 20396 18646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22184423 885190656 10758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20418] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20418/stat : 20418 (java) S 20409 20396 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22184423 885190656 10758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886668

[startup+3.10294 s]
/proc/loadavg: 1.96 1.93 2.05 3/83 20418
/proc/meminfo: memFree=1614152/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=0.31
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1310 4495 0 1 5 1 22 3 15 0 1 0 22184383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 4217 1111 409 3 0 796 0
[pid=20409] ppid=20396 vsize=5356 CPUtime=0
/proc/20409/stat : 20409 (sh) S 20396 20396 18646 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22184418 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20409/statm: 1339 233 193 169 0 50 0
[pid=20410] ppid=20409 vsize=864444 CPUtime=2.7
/proc/20410/stat : 20410 (java) S 20409 20396 18646 0 -1 0 12215 0 1 0 264 6 0 0 18 0 9 0 22184419 885190656 11434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20410/statm: 216111 11434 2590 9 0 210588 0
[pid=20410/tid=20411] ppid=20409 vsize=864444 CPUtime=2
/proc/20410/task/20411/stat : 20411 (java) R 20409 20396 18646 0 -1 64 3070 0 1 0 198 2 0 0 25 0 9 0 22184420 885190656 11434 996147200 134512640 134550932 4294955936 18446744073709551615 4126592646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20412] ppid=20409 vsize=864444 CPUtime=0.61
/proc/20410/task/20412/stat : 20412 (java) S 20409 20396 18646 0 -1 64 8114 0 0 0 58 3 0 0 16 0 9 0 22184421 885190656 11434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20413] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20413/stat : 20413 (java) S 20409 20396 18646 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22184421 885190656 11434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20414] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20414/stat : 20414 (java) S 20409 20396 18646 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22184421 885190656 11434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20415] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20415/stat : 20415 (java) S 20409 20396 18646 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22184423 885190656 11434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20416] ppid=20409 vsize=864444 CPUtime=0.07
/proc/20410/task/20416/stat : 20416 (java) S 20409 20396 18646 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 22184423 885190656 11434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20417] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20417/stat : 20417 (java) S 20409 20396 18646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22184423 885190656 11434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20418] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20418/stat : 20418 (java) S 20409 20396 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22184423 885190656 11434 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) 886668

[startup+6.30227 s]
/proc/loadavg: 1.96 1.93 2.05 3/83 20418
/proc/meminfo: memFree=1607944/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=0.31
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1310 4495 0 1 5 1 22 3 15 0 1 0 22184383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 4217 1111 409 3 0 796 0
[pid=20409] ppid=20396 vsize=5356 CPUtime=0
/proc/20409/stat : 20409 (sh) S 20396 20396 18646 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22184418 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20409/statm: 1339 233 193 169 0 50 0
[pid=20410] ppid=20409 vsize=864444 CPUtime=5.87
/proc/20410/stat : 20410 (java) S 20409 20396 18646 0 -1 0 13351 0 1 0 579 8 0 0 18 0 9 0 22184419 885190656 12504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20410/statm: 216111 12504 2590 9 0 210588 0
[pid=20410/tid=20411] ppid=20409 vsize=864444 CPUtime=5.07
/proc/20410/task/20411/stat : 20411 (java) R 20409 20396 18646 0 -1 64 3136 0 1 0 505 2 0 0 25 0 9 0 22184420 885190656 12504 996147200 134512640 134550932 4294955936 18446744073709551615 103211376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20412] ppid=20409 vsize=864444 CPUtime=0.69
/proc/20410/task/20412/stat : 20412 (java) S 20409 20396 18646 0 -1 64 9180 0 0 0 65 4 0 0 16 0 9 0 22184421 885190656 12504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20413] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20413/stat : 20413 (java) S 20409 20396 18646 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22184421 885190656 12504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20414] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20414/stat : 20414 (java) S 20409 20396 18646 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22184421 885190656 12504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20415] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20415/stat : 20415 (java) S 20409 20396 18646 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22184423 885190656 12504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20416] ppid=20409 vsize=864444 CPUtime=0.08
/proc/20410/task/20416/stat : 20416 (java) S 20409 20396 18646 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22184423 885190656 12504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20417] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20417/stat : 20417 (java) S 20409 20396 18646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22184423 885190656 12504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20418] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20418/stat : 20418 (java) S 20409 20396 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22184423 885190656 12504 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886668

[startup+12.7029 s]
/proc/loadavg: 1.96 1.93 2.05 3/83 20418
/proc/meminfo: memFree=1594888/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=0.31
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1310 4495 0 1 5 1 22 3 16 0 1 0 22184383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 4217 1111 409 3 0 796 0
[pid=20409] ppid=20396 vsize=5356 CPUtime=0
/proc/20409/stat : 20409 (sh) S 20396 20396 18646 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22184418 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20409/statm: 1339 233 193 169 0 50 0
[pid=20410] ppid=20409 vsize=864444 CPUtime=12.21
/proc/20410/stat : 20410 (java) S 20409 20396 18646 0 -1 0 15587 0 1 0 1208 13 0 0 18 0 9 0 22184419 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20410/statm: 216111 14611 2590 9 0 210588 0
[pid=20410/tid=20411] ppid=20409 vsize=864444 CPUtime=11.26
/proc/20410/task/20411/stat : 20411 (java) R 20409 20396 18646 0 -1 64 3265 0 1 0 1120 6 0 0 25 0 9 0 22184420 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4126573640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20412] ppid=20409 vsize=864444 CPUtime=0.84
/proc/20410/task/20412/stat : 20412 (java) S 20409 20396 18646 0 -1 64 11286 0 0 0 79 5 0 0 16 0 9 0 22184421 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20413] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20413/stat : 20413 (java) S 20409 20396 18646 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22184421 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20414] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20414/stat : 20414 (java) S 20409 20396 18646 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22184421 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20415] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20415/stat : 20415 (java) S 20409 20396 18646 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22184423 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20416] ppid=20409 vsize=864444 CPUtime=0.08
/proc/20410/task/20416/stat : 20416 (java) S 20409 20396 18646 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22184423 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20417] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20417/stat : 20417 (java) S 20409 20396 18646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22184423 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20418] ppid=20409 vsize=864444 CPUtime=0
/proc/20410/task/20418/stat : 20418 (java) R 20409 20396 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22184423 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886668

[startup+25.5022 s]
/proc/loadavg: 1.97 1.94 2.04 3/83 20418
/proc/meminfo: memFree=1584584/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=0.31
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1310 4495 0 1 5 1 22 3 16 0 1 0 22184383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20396/statm: 4217 1111 409 3 0 796 0
[pid=20409] ppid=20396 vsize=5356 CPUtime=0
/proc/20409/stat : 20409 (sh) S 20396 20396 18646 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22184418 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20409/statm: 1339 233 193 169 0 50 0
[pid=20410] ppid=20409 vsize=864464 CPUtime=24.88
/proc/20410/stat : 20410 (java) S 20409 20396 18646 0 -1 0 18631 0 1 0 2467 21 0 0 18 0 9 0 22184419 885211136 14895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20410/statm: 216116 14895 2590 9 0 210593 0
[pid=20410/tid=20411] ppid=20409 vsize=864464 CPUtime=23.46
/proc/20410/task/20411/stat : 20411 (java) R 20409 20396 18646 0 -1 64 3524 0 1 0 2334 12 0 0 25 0 9 0 22184420 885211136 14895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20412] ppid=20409 vsize=864464 CPUtime=1.31
/proc/20410/task/20412/stat : 20412 (java) S 20409 20396 18646 0 -1 64 14067 0 0 0 123 8 0 0 16 0 9 0 22184421 885211136 14895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20413] ppid=20409 vsize=864464 CPUtime=0
/proc/20410/task/20413/stat : 20413 (java) S 20409 20396 18646 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22184421 885211136 14895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20414] ppid=20409 vsize=864464 CPUtime=0
/proc/20410/task/20414/stat : 20414 (java) S 20409 20396 18646 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22184421 885211136 14895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20410/tid=20415] ppid=20409 vsize=864464 CPUtime=0

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

/proc/meminfo: memFree=1309504/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=59.77
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1376 34910 0 2 6 1 5915 55 16 0 1 0 22184383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20396/statm: 4217 1113 409 3 0 796 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22190425 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=128692 CPUtime=1240.95
/proc/20420/stat : 20420 (minisat) R 20419 20396 18646 0 -1 4194304 31440 0 0 0 124067 28 0 0 25 0 1 0 22190426 131780608 31426 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20420/statm: 32173 31426 75 150 0 32020 0
Current children cumulated CPU time (s) 1300.72
Current children cumulated vsize (KiB) 150916

[startup+1362.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/77 20470
/proc/meminfo: memFree=1307776/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=59.77
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1376 34910 0 2 6 1 5915 55 16 0 1 0 22184383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20396/statm: 4217 1113 409 3 0 796 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22190425 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=130440 CPUtime=1300.93
/proc/20420/stat : 20420 (minisat) R 20419 20396 18646 0 -1 4194304 31875 0 0 0 130064 29 0 0 25 0 1 0 22190426 133570560 31861 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/20420/statm: 32610 31861 75 150 0 32457 0
Current children cumulated CPU time (s) 1360.7
Current children cumulated vsize (KiB) 152664

[startup+1422.31 s]
/proc/loadavg: 2.05 2.06 2.01 3/77 20470
/proc/meminfo: memFree=1306304/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=59.77
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1376 34910 0 2 6 1 5915 55 16 0 1 0 22184383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20396/statm: 4217 1113 409 3 0 796 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22190425 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=133168 CPUtime=1360.91
/proc/20420/stat : 20420 (minisat) R 20419 20396 18646 0 -1 4194304 32234 0 0 0 136062 29 0 0 25 0 1 0 22190426 136364032 32220 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20420/statm: 33292 32220 75 150 0 33139 0
Current children cumulated CPU time (s) 1420.68
Current children cumulated vsize (KiB) 155392

[startup+1482.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/77 20472
/proc/meminfo: memFree=1304960/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=59.77
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1376 34910 0 2 6 1 5915 55 16 0 1 0 22184383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20396/statm: 4217 1113 409 3 0 796 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22190425 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=134356 CPUtime=1420.88
/proc/20420/stat : 20420 (minisat) R 20419 20396 18646 0 -1 4194304 32543 0 0 0 142058 30 0 0 25 0 1 0 22190426 137580544 32529 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/20420/statm: 33589 32529 75 150 0 33436 0
Current children cumulated CPU time (s) 1480.65
Current children cumulated vsize (KiB) 156580

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/77 20472
/proc/meminfo: memFree=1302592/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=59.77
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1376 34910 0 2 6 1 5915 55 16 0 1 0 22184383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20396/statm: 4217 1113 409 3 0 796 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22190425 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=135868 CPUtime=1480.85
/proc/20420/stat : 20420 (minisat) R 20419 20396 18646 0 -1 4194304 32919 0 0 0 148055 30 0 0 25 0 1 0 22190426 139128832 32905 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20420/statm: 33967 32905 75 150 0 33814 0
Current children cumulated CPU time (s) 1540.62
Current children cumulated vsize (KiB) 158092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 20472
/proc/meminfo: memFree=1301376/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=59.77
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1376 34910 0 2 6 1 5915 55 16 0 1 0 22184383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20396/statm: 4217 1113 409 3 0 796 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22190425 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=137076 CPUtime=1540.83
/proc/20420/stat : 20420 (minisat) R 20419 20396 18646 0 -1 4194304 33221 0 0 0 154052 31 0 0 25 0 1 0 22190426 140365824 33207 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20420/statm: 34269 33207 75 150 0 34116 0
Current children cumulated CPU time (s) 1600.6
Current children cumulated vsize (KiB) 159300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 20472
/proc/meminfo: memFree=1300160/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=59.77
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1376 34910 0 2 6 1 5915 55 16 0 1 0 22184383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20396/statm: 4217 1113 409 3 0 796 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22190425 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=138260 CPUtime=1600.81
/proc/20420/stat : 20420 (minisat) R 20419 20396 18646 0 -1 4194304 33532 0 0 0 160049 32 0 0 25 0 1 0 22190426 141578240 33518 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/20420/statm: 34565 33518 75 150 0 34412 0
Current children cumulated CPU time (s) 1660.58
Current children cumulated vsize (KiB) 160484

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 20472
/proc/meminfo: memFree=1298752/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=59.77
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1376 34910 0 2 6 1 5915 55 16 0 1 0 22184383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20396/statm: 4217 1113 409 3 0 796 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22190425 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=139672 CPUtime=1660.79
/proc/20420/stat : 20420 (minisat) R 20419 20396 18646 0 -1 4194304 33835 0 0 0 166047 32 0 0 25 0 1 0 22190426 143024128 33821 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20420/statm: 34918 33821 75 150 0 34765 0
Current children cumulated CPU time (s) 1720.56
Current children cumulated vsize (KiB) 161896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 20472
/proc/meminfo: memFree=1297792/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=59.77
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1376 34910 0 2 6 1 5915 55 16 0 1 0 22184383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20396/statm: 4217 1113 409 3 0 796 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22190425 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=140660 CPUtime=1720.76
/proc/20420/stat : 20420 (minisat) R 20419 20396 18646 0 -1 4194304 34081 0 0 0 172044 32 0 0 25 0 1 0 22190426 144035840 34067 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20420/statm: 35165 34067 75 150 0 35012 0
Current children cumulated CPU time (s) 1780.53
Current children cumulated vsize (KiB) 162884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.81 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 20472
/proc/meminfo: memFree=1297152/2055920 swapFree=4192956/4192956
[pid=20396] ppid=20394 vsize=16868 CPUtime=59.77
/proc/20396/stat : 20396 (sugar) S 20394 20396 18646 0 -1 4194304 1376 34910 0 2 6 1 5915 55 16 0 1 0 22184383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20396/statm: 4217 1113 409 3 0 796 0
[pid=20419] ppid=20396 vsize=5356 CPUtime=0
/proc/20419/stat : 20419 (sh) S 20396 20396 18646 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22190425 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20419/statm: 1339 232 193 169 0 50 0
[pid=20420] ppid=20419 vsize=140924 CPUtime=1740.27
/proc/20420/stat : 20420 (minisat) R 20419 20396 18646 0 -1 4194304 34151 0 0 0 173995 32 0 0 25 0 1 0 22190426 144306176 34137 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20420/statm: 35231 34137 75 150 0 35078 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 163148

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 20396 and gives
#  childrusage.ru_utime.tv_sec=59
#  childrusage.ru_utime.tv_usec=226996
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=604908
# CPU time returned by wait4() is 59.8319
# 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): 1801.86
CPU time (s): 1800.04
CPU user time (s): 1799.16
CPU system time (s): 0.88
CPU usage (%): 99.899
Max. virtual memory (cumulated for all children) (KiB): 891816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.227
system time used= 0.604908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36669
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= 14183
involuntary context switches= 15280

runsolver used 1.9917 second user time and 6.23905 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 00:26:56
IDJOB=2070235
IDBENCH=55158
IDSOLVER=739
FILE ID=node67/2070235-1247351216
PBS_JOBID= 9506839
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg13-14_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-2070235-1247351216/watcher-2070235-1247351216 -o /tmp/evaluation-result-2070235-1247351216/solver-2070235-1247351216 -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-2070235-1247351216.xml

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

MD5SUM BENCH= 42c59f34cad7c22039c6be043bc46c61
RANDOM SEED=1961327517

node67.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.239
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.239
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:       1652288 kB
Buffers:         55796 kB
Cached:         261832 kB
SwapCached:          0 kB
Active:          97968 kB
Inactive:       243276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652288 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:          35124 kB
Slab:            47716 kB
Committed_AS:   175336 kB
PageTables:       1784 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= 66416 MiB
End job on node67 at 2009-07-12 00:57:00