Trace number 1058344

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.1 1807.45

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-12.xml
MD5SUMd1654ea43962c938fe22704df22159b5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.185
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints28400
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28200
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:47:55 2008
0.00/0.05	c 0	PID 12345
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058344-1215114475.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058344-1215114475.xml' 'HOME/temp.csp'
1.74/1.80	c 2	19 domains, 800 variables, 1 predicates, 0 relations, 28400 constraints
1.74/1.84	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.74/1.84	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.75/1.92	c 2	Parsing HOME/temp.csp
2.18/2.32	c 2	parsed 10000 expressions
2.48/2.65	c 3	parsed 20000 expressions
2.67/2.89	c 3	parsed 29220 expressions
2.67/2.89	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.67/2.89	c 3	Converting to clausal form CSP
3.16/3.36	c 3	converted 2922 (10%) expressions
3.35/3.58	c 3	converted 5844 (20%) expressions
3.74/3.94	c 4	converted 8766 (30%) expressions
3.95/4.15	c 4	converted 11688 (40%) expressions
4.14/4.38	c 4	converted 14610 (50%) expressions
4.43/4.61	c 4	converted 17532 (60%) expressions
4.83/5.06	c 5	converted 20454 (70%) expressions
5.02/5.28	c 5	converted 23376 (80%) expressions
5.32/5.51	c 5	converted 26298 (90%) expressions
6.88/7.13	c 7	converted 29220 (100%) expressions
6.88/7.13	c 7	CSP : 800 integers, 0 booleans, 57817 clauses, largest domain size 45
6.88/7.13	c 7	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.88/7.13	c 7	Propagation in CSP
7.27/7.53	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.27/7.53	c 7	CSP : 800 integers, 0 booleans, 57817 clauses, largest domain size 45
7.27/7.53	c 7	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.27/7.55	c 7	Simplifing CSP by introducing new Boolean variables
8.83/9.19	c 9	CSP : 800 integers, 159159 booleans, 216976 clauses, largest domain size 45
8.83/9.20	c 9	Heap : 120 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.63/9.93	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.63/9.98	c 10	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
9.63/9.99	c 10	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
9.63/9.99	c 10	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
9.63/9.99	c 10	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
9.72/10.00	c 10	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
9.72/10.00	c 10	480 (60%) CSP integer variables are encoded (17225 clauses, 236733 bytes)
9.72/10.01	c 10	560 (70%) CSP integer variables are encoded (17261 clauses, 237273 bytes)
9.72/10.01	c 10	640 (80%) CSP integer variables are encoded (17289 clauses, 237693 bytes)
9.72/10.01	c 10	720 (90%) CSP integer variables are encoded (17331 clauses, 238323 bytes)
9.72/10.01	c 10	800 (100%) CSP integer variables are encoded (17368 clauses, 238878 bytes)
10.71/11.03	c 11	21698 (10%) CSP clauses are encoded (463164 clauses, 8927540 bytes)
11.59/11.98	c 12	43396 (20%) CSP clauses are encoded (920280 clauses, 18154355 bytes)
12.56/12.92	c 13	65093 (30%) CSP clauses are encoded (1370696 clauses, 27272225 bytes)
13.44/13.88	c 14	86791 (40%) CSP clauses are encoded (1812218 clauses, 36260094 bytes)
14.40/14.87	c 15	108488 (50%) CSP clauses are encoded (2261516 clauses, 45627755 bytes)
15.39/15.90	c 16	130186 (60%) CSP clauses are encoded (2710933 clauses, 55732251 bytes)
16.74/17.55	c 17	151884 (70%) CSP clauses are encoded (3365879 clauses, 69687298 bytes)
18.02/18.88	c 19	173581 (80%) CSP clauses are encoded (4021044 clauses, 83730369 bytes)
19.37/20.23	c 20	195279 (90%) CSP clauses are encoded (4676430 clauses, 97784819 bytes)
20.64/21.56	c 21	216976 (100%) CSP clauses are encoded (5331991 clauses, 111794838 bytes)
20.64/21.57	c 21	216976 CSP clauses encoded
20.64/21.57	c 21	Writing map file : HOME/temp.map
20.74/21.60	c 21	Heap : 89 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.74/21.60	c 21	SAT : 177141 SAT variables, 5331991 SAT clauses, 111794838 bytes
20.74/21.60	c 21	Heap : 89 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.74/21.68	c 22	SOLVING HOME/temp.cnf
20.74/21.68	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.74/21.68	c 22	This is MiniSat 2.0 beta
20.74/21.68	c 22	WARNING: for repeatability, setting FPU to use double precision
20.74/21.68	c 22	============================[ Problem Statistics ]=============================
20.74/21.68	c 22	|                                                                             |
20.74/21.68	c 22	|  Number of variables:  177141                                               |
20.74/21.68	c 22	|  Number of clauses:    5331991                                              |
23.42/24.47	c 24	|  Parsing time:         2.38         s                                       |
23.62/24.60	c 24	============================[ Search Statistics ]==============================
23.62/24.60	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.62/24.60	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.62/24.60	c 24	===============================================================================
23.62/24.60	c 24	|         0 |  177141  5331991 15680603 |  1777330        0    nan |  0.000 % |
24.89/25.92	c 26	|       102 |  177141  5331991 15680603 |  1955063      102     27 |  0.000 % |
25.57/26.67	c 27	|       252 |  177141  5331991 15680603 |  2150569      252     18 |  0.000 % |
25.67/26.80	c 27	|       477 |  177141  5331991 15680603 |  2365626      477     16 |  0.000 % |
26.07/27.16	c 27	|       815 |  177141  5331991 15680603 |  2602189      815     14 |  0.000 % |
29.30/30.44	c 30	|      1321 |  177141  5331991 15680603 |  2862408     1321     31 |  0.000 % |
30.08/31.29	c 31	|      2080 |  177141  5331991 15680603 |  3148649     2080     27 |  0.000 % |
31.77/32.91	c 33	|      3219 |  177141  5331991 15680603 |  3463514     3219     24 |  0.000 % |
32.84/34.02	c 34	|      4927 |  177141  5331991 15680603 |  3809865     4927     24 |  0.000 % |
35.58/36.85	c 37	|      7489 |  177141  5331991 15680603 |  4190851     7489     30 |  0.000 % |
37.16/38.40	c 38	|     11333 |  177141  5331991 15680603 |  4609937    11333     26 |  0.000 % |
39.12/40.45	c 40	|     17099 |  177141  5331991 15680603 |  5070930    17099     26 |  0.000 % |
51.57/53.16	c 53	|     25748 |  177141  5331991 15680603 |  5578023    25748     35 |  0.000 % |
58.14/59.81	c 60	|     38723 |  177141  5331991 15680603 |  6135826    38723     31 |  0.000 % |
61.77/63.58	c 63	|     58184 |  177141  5331991 15680603 |  6749408    58184     27 |  0.000 % |
148.79/152.22	c 152	|     87376 |  177141  5331991 15680603 |  7424349    87376     60 |  0.000 % |
160.76/164.46	c 164	|    131166 |  177141  5331991 15680603 |  8166784   131166     49 |  0.000 % |
252.00/257.42	c 257	|    196850 |  177141  5331991 15680603 |  8983463   196850     56 |  0.000 % |
359.27/366.55	c 366	|    295377 |  177141  5331991 15680603 |  9881809   295377     55 |  0.000 % |
505.96/513.21	c 513	|    443167 |  177141  5331991 15680603 | 10869990   443167     47 |  0.000 % |
712.86/720.18	c 720	|    664850 |  177141  5331991 15680603 | 11956989   664850     44 |  0.000 % |
1456.15/1463.48	c 1463	|    997376 |  177141  5331991 15680603 | 13152688   997376     53 |  0.000 % |
1800.05/1807.32	c ERROR INTERRUPTED
1800.05/1807.40	s UNKNOWN
1800.05/1807.40	c 1807	CPU 19.65 (0.03 0.01 19.62 1.13)
1800.05/1807.40	c 1807	END Thu Jul  3 22:18:02 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058344-1215114475/watcher-1058344-1215114475 -o /tmp/evaluation-result-1058344-1215114475/solver-1058344-1215114475 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1058344-1215114475.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.05 2.01 4/93 12345
/proc/meminfo: memFree=1710192/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=18572 CPUtime=0
/proc/12345/stat : 12345 (runsolver) R 12343 12345 11785 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1990422079 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12345/statm: 4643 292 257 25 0 2626 0

[startup+0.0817829 s]
/proc/loadavg: 2.07 2.05 2.01 4/93 12345
/proc/meminfo: memFree=1710192/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=0.04
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990422079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101825 s]
/proc/loadavg: 2.07 2.05 2.01 4/93 12345
/proc/meminfo: memFree=1710192/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=0.04
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990422079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301772 s]
/proc/loadavg: 2.07 2.05 2.01 4/93 12345
/proc/meminfo: memFree=1710192/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=0.04
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990422079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701674 s]
/proc/loadavg: 2.07 2.05 2.01 4/93 12345
/proc/meminfo: memFree=1710192/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=0.04
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990422079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50246 s]
/proc/loadavg: 2.07 2.05 2.01 4/104 12357
/proc/meminfo: memFree=1675608/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=0.04
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990422079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12345/statm: 3400 796 370 3 0 500 0
[pid=12348] ppid=12345 vsize=5356 CPUtime=0
/proc/12348/stat : 12348 (sh) S 12345 12345 11785 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1990422085 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12348/statm: 1339 233 193 169 0 50 0
[pid=12349] ppid=12348 vsize=864656 CPUtime=1.4
/proc/12349/stat : 12349 (java) S 12348 12345 11785 0 -1 0 15772 0 1 0 131 9 0 0 22 0 9 0 1990422085 885407744 13810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12349/statm: 216164 13810 2529 9 0 210746 0
[pid=12349/tid=12350] ppid=12348 vsize=864656 CPUtime=0.72
/proc/12349/task/12350/stat : 12350 (java) R 12348 12345 11785 0 -1 64 3019 0 1 0 70 2 0 0 25 0 9 0 1990422086 885407744 13810 996147200 134512640 134550740 4294956016 18446744073709551615 4125950632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12349/tid=12351] ppid=12348 vsize=864656 CPUtime=0.52
/proc/12349/task/12351/stat : 12351 (java) S 12348 12345 11785 0 -1 64 11541 0 0 0 47 5 0 0 16 0 9 0 1990422088 885407744 13810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12349/tid=12352] ppid=12348 vsize=864656 CPUtime=0
/proc/12349/task/12352/stat : 12352 (java) S 12348 12345 11785 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990422088 885407744 13810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12349/tid=12353] ppid=12348 vsize=864656 CPUtime=0
/proc/12349/task/12353/stat : 12353 (java) S 12348 12345 11785 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990422088 885407744 13810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12349/tid=12354] ppid=12348 vsize=864656 CPUtime=0
/proc/12349/task/12354/stat : 12354 (java) S 12348 12345 11785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990422090 885407744 13810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12349/tid=12355] ppid=12348 vsize=864656 CPUtime=0.13
/proc/12349/task/12355/stat : 12355 (java) S 12348 12345 11785 0 -1 64 512 0 0 0 13 0 0 0 16 0 9 0 1990422090 885407744 13810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12349/tid=12356] ppid=12348 vsize=864656 CPUtime=0
/proc/12349/task/12356/stat : 12356 (java) S 12348 12345 11785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990422090 885407744 13810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12349/tid=12357] ppid=12348 vsize=864656 CPUtime=0
/proc/12349/task/12357/stat : 12357 (java) S 12348 12345 11785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990422090 885407744 13810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883612

[startup+3.10205 s]
/proc/loadavg: 2.06 2.05 2.01 4/104 12367
/proc/meminfo: memFree=1700888/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=1.75
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 974 16401 0 1 3 1 160 11 15 0 1 0 1990422079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12345/statm: 3400 797 370 3 0 500 0
[pid=12358] ppid=12345 vsize=5356 CPUtime=0
/proc/12358/stat : 12358 (sh) S 12345 12345 11785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990422263 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12358/statm: 1339 233 193 169 0 50 0
[pid=12359] ppid=12358 vsize=868648 CPUtime=1.22
/proc/12359/stat : 12359 (java) S 12358 12345 11785 0 -1 0 9338 0 1 0 115 7 0 0 18 0 9 0 1990422264 889495552 8282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12359/statm: 217162 8282 2540 9 0 211737 0
[pid=12359/tid=12360] ppid=12358 vsize=868648 CPUtime=0.74
/proc/12359/task/12360/stat : 12360 (java) R 12358 12345 11785 0 -1 64 2724 0 1 0 72 2 0 0 25 0 9 0 1990422265 889495552 8282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12361] ppid=12358 vsize=868648 CPUtime=0.28
/proc/12359/task/12361/stat : 12361 (java) R 12358 12345 11785 0 -1 64 4477 0 0 0 26 2 0 0 16 0 9 0 1990422266 889495552 8282 996147200 134512640 134550740 4294955952 18446744073709551615 103736180 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12362] ppid=12358 vsize=868648 CPUtime=0
/proc/12359/task/12362/stat : 12362 (java) S 12358 12345 11785 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990422266 889495552 8282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12363] ppid=12358 vsize=868648 CPUtime=0
/proc/12359/task/12363/stat : 12363 (java) S 12358 12345 11785 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990422266 889495552 8282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12364] ppid=12358 vsize=868648 CPUtime=0
/proc/12359/task/12364/stat : 12364 (java) S 12358 12345 11785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990422268 889495552 8282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12365] ppid=12358 vsize=868648 CPUtime=0.17
/proc/12359/task/12365/stat : 12365 (java) S 12358 12345 11785 0 -1 64 1441 0 0 0 16 1 0 0 16 0 9 0 1990422268 889495552 8282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12366] ppid=12358 vsize=868648 CPUtime=0
/proc/12359/task/12366/stat : 12366 (java) S 12358 12345 11785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990422268 889495552 8282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12367] ppid=12358 vsize=868648 CPUtime=0
/proc/12359/task/12367/stat : 12367 (java) S 12358 12345 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990422268 889495552 8282 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887604

[startup+6.30625 s]
/proc/loadavg: 2.06 2.05 2.01 4/104 12367
/proc/meminfo: memFree=1652184/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=1.75
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 974 16401 0 1 3 1 160 11 15 0 1 0 1990422079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12345/statm: 3400 797 370 3 0 500 0
[pid=12358] ppid=12345 vsize=5356 CPUtime=0
/proc/12358/stat : 12358 (sh) S 12345 12345 11785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990422263 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12358/statm: 1339 233 193 169 0 50 0
[pid=12359] ppid=12358 vsize=869460 CPUtime=4.35
/proc/12359/stat : 12359 (java) S 12358 12345 11785 0 -1 0 21628 0 1 0 421 14 0 0 18 0 9 0 1990422264 890327040 20229 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12359/statm: 217365 20229 2540 9 0 211940 0
[pid=12359/tid=12360] ppid=12358 vsize=869460 CPUtime=2.78
/proc/12359/task/12360/stat : 12360 (java) R 12358 12345 11785 0 -1 64 3316 0 1 0 275 3 0 0 25 0 9 0 1990422265 890327040 20229 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12361] ppid=12358 vsize=869460 CPUtime=1.34
/proc/12359/task/12361/stat : 12361 (java) R 12358 12345 11785 0 -1 64 16148 0 0 0 125 9 0 0 16 0 9 0 1990422266 890327040 20229 996147200 134512640 134550740 4294955952 18446744073709551615 102470012 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12362] ppid=12358 vsize=869460 CPUtime=0
/proc/12359/task/12362/stat : 12362 (java) S 12358 12345 11785 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990422266 890327040 20229 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12363] ppid=12358 vsize=869460 CPUtime=0
/proc/12359/task/12363/stat : 12363 (java) S 12358 12345 11785 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990422266 890327040 20229 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12364] ppid=12358 vsize=869460 CPUtime=0
/proc/12359/task/12364/stat : 12364 (java) S 12358 12345 11785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990422268 890327040 20229 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12365] ppid=12358 vsize=869460 CPUtime=0.2
/proc/12359/task/12365/stat : 12365 (java) S 12358 12345 11785 0 -1 64 1468 0 0 0 19 1 0 0 16 0 9 0 1990422268 890327040 20229 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12366] ppid=12358 vsize=869460 CPUtime=0
/proc/12359/task/12366/stat : 12366 (java) S 12358 12345 11785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990422268 890327040 20229 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12367] ppid=12358 vsize=869460 CPUtime=0
/proc/12359/task/12367/stat : 12367 (java) S 12358 12345 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990422268 890327040 20229 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 888416

[startup+12.7025 s]
/proc/loadavg: 2.12 2.06 2.01 3/104 12367
/proc/meminfo: memFree=1548568/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=1.75
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 974 16401 0 1 3 1 160 11 16 0 1 0 1990422079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12345/statm: 3400 797 370 3 0 500 0
[pid=12358] ppid=12345 vsize=5356 CPUtime=0
/proc/12358/stat : 12358 (sh) S 12345 12345 11785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990422263 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12358/statm: 1339 233 193 169 0 50 0
[pid=12359] ppid=12358 vsize=868508 CPUtime=10.61
/proc/12359/stat : 12359 (java) S 12358 12345 11785 0 -1 0 63790 0 1 0 1015 46 0 0 18 0 9 0 1990422264 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12359/statm: 217127 37372 2566 9 0 211674 0
[pid=12359/tid=12360] ppid=12358 vsize=868508 CPUtime=6.11
/proc/12359/task/12360/stat : 12360 (java) R 12358 12345 11785 0 -1 64 4557 0 1 0 595 16 0 0 25 0 9 0 1990422265 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4127015900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12361] ppid=12358 vsize=868508 CPUtime=4.19
/proc/12359/task/12361/stat : 12361 (java) S 12358 12345 11785 0 -1 64 57021 0 0 0 391 28 0 0 16 0 9 0 1990422266 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12362] ppid=12358 vsize=868508 CPUtime=0
/proc/12359/task/12362/stat : 12362 (java) S 12358 12345 11785 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990422266 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12363] ppid=12358 vsize=868508 CPUtime=0
/proc/12359/task/12363/stat : 12363 (java) S 12358 12345 11785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990422266 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12364] ppid=12358 vsize=868508 CPUtime=0
/proc/12359/task/12364/stat : 12364 (java) S 12358 12345 11785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990422268 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12365] ppid=12358 vsize=868508 CPUtime=0.29
/proc/12359/task/12365/stat : 12365 (java) S 12358 12345 11785 0 -1 64 1516 0 0 0 28 1 0 0 16 0 9 0 1990422268 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12366] ppid=12358 vsize=868508 CPUtime=0
/proc/12359/task/12366/stat : 12366 (java) S 12358 12345 11785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990422268 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12359/tid=12367] ppid=12358 vsize=868508 CPUtime=0
/proc/12359/task/12367/stat : 12367 (java) S 12358 12345 11785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990422268 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 887464

[startup+25.5012 s]
/proc/loadavg: 2.26 2.10 2.02 3/96 12369
/proc/meminfo: memFree=1374488/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.78
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 1033 80715 0 2 3 1 1962 112 15 0 1 0 1990422079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12345/statm: 3400 799 370 3 0 500 0
[pid=12368] ppid=12345 vsize=5356 CPUtime=0
/proc/12368/stat : 12368 (sh) S 12345 12345 11785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990424247 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12368/statm: 1339 232 193 169 0 50 0
[pid=12369] ppid=12368 vsize=237268 CPUtime=3.72
/proc/12369/stat : 12369 (minisat) R 12368 12345 11785 0 -1 4194304 56102 0 0 0 335 37 0 0 25 0 1 0 1990424248 242962432 56088 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12369/statm: 59317 56088 72 150 0 59164 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 256224

[startup+51.1016 s]
/proc/loadavg: 2.17 2.09 2.02 3/96 12369
/proc/meminfo: memFree=1351896/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.78
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 1033 80715 0 2 3 1 1962 112 16 0 1 0 1990422079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=12368] ppid=12345 vsize=5356 CPUtime=0
/proc/12368/stat : 12368 (sh) S 12345 12345 11785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990424247 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12368/statm: 1339 232 193 169 0 50 0
[pid=12369] ppid=12368 vsize=497584 CPUtime=1394.27
/proc/12369/stat : 12369 (minisat) R 12368 12345 11785 0 -1 4194304 120927 0 0 0 139306 121 0 0 25 0 1 0 1990424248 509526016 120913 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12369/statm: 124396 120913 76 150 0 124243 0
Current children cumulated CPU time (s) 1415.05
Current children cumulated vsize (KiB) 516540

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 12412
/proc/meminfo: memFree=993280/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.78
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 1033 80715 0 2 3 1 1962 112 16 0 1 0 1990422079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12345/statm: 3400 799 370 3 0 500 0
[pid=12368] ppid=12345 vsize=5356 CPUtime=0
/proc/12368/stat : 12368 (sh) S 12345 12345 11785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990424247 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12368/statm: 1339 232 193 169 0 50 0
[pid=12369] ppid=12368 vsize=500948 CPUtime=1454.26
/proc/12369/stat : 12369 (minisat) R 12368 12345 11785 0 -1 4194304 121721 0 0 0 145304 122 0 0 25 0 1 0 1990424248 512970752 121707 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/12369/statm: 125237 121707 76 150 0 125084 0
Current children cumulated CPU time (s) 1475.04
Current children cumulated vsize (KiB) 519904

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 12412
/proc/meminfo: memFree=983168/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.78
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 1033 80715 0 2 3 1 1962 112 16 0 1 0 1990422079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12345/statm: 3400 799 370 3 0 500 0
[pid=12368] ppid=12345 vsize=5356 CPUtime=0
/proc/12368/stat : 12368 (sh) S 12345 12345 11785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990424247 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12368/statm: 1339 232 193 169 0 50 0
[pid=12369] ppid=12368 vsize=512680 CPUtime=1514.27
/proc/12369/stat : 12369 (minisat) R 12368 12345 11785 0 -1 4194304 124192 0 0 0 151301 126 0 0 25 0 1 0 1990424248 524984320 124178 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12369/statm: 128170 124178 76 150 0 128017 0
Current children cumulated CPU time (s) 1535.05
Current children cumulated vsize (KiB) 531636

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 12412
/proc/meminfo: memFree=972544/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.78
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 1033 80715 0 2 3 1 1962 112 16 0 1 0 1990422079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12345/statm: 3400 799 370 3 0 500 0
[pid=12368] ppid=12345 vsize=5356 CPUtime=0
/proc/12368/stat : 12368 (sh) S 12345 12345 11785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990424247 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12368/statm: 1339 232 193 169 0 50 0
[pid=12369] ppid=12368 vsize=523036 CPUtime=1574.27
/proc/12369/stat : 12369 (minisat) R 12368 12345 11785 0 -1 4194304 126854 0 0 0 157298 129 0 0 25 0 1 0 1990424248 535588864 126840 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/12369/statm: 130759 126840 76 150 0 130606 0
Current children cumulated CPU time (s) 1595.05
Current children cumulated vsize (KiB) 541992

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 12412
/proc/meminfo: memFree=963264/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.78
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 1033 80715 0 2 3 1 1962 112 16 0 1 0 1990422079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12345/statm: 3400 799 370 3 0 500 0
[pid=12368] ppid=12345 vsize=5356 CPUtime=0
/proc/12368/stat : 12368 (sh) S 12345 12345 11785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990424247 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12368/statm: 1339 232 193 169 0 50 0
[pid=12369] ppid=12368 vsize=531904 CPUtime=1634.27
/proc/12369/stat : 12369 (minisat) R 12368 12345 11785 0 -1 4194304 129123 0 0 0 163296 131 0 0 25 0 1 0 1990424248 544669696 129109 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/12369/statm: 132976 129109 76 150 0 132823 0
Current children cumulated CPU time (s) 1655.05
Current children cumulated vsize (KiB) 550860

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 12412
/proc/meminfo: memFree=957760/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.78
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 1033 80715 0 2 3 1 1962 112 16 0 1 0 1990422079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12345/statm: 3400 799 370 3 0 500 0
[pid=12368] ppid=12345 vsize=5356 CPUtime=0
/proc/12368/stat : 12368 (sh) S 12345 12345 11785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990424247 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12368/statm: 1339 232 193 169 0 50 0
[pid=12369] ppid=12368 vsize=537252 CPUtime=1694.26
/proc/12369/stat : 12369 (minisat) R 12368 12345 11785 0 -1 4194304 130504 0 0 0 169294 132 0 0 25 0 1 0 1990424248 550146048 130490 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/12369/statm: 134313 130490 76 150 0 134160 0
Current children cumulated CPU time (s) 1715.04
Current children cumulated vsize (KiB) 556208

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 12412
/proc/meminfo: memFree=949888/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.78
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 1033 80715 0 2 3 1 1962 112 16 0 1 0 1990422079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12345/statm: 3400 799 370 3 0 500 0
[pid=12368] ppid=12345 vsize=5356 CPUtime=0
/proc/12368/stat : 12368 (sh) S 12345 12345 11785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990424247 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12368/statm: 1339 232 193 169 0 50 0
[pid=12369] ppid=12368 vsize=544964 CPUtime=1754.26
/proc/12369/stat : 12369 (minisat) R 12368 12345 11785 0 -1 4194304 132454 0 0 0 175291 135 0 0 25 0 1 0 1990424248 558043136 132440 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/12369/statm: 136241 132440 76 150 0 136088 0
Current children cumulated CPU time (s) 1775.04
Current children cumulated vsize (KiB) 563920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 12412
/proc/meminfo: memFree=946240/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.78
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 1033 80715 0 2 3 1 1962 112 16 0 1 0 1990422079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12345/statm: 3400 799 370 3 0 500 0
[pid=12368] ppid=12345 vsize=5356 CPUtime=0
/proc/12368/stat : 12368 (sh) S 12345 12345 11785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990424247 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12368/statm: 1339 232 193 169 0 50 0
[pid=12369] ppid=12368 vsize=548412 CPUtime=1779.27
/proc/12369/stat : 12369 (minisat) R 12368 12345 11785 0 -1 4194304 133346 0 0 0 177790 137 0 0 25 0 1 0 1990424248 561573888 133332 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12369/statm: 137103 133332 76 150 0 136950 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 567368

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

[startup+1807.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 12412
/proc/meminfo: memFree=946240/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.78
/proc/12345/stat : 12345 (sugar) S 12343 12345 11785 0 -1 4194304 1033 80715 0 2 3 1 1962 112 16 0 1 0 1990422079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12345/statm: 3400 799 370 3 0 500 0
[pid=12368] ppid=12345 vsize=5356 CPUtime=0
/proc/12368/stat : 12368 (sh) S 12345 12345 11785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990424247 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12368/statm: 1339 232 193 169 0 50 0
[pid=12369] ppid=12368 vsize=548412 CPUtime=1779.27
/proc/12369/stat : 12369 (minisat) R 12368 12345 11785 0 -1 4194304 133346 0 0 0 177790 137 0 0 25 0 1 0 1990424248 561573888 133332 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12369/statm: 137103 133332 76 150 0 136950 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 567368

# WARNING:
# current cumulated CPU time (20.82 s) is less than in the last sample (1800.05 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1779.23 s) to the 'lost time'.

[startup+1807.42 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 12412
/proc/meminfo: memFree=946240/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.82
/proc/12345/stat : 12345 (sugar) R 12343 12345 11785 0 -1 4194304 1070 80992 0 2 3 4 1962 113 17 0 1 0 1990422079 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12345/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 20.82
Current children cumulated vsize (KiB) 13600

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

[startup+1807.42 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 12412
/proc/meminfo: memFree=946240/2055920 swapFree=4180096/4192956
[pid=12345] ppid=12343 vsize=13600 CPUtime=20.82
/proc/12345/stat : 12345 (sugar) R 12343 12345 11785 0 -1 4194304 1070 80992 0 2 3 4 1962 113 17 0 1 0 1990422079 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12345/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 20.82
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1779.23
#  lost CPU user time (s): 1777.9
#  lost CPU system time (s): 1.33

Real time (s): 1807.45
CPU time (s): 1800.1
CPU user time (s): 1797.57
CPU system time (s): 2.53482
CPU usage (%): 99.5936
Max. virtual memory (cumulated for all children) (KiB): 913468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.669
system time used= 1.20482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82093
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= 6893
involuntary context switches= 7164

runsolver used 2.17967 second user time and 6.07508 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-03 21:47:55
IDJOB=1058344
IDBENCH=54122
IDSOLVER=346
FILE ID=node16/1058344-1215114475
PBS_JOBID= 7877172
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-12.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058344-1215114475/watcher-1058344-1215114475 -o /tmp/evaluation-result-1058344-1215114475/solver-1058344-1215114475 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1058344-1215114475.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d1654ea43962c938fe22704df22159b5
RANDOM SEED=1681391028

node16.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:       1710672 kB
Buffers:          7088 kB
Cached:         103292 kB
SwapCached:       6648 kB
Active:         275820 kB
Inactive:        14424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710672 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            5440 kB
Writeback:           0 kB
Mapped:         196260 kB
Slab:            39460 kB
Committed_AS:  4031720 kB
PageTables:       2408 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= 66540 MiB
End job on node16 at 2008-07-03 22:18:04