Trace number 2061897

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.02 1800.79

General information on the benchmark

Namecsp/cjss/
normalized-la04x3-570.xml
MD5SUM258e8f81311a1a5f6c31959db09ea953
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables151
Number of constraints155
Maximum constraint arity30
Maximum domain size571
Number of constraints which are defined in extension0
Number of constraints which are defined in intension150
Global constraints used (with number of constraints)cumulative(5)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:57:41 2009
0.00/0.07	c 0	PID 14663
0.00/0.07	c 0	HOST node4.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2061897-1247327861.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061897-1247327861.xml' 'HOME/temp.csp'
0.06/0.28	c 0	2 domains, 151 variables, 1 predicates, 0 relations, 155 constraints
0.06/0.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	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.34/0.40	c 1	Parsing HOME/temp.csp
0.34/0.43	c 1	parsed 309 expressions
0.34/0.44	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.44	c 1	Converting to clausal form CSP
0.34/0.45	c 1	converted 31 (10%) expressions
0.34/0.45	c 1	converted 62 (20%) expressions
0.34/0.45	c 1	converted 93 (30%) expressions
0.34/0.46	c 1	converted 124 (40%) expressions
0.34/0.47	c 1	converted 155 (50%) expressions
0.34/0.47	c 1	converted 186 (60%) expressions
0.34/0.48	c 1	converted 217 (70%) expressions
0.34/0.48	c 1	converted 248 (80%) expressions
0.34/0.49	c 1	converted 279 (90%) expressions
13.84/13.74	c 14	converted 309 (100%) expressions
13.84/13.76	c 14	CSP : 92650 integers, 53694 booleans, 279438 clauses, largest domain size 559
13.84/13.76	c 14	Heap : 185 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.84/13.76	c 14	Propagation in CSP
15.43/15.39	c 16	13320 values, 0 unsatisfiable literals, and 0 valid clauses are removed
15.43/15.40	c 16	CSP : 92650 integers, 53694 booleans, 279438 clauses, largest domain size 433
15.43/15.40	c 16	Heap : 193 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.53/15.48	c 16	Simplifing CSP by introducing new Boolean variables
15.73/15.61	c 16	CSP : 92650 integers, 53694 booleans, 279438 clauses, largest domain size 433
15.73/15.61	c 16	Heap : 183 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.64/16.59	c 17	Encoding CSP to SAT : HOME/temp.cnf
16.86/16.70	c 17	9265 (10%) CSP integer variables are encoded (48873 clauses, 711015 bytes)
16.86/16.72	c 17	18530 (20%) CSP integer variables are encoded (50553 clauses, 736215 bytes)
16.86/16.73	c 17	27795 (30%) CSP integer variables are encoded (52239 clauses, 761505 bytes)
16.86/16.74	c 17	37060 (40%) CSP integer variables are encoded (53925 clauses, 786795 bytes)
16.86/16.76	c 17	46325 (50%) CSP integer variables are encoded (55287 clauses, 807225 bytes)
16.86/16.77	c 17	55590 (60%) CSP integer variables are encoded (56973 clauses, 833691 bytes)
16.86/16.78	c 17	64855 (70%) CSP integer variables are encoded (58485 clauses, 859395 bytes)
16.95/16.80	c 17	74120 (80%) CSP integer variables are encoded (60171 clauses, 888057 bytes)
16.95/16.81	c 17	83385 (90%) CSP integer variables are encoded (61857 clauses, 916719 bytes)
16.95/16.82	c 17	92650 (100%) CSP integer variables are encoded (63543 clauses, 945381 bytes)
32.25/32.10	c 32	27944 (10%) CSP clauses are encoded (355679 clauses, 8899892 bytes)
76.22/76.17	c 76	55888 (20%) CSP clauses are encoded (696352 clauses, 18882253 bytes)
88.50/88.40	c 89	83832 (30%) CSP clauses are encoded (894910 clauses, 24515187 bytes)
109.46/109.47	c 110	111776 (40%) CSP clauses are encoded (1205029 clauses, 33668524 bytes)
123.94/123.91	c 124	139719 (50%) CSP clauses are encoded (1434850 clauses, 40201335 bytes)
145.42/145.43	c 146	167663 (60%) CSP clauses are encoded (1750120 clauses, 49880562 bytes)
168.19/168.27	c 168	195607 (70%) CSP clauses are encoded (1975222 clauses, 57128164 bytes)
192.07/192.17	c 192	223551 (80%) CSP clauses are encoded (2294886 clauses, 67799113 bytes)
202.46/202.58	c 203	251495 (90%) CSP clauses are encoded (2464228 clauses, 73172830 bytes)
222.02/222.18	c 222	279438 (100%) CSP clauses are encoded (2760570 clauses, 83015478 bytes)
222.02/222.18	c 222	279438 CSP clauses encoded
222.02/222.18	c 222	Writing map file : HOME/temp.map
222.02/222.20	c 222	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
222.02/222.20	c 222	SAT : 194022 SAT variables, 2760570 SAT clauses, 83015478 bytes
222.02/222.20	c 222	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
222.13/222.26	c 222	SOLVING HOME/temp.cnf
222.13/222.26	c 222	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
222.13/222.27	c 222	This is MiniSat 2.0 beta
222.13/222.27	c 222	WARNING: for repeatability, setting FPU to use double precision
222.13/222.27	c 222	============================[ Problem Statistics ]=============================
222.13/222.27	c 222	|                                                                             |
222.13/222.27	c 222	|  Number of variables:  194022                                               |
222.13/222.27	c 222	|  Number of clauses:    2760570                                              |
223.60/223.74	c 224	|  Parsing time:         1.29         s                                       |
223.70/223.81	c 224	============================[ Search Statistics ]==============================
223.70/223.81	c 224	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
223.70/223.81	c 224	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
223.70/223.81	c 224	===============================================================================
223.70/223.81	c 224	|         0 |  171108  1878276  7641652 |   626092        0    nan |  0.000 % |
224.60/224.72	c 225	|       100 |  171108  1878276  7641652 |   688701      100    124 | 11.810 % |
225.70/225.88	c 226	|       250 |  171108  1878276  7641652 |   757571      250     66 | 11.810 % |
226.70/226.83	c 227	|       475 |  171108  1878276  7641652 |   833328      475     60 | 11.810 % |
228.90/229.06	c 229	|       812 |  171108  1878276  7641652 |   916661      812     46 | 11.810 % |
230.91/231.07	c 231	|      1318 |  171108  1878276  7641652 |  1008327     1318     38 | 11.810 % |
233.30/233.49	c 234	|      2077 |  171108  1878276  7641652 |  1109160     2077     34 | 11.810 % |
239.20/239.37	c 240	|      3216 |  171108  1878276  7641652 |  1220076     3216     55 | 11.810 % |
246.79/246.97	c 247	|      4924 |  171108  1878276  7641652 |  1342083     4924     46 | 11.810 % |
257.49/257.66	c 258	|      7486 |  171108  1878276  7641652 |  1476292     7486     39 | 11.810 % |
276.18/276.36	c 277	|     11330 |  171108  1878276  7641652 |  1623921    11330     58 | 11.810 % |
296.78/296.90	c 297	|     17096 |  171108  1878276  7641652 |  1786313    17096     85 | 11.810 % |
322.17/322.31	c 323	|     25746 |  171108  1878276  7641652 |  1964944    25746     83 | 11.810 % |
385.95/386.19	c 386	|     38722 |  171108  1878276  7641652 |  2161439    38722     84 | 11.810 % |
488.61/488.89	c 489	|     58183 |  171108  1878276  7641652 |  2377583    58183     83 | 11.810 % |
667.03/667.32	c 668	|     87375 |  171108  1878276  7641652 |  2615341    87375     79 | 11.810 % |
968.72/969.14	c 969	|    131165 |  171108  1878276  7641652 |  2876875   131165     77 | 11.810 % |
1488.32/1488.93	c 1489	|    196849 |  171108  1878276  7641652 |  3164563   196849     71 | 11.810 % |
1800.02/1800.72	c ERROR INTERRUPTED
1800.02/1800.75	s UNKNOWN
1800.02/1800.75	c 1801	CPU 222.19 (0.05 0.02 221.26 0.86)
1800.02/1800.75	c 1801	END Sat Jul 11 18:27:42 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-2061897-1247327861/watcher-2061897-1247327861 -o /tmp/evaluation-result-2061897-1247327861/solver-2061897-1247327861 -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-2061897-1247327861.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: 0.92 1.03 1.31 3/82 14663
/proc/meminfo: memFree=1341528/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=12272 CPUtime=0
/proc/14663/stat : 14663 (sugar) R 14661 14663 13596 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19853626 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 259922115582 0 0 4224 0 0 0 0 17 0 0 0
/proc/14663/statm: 3068 327 246 3 0 168 0

[startup+0.0118731 s]
/proc/loadavg: 0.92 1.03 1.31 3/82 14663
/proc/meminfo: memFree=1341528/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=12544 CPUtime=0
/proc/14663/stat : 14663 (sugar) R 14661 14663 13596 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 19853626 12845056 429 996147200 4194304 4206940 548682068608 18446744073709551615 259926832704 0 0 4224 0 0 0 0 17 0 0 0
/proc/14663/statm: 3136 429 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101887 s]
/proc/loadavg: 0.92 1.03 1.31 3/82 14663
/proc/meminfo: memFree=1341528/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=0.06
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19853626 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301903 s]
/proc/loadavg: 0.92 1.03 1.31 3/82 14663
/proc/meminfo: memFree=1341528/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=0.06
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 19853626 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701946 s]
/proc/loadavg: 0.92 1.03 1.31 3/82 14663
/proc/meminfo: memFree=1341528/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=0.34
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1309 4551 0 1 5 1 25 3 16 0 1 0 19853626 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14663/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16868

[startup+1.50302 s]
/proc/loadavg: 0.92 1.03 1.31 2/93 14685
/proc/meminfo: memFree=1318528/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=0.34
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1309 4551 0 1 5 1 25 3 16 0 1 0 19853626 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14663/statm: 4217 1111 409 3 0 796 0
[pid=14676] ppid=14663 vsize=5356 CPUtime=0
/proc/14676/stat : 14676 (sh) S 14663 14663 13596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853659 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14676/statm: 1339 233 193 169 0 50 0
[pid=14677] ppid=14676 vsize=869440 CPUtime=1.32
/proc/14677/stat : 14677 (java) S 14676 14663 13596 0 -1 0 10101 0 1 0 126 6 0 0 18 0 9 0 19853659 890306560 9257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14677/statm: 217360 9257 2567 9 0 211865 0
[pid=14677/tid=14678] ppid=14676 vsize=869440 CPUtime=0.79
/proc/14677/task/14678/stat : 14678 (java) R 14676 14663 13596 0 -1 64 2842 0 1 0 78 1 0 0 16 0 9 0 19853660 890306560 9257 996147200 134512640 134550932 4294955936 18446744073709551615 4126467497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14677/tid=14679] ppid=14676 vsize=869440 CPUtime=0.32
/proc/14677/task/14679/stat : 14679 (java) S 14676 14663 13596 0 -1 64 5018 0 0 0 29 3 0 0 16 0 9 0 19853661 890306560 9257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14680] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14680/stat : 14680 (java) S 14676 14663 13596 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19853662 890306560 9257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14681] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14681/stat : 14681 (java) S 14676 14663 13596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19853662 890306560 9257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14682] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14682/stat : 14682 (java) S 14676 14663 13596 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19853664 890306560 9257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14683] ppid=14676 vsize=869440 CPUtime=0.17
/proc/14677/task/14683/stat : 14683 (java) S 14676 14663 13596 0 -1 64 1542 0 0 0 17 0 0 0 15 0 9 0 19853664 890306560 9257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14684] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14684/stat : 14684 (java) S 14676 14663 13596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19853664 890306560 9257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14685] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14685/stat : 14685 (java) S 14676 14663 13596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853664 890306560 9257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 891664

[startup+3.10217 s]
/proc/loadavg: 0.92 1.03 1.31 2/93 14685
/proc/meminfo: memFree=1301952/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=0.34
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1309 4551 0 1 5 1 25 3 16 0 1 0 19853626 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14663/statm: 4217 1111 409 3 0 796 0
[pid=14676] ppid=14663 vsize=5356 CPUtime=0
/proc/14676/stat : 14676 (sh) S 14663 14663 13596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853659 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14676/statm: 1339 233 193 169 0 50 0
[pid=14677] ppid=14676 vsize=869440 CPUtime=2.92
/proc/14677/stat : 14677 (java) S 14676 14663 13596 0 -1 0 16943 0 1 0 283 9 0 0 18 0 9 0 19853659 890306560 15739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14677/statm: 217360 15739 2567 9 0 211865 0
[pid=14677/tid=14678] ppid=14676 vsize=869440 CPUtime=1.79
/proc/14677/task/14678/stat : 14678 (java) R 14676 14663 13596 0 -1 64 3272 0 1 0 177 2 0 0 15 0 9 0 19853660 890306560 15739 996147200 134512640 134550932 4294955936 18446744073709551615 4126461444 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14679] ppid=14676 vsize=869440 CPUtime=0.92
/proc/14677/task/14679/stat : 14679 (java) S 14676 14663 13596 0 -1 64 11427 0 0 0 87 5 0 0 16 0 9 0 19853661 890306560 15739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14677/tid=14680] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14680/stat : 14680 (java) S 14676 14663 13596 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19853662 890306560 15739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14681] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14681/stat : 14681 (java) S 14676 14663 13596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19853662 890306560 15739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14682] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14682/stat : 14682 (java) S 14676 14663 13596 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19853664 890306560 15739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14683] ppid=14676 vsize=869440 CPUtime=0.17
/proc/14677/task/14683/stat : 14683 (java) S 14676 14663 13596 0 -1 64 1545 0 0 0 17 0 0 0 15 0 9 0 19853664 890306560 15739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14684] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14684/stat : 14684 (java) S 14676 14663 13596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19853664 890306560 15739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14685] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14685/stat : 14685 (java) S 14676 14663 13596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853664 890306560 15739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 891664

[startup+6.30247 s]
/proc/loadavg: 0.93 1.03 1.31 2/93 14685
/proc/meminfo: memFree=1249728/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=0.34
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1309 4551 0 1 5 1 25 3 16 0 1 0 19853626 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14663/statm: 4217 1111 409 3 0 796 0
[pid=14676] ppid=14663 vsize=5356 CPUtime=0
/proc/14676/stat : 14676 (sh) S 14663 14663 13596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853659 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14676/statm: 1339 233 193 169 0 50 0
[pid=14677] ppid=14676 vsize=881692 CPUtime=6.12
/proc/14677/stat : 14677 (java) S 14676 14663 13596 0 -1 0 33826 0 1 0 596 16 0 0 18 0 9 0 19853659 902852608 30492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14677/statm: 220423 30492 2568 9 0 214928 0
[pid=14677/tid=14678] ppid=14676 vsize=881692 CPUtime=3.68
/proc/14677/task/14678/stat : 14678 (java) S 14676 14663 13596 0 -1 64 3583 0 1 0 366 2 0 0 16 0 9 0 19853660 902852608 30492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14677/tid=14679] ppid=14676 vsize=881692 CPUtime=2.23
/proc/14677/task/14679/stat : 14679 (java) R 14676 14663 13596 0 -1 64 27984 0 0 0 211 12 0 0 17 0 9 0 19853661 902852608 30492 996147200 134512640 134550932 4294955936 18446744073709551615 102768130 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14680] ppid=14676 vsize=881692 CPUtime=0
/proc/14677/task/14680/stat : 14680 (java) S 14676 14663 13596 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19853662 902852608 30492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14681] ppid=14676 vsize=881692 CPUtime=0
/proc/14677/task/14681/stat : 14681 (java) S 14676 14663 13596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19853662 902852608 30492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14682] ppid=14676 vsize=881692 CPUtime=0
/proc/14677/task/14682/stat : 14682 (java) S 14676 14663 13596 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19853664 902852608 30492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14683] ppid=14676 vsize=881692 CPUtime=0.18
/proc/14677/task/14683/stat : 14683 (java) S 14676 14663 13596 0 -1 64 1560 0 0 0 18 0 0 0 16 0 9 0 19853664 902852608 30492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14684] ppid=14676 vsize=881692 CPUtime=0
/proc/14677/task/14684/stat : 14684 (java) S 14676 14663 13596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19853664 902852608 30492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14685] ppid=14676 vsize=881692 CPUtime=0
/proc/14677/task/14685/stat : 14685 (java) S 14676 14663 13596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853664 902852608 30492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 903916

[startup+12.7021 s]
/proc/loadavg: 0.93 1.03 1.31 2/93 14685
/proc/meminfo: memFree=1155776/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=0.34
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1309 4551 0 1 5 1 25 3 16 0 1 0 19853626 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14663/statm: 4217 1111 409 3 0 796 0
[pid=14676] ppid=14663 vsize=5356 CPUtime=0
/proc/14676/stat : 14676 (sh) S 14663 14663 13596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853659 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14676/statm: 1339 233 193 169 0 50 0
[pid=14677] ppid=14676 vsize=869440 CPUtime=12.51
/proc/14677/stat : 14677 (java) S 14676 14663 13596 0 -1 0 61219 0 1 0 1224 27 0 0 18 0 9 0 19853659 890306560 50407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14677/statm: 217360 50407 2568 9 0 211865 0
[pid=14677/tid=14678] ppid=14676 vsize=869440 CPUtime=7.94
/proc/14677/task/14678/stat : 14678 (java) R 14676 14663 13596 0 -1 64 4852 0 1 0 792 2 0 0 17 0 9 0 19853660 890306560 50407 996147200 134512640 134550932 4294955936 18446744073709551615 4126469636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14679] ppid=14676 vsize=869440 CPUtime=4.33
/proc/14677/task/14679/stat : 14679 (java) S 14676 14663 13596 0 -1 64 54107 0 0 0 411 22 0 0 16 0 9 0 19853661 890306560 50407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14680] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14680/stat : 14680 (java) S 14676 14663 13596 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19853662 890306560 50407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14681] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14681/stat : 14681 (java) S 14676 14663 13596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19853662 890306560 50407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14682] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14682/stat : 14682 (java) S 14676 14663 13596 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19853664 890306560 50407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14683] ppid=14676 vsize=869440 CPUtime=0.19
/proc/14677/task/14683/stat : 14683 (java) S 14676 14663 13596 0 -1 64 1561 0 0 0 19 0 0 0 16 0 9 0 19853664 890306560 50407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14684] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14684/stat : 14684 (java) S 14676 14663 13596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19853664 890306560 50407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14685] ppid=14676 vsize=869440 CPUtime=0
/proc/14677/task/14685/stat : 14685 (java) S 14676 14663 13596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853664 890306560 50407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 891664

[startup+25.5013 s]
/proc/loadavg: 1.01 1.04 1.31 2/93 14685
/proc/meminfo: memFree=1114624/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=0.34
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1310 4551 0 1 5 1 25 3 16 0 1 0 19853626 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14663/statm: 4217 1111 409 3 0 796 0
[pid=14676] ppid=14663 vsize=5356 CPUtime=0
/proc/14676/stat : 14676 (sh) S 14663 14663 13596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853659 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14676/statm: 1339 233 193 169 0 50 0
[pid=14677] ppid=14676 vsize=869552 CPUtime=25.31
/proc/14677/stat : 14677 (java) S 14676 14663 13596 0 -1 0 73067 0 1 0 2498 33 0 0 18 0 9 0 19853659 890421248 56848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14677/statm: 217388 56848 2592 9 0 211865 0
[pid=14677/tid=14678] ppid=14676 vsize=869552 CPUtime=19.44
/proc/14677/task/14678/stat : 14678 (java) R 14676 14663 13596 0 -1 64 5720 0 1 0 1939 5 0 0 18 0 9 0 19853660 890421248 56848 996147200 134512640 134550932 4294955936 18446744073709551615 4127136613 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14679] ppid=14676 vsize=869552 CPUtime=5.6
/proc/14677/task/14679/stat : 14679 (java) S 14676 14663 13596 0 -1 64 65053 0 0 0 534 26 0 0 16 0 9 0 19853661 890421248 56848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14680] ppid=14676 vsize=869552 CPUtime=0
/proc/14677/task/14680/stat : 14680 (java) S 14676 14663 13596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19853662 890421248 56848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14681] ppid=14676 vsize=869552 CPUtime=0
/proc/14677/task/14681/stat : 14681 (java) S 14676 14663 13596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19853662 890421248 56848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14677/tid=14682] ppid=14676 vsize=869552 CPUtime=0

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

/proc/meminfo: memFree=998064/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=222.18
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1376 78223 0 2 5 2 22126 85 16 0 1 0 19853626 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1113 409 3 0 796 0
[pid=14692] ppid=14663 vsize=5356 CPUtime=0
/proc/14692/stat : 14692 (sh) S 14663 14663 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14692/statm: 1339 232 193 169 0 50 0
[pid=14693] ppid=14692 vsize=172060 CPUtime=1139.59
/proc/14693/stat : 14693 (minisat) R 14692 14663 13596 0 -1 4194304 42108 0 0 0 113918 41 0 0 25 0 1 0 19875853 176189440 42094 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/14693/statm: 43015 42094 76 150 0 42862 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 194284

[startup+1422.31 s]
/proc/loadavg: 2.13 1.85 1.45 3/87 14777
/proc/meminfo: memFree=996080/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=222.18
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1376 78223 0 2 5 2 22126 85 16 0 1 0 19853626 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1113 409 3 0 796 0
[pid=14692] ppid=14663 vsize=5356 CPUtime=0
/proc/14692/stat : 14692 (sh) S 14663 14663 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14692/statm: 1339 232 193 169 0 50 0
[pid=14693] ppid=14692 vsize=173916 CPUtime=1199.58
/proc/14693/stat : 14693 (minisat) R 14692 14663 13596 0 -1 4194304 42590 0 0 0 119916 42 0 0 25 0 1 0 19875853 178089984 42576 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14693/statm: 43479 42576 76 150 0 43326 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 196140

[startup+1482.3 s]
/proc/loadavg: 2.05 1.87 1.48 3/87 14777
/proc/meminfo: memFree=993904/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=222.18
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1376 78223 0 2 5 2 22126 85 16 0 1 0 19853626 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1113 409 3 0 796 0
[pid=14692] ppid=14663 vsize=5356 CPUtime=0
/proc/14692/stat : 14692 (sh) S 14663 14663 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14692/statm: 1339 232 193 169 0 50 0
[pid=14693] ppid=14692 vsize=176036 CPUtime=1259.54
/proc/14693/stat : 14693 (minisat) R 14692 14663 13596 0 -1 4194304 43117 0 0 0 125912 42 0 0 25 0 1 0 19875853 180260864 43103 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/14693/statm: 44009 43103 76 150 0 43856 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 198260

[startup+1542.3 s]
/proc/loadavg: 2.02 1.89 1.51 3/87 14777
/proc/meminfo: memFree=991344/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=222.18
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1376 78223 0 2 5 2 22126 85 16 0 1 0 19853626 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1113 409 3 0 796 0
[pid=14692] ppid=14663 vsize=5356 CPUtime=0
/proc/14692/stat : 14692 (sh) S 14663 14663 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14692/statm: 1339 232 193 169 0 50 0
[pid=14693] ppid=14692 vsize=178568 CPUtime=1319.52
/proc/14693/stat : 14693 (minisat) R 14692 14663 13596 0 -1 4194304 43753 0 0 0 131908 44 0 0 25 0 1 0 19875853 182853632 43739 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14693/statm: 44642 43739 76 150 0 44489 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 200792

[startup+1602.3 s]
/proc/loadavg: 2.00 1.91 1.54 3/87 14777
/proc/meminfo: memFree=989232/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=222.18
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1376 78223 0 2 5 2 22126 85 16 0 1 0 19853626 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1113 409 3 0 796 0
[pid=14692] ppid=14663 vsize=5356 CPUtime=0
/proc/14692/stat : 14692 (sh) S 14663 14663 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14692/statm: 1339 232 193 169 0 50 0
[pid=14693] ppid=14692 vsize=180952 CPUtime=1379.5
/proc/14693/stat : 14693 (minisat) R 14692 14663 13596 0 -1 4194304 44281 0 0 0 137906 44 0 0 25 0 1 0 19875853 185294848 44267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14693/statm: 45238 44267 76 150 0 45085 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 203176

[startup+1662.3 s]
/proc/loadavg: 2.00 1.92 1.56 3/87 14777
/proc/meminfo: memFree=986864/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=222.18
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1376 78223 0 2 5 2 22126 85 16 0 1 0 19853626 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1113 409 3 0 796 0
[pid=14692] ppid=14663 vsize=5356 CPUtime=0
/proc/14692/stat : 14692 (sh) S 14663 14663 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14692/statm: 1339 232 193 169 0 50 0
[pid=14693] ppid=14692 vsize=183196 CPUtime=1439.48
/proc/14693/stat : 14693 (minisat) R 14692 14663 13596 0 -1 4194304 44841 0 0 0 143903 45 0 0 25 0 1 0 19875853 187592704 44827 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14693/statm: 45799 44827 76 150 0 45646 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 205420

[startup+1722.3 s]
/proc/loadavg: 2.00 1.93 1.58 3/87 14777
/proc/meminfo: memFree=984816/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=222.18
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1376 78223 0 2 5 2 22126 85 16 0 1 0 19853626 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1113 409 3 0 796 0
[pid=14692] ppid=14663 vsize=5356 CPUtime=0
/proc/14692/stat : 14692 (sh) S 14663 14663 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14692/statm: 1339 232 193 169 0 50 0
[pid=14693] ppid=14692 vsize=185184 CPUtime=1499.45
/proc/14693/stat : 14693 (minisat) R 14692 14663 13596 0 -1 4194304 45356 0 0 0 149900 45 0 0 25 0 1 0 19875853 189628416 45342 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/14693/statm: 46296 45342 76 150 0 46143 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 207408

[startup+1782.3 s]
/proc/loadavg: 2.00 1.94 1.61 3/87 14777
/proc/meminfo: memFree=983024/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=222.18
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1376 78223 0 2 5 2 22126 85 16 0 1 0 19853626 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1113 409 3 0 796 0
[pid=14692] ppid=14663 vsize=5356 CPUtime=0
/proc/14692/stat : 14692 (sh) S 14663 14663 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14692/statm: 1339 232 193 169 0 50 0
[pid=14693] ppid=14692 vsize=186900 CPUtime=1559.44
/proc/14693/stat : 14693 (minisat) R 14692 14663 13596 0 -1 4194304 45778 0 0 0 155898 46 0 0 25 0 1 0 19875853 191385600 45764 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/14693/statm: 46725 45764 76 150 0 46572 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 209124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 1.95 1.62 3/87 14777
/proc/meminfo: memFree=982448/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=222.18
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1376 78223 0 2 5 2 22126 85 16 0 1 0 19853626 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1113 409 3 0 796 0
[pid=14692] ppid=14663 vsize=5356 CPUtime=0
/proc/14692/stat : 14692 (sh) S 14663 14663 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14692/statm: 1339 232 193 169 0 50 0
[pid=14693] ppid=14692 vsize=187432 CPUtime=1577.84
/proc/14693/stat : 14693 (minisat) R 14692 14663 13596 0 -1 4194304 45911 0 0 0 157738 46 0 0 25 0 1 0 19875853 191930368 45897 996147200 134512640 135127466 4294956256 18446744073709551615 134530967 0 0 4096 3 0 0 0 17 0 0 0
/proc/14693/statm: 46858 45897 76 150 0 46705 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 209656

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

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

[startup+1800.71 s]
/proc/loadavg: 2.00 1.95 1.62 3/87 14777
/proc/meminfo: memFree=982448/2055920 swapFree=4192956/4192956
[pid=14663] ppid=14661 vsize=16868 CPUtime=222.18
/proc/14663/stat : 14663 (sugar) S 14661 14663 13596 0 -1 4194304 1376 78223 0 2 5 2 22126 85 16 0 1 0 19853626 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14663/statm: 4217 1113 409 3 0 796 0
[pid=14692] ppid=14663 vsize=5356 CPUtime=0
/proc/14692/stat : 14692 (sh) S 14663 14663 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875852 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14692/statm: 1339 232 193 169 0 50 0
[pid=14693] ppid=14692 vsize=187432 CPUtime=1577.84
/proc/14693/stat : 14693 (minisat) R 14692 14663 13596 0 -1 4194304 45911 0 0 0 157738 46 0 0 25 0 1 0 19875853 191930368 45897 996147200 134512640 135127466 4294956256 18446744073709551615 134530967 0 0 4096 3 0 0 0 17 0 0 0
/proc/14693/statm: 46858 45897 76 150 0 46705 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 209656

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14663 and gives
#  childrusage.ru_utime.tv_sec=221
#  childrusage.ru_utime.tv_usec=321354
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=926859
# CPU time returned by wait4() is 222.248
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.79
CPU time (s): 1800.02
CPU user time (s): 1798.69
CPU system time (s): 1.33
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 905916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.321
system time used= 0.926859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79982
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= 8619
involuntary context switches= 10671

runsolver used 1.91271 second user time and 5.60815 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-11 17:57:41
IDJOB=2061897
IDBENCH=53850
IDSOLVER=739
FILE ID=node4/2061897-1247327861
PBS_JOBID= 9506620
Free space on /tmp= 66200 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-la04x3-570.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-2061897-1247327861/watcher-2061897-1247327861 -o /tmp/evaluation-result-2061897-1247327861/solver-2061897-1247327861 -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-2061897-1247327861.xml

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

MD5SUM BENCH= 258e8f81311a1a5f6c31959db09ea953
RANDOM SEED=1490731070

node4.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:       1342072 kB
Buffers:         47284 kB
Cached:         560636 kB
SwapCached:          0 kB
Active:          80252 kB
Inactive:       558588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1342072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:          48680 kB
Slab:            60104 kB
Committed_AS:   192192 kB
PageTables:       1976 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= 66200 MiB
End job on node4 at 2009-07-11 18:27:44