Trace number 1092478

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

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-100-3.xml
MD5SUMd90560e2a0454c168790d042d731662b
Bench Category2-ARY-INT (binary constraints in intension)
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 variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1665
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 18:30:43 2008
0.00/0.05	c 0	PID 22507
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1092478-1215275443.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-1092478-1215275443.xml' 'HOME/temp.csp'
0.04/0.93	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.04/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.95	c 1	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'
0.94/1.04	c 1	Parsing HOME/temp.csp
1.43/1.50	c 2	parsed 4982 expressions
1.43/1.51	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.43/1.51	c 2	Converting to clausal form CSP
1.43/1.54	c 2	converted 499 (10%) expressions
1.54/1.61	c 2	converted 997 (20%) expressions
1.63/1.72	c 2	converted 1495 (30%) expressions
1.63/1.75	c 2	converted 1993 (40%) expressions
1.63/1.77	c 2	converted 2491 (50%) expressions
1.63/1.78	c 2	converted 2990 (60%) expressions
1.73/1.80	c 2	converted 3488 (70%) expressions
1.73/1.81	c 2	converted 3986 (80%) expressions
1.73/1.83	c 2	converted 4484 (90%) expressions
1.73/1.88	c 2	converted 4982 (100%) expressions
1.73/1.88	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1665
1.73/1.88	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.89	c 2	Propagation in CSP
2.04/2.16	c 2	387600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.04/2.16	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 860
2.04/2.17	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.17	c 2	Simplifing CSP by introducing new Boolean variables
2.13/2.21	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 860
2.13/2.21	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.27	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.33	c 3	40 (10%) CSP integer variables are encoded (25580 clauses, 361586 bytes)
2.22/2.36	c 3	80 (20%) CSP integer variables are encoded (48640 clauses, 707486 bytes)
2.22/2.39	c 3	120 (30%) CSP integer variables are encoded (74280 clauses, 1092086 bytes)
2.32/2.43	c 3	160 (40%) CSP integer variables are encoded (102520 clauses, 1521041 bytes)
2.32/2.46	c 3	200 (50%) CSP integer variables are encoded (126640 clauses, 1931081 bytes)
2.32/2.49	c 3	240 (60%) CSP integer variables are encoded (150360 clauses, 2334321 bytes)
2.42/2.53	c 3	280 (70%) CSP integer variables are encoded (179960 clauses, 2837521 bytes)
2.42/2.56	c 3	320 (80%) CSP integer variables are encoded (204180 clauses, 3249261 bytes)
2.42/2.60	c 3	360 (90%) CSP integer variables are encoded (225340 clauses, 3608981 bytes)
2.52/2.64	c 3	400 (100%) CSP integer variables are encoded (257600 clauses, 4157401 bytes)
3.12/3.25	c 4	1178 (10%) CSP clauses are encoded (534001 clauses, 10321858 bytes)
3.60/3.74	c 4	2356 (20%) CSP clauses are encoded (769527 clauses, 15787567 bytes)
4.10/4.21	c 4	3534 (30%) CSP clauses are encoded (992385 clauses, 20956890 bytes)
4.59/4.72	c 5	4712 (40%) CSP clauses are encoded (1236246 clauses, 26624328 bytes)
5.09/5.26	c 6	5890 (50%) CSP clauses are encoded (1498884 clauses, 32728600 bytes)
5.68/5.82	c 6	7068 (60%) CSP clauses are encoded (1774829 clauses, 39156246 bytes)
6.18/6.38	c 7	8246 (70%) CSP clauses are encoded (2056749 clauses, 45910753 bytes)
6.65/6.90	c 7	9424 (80%) CSP clauses are encoded (2296024 clauses, 51712799 bytes)
7.35/7.53	c 8	10602 (90%) CSP clauses are encoded (2614110 clauses, 59362597 bytes)
7.92/8.12	c 8	11780 (100%) CSP clauses are encoded (2905011 clauses, 66000309 bytes)
7.92/8.12	c 8	11780 CSP clauses encoded
7.92/8.12	c 8	Writing map file : HOME/temp.map
7.92/8.13	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.92/8.13	c 8	SAT : 265600 SAT variables, 2905011 SAT clauses, 66000309 bytes
7.92/8.13	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.92/8.16	c 8	SOLVING HOME/temp.cnf
7.92/8.16	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.92/8.16	c 8	This is MiniSat 2.0 beta
7.92/8.16	c 8	WARNING: for repeatability, setting FPU to use double precision
7.92/8.16	c 8	============================[ Problem Statistics ]=============================
7.92/8.16	c 8	|                                                                             |
7.92/8.17	c 8	|  Number of variables:  265600                                               |
7.92/8.17	c 8	|  Number of clauses:    2905011                                              |
9.68/9.98	c 10	|  Parsing time:         1.52         s                                       |
9.77/10.08	c 10	============================[ Search Statistics ]==============================
9.77/10.08	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.77/10.08	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.77/10.08	c 10	===============================================================================
9.77/10.08	c 10	|         0 |  264168  2903579  8198076 |   967859        0    nan |  0.000 % |
11.55/11.89	c 12	|       102 |  264168  2903579  8198076 |  1064645      102     18 |  0.539 % |
13.44/13.78	c 14	|       253 |  264168  2903579  8198076 |  1171110      253     23 |  0.539 % |
16.01/16.31	c 17	|       478 |  264168  2903579  8198076 |  1288221      478     20 |  0.539 % |
20.27/20.64	c 21	|       816 |  264168  2903579  8198076 |  1417043      816     22 |  0.539 % |
26.02/26.41	c 27	|      1322 |  264168  2903579  8198076 |  1558747     1322     22 |  0.539 % |
35.63/36.12	c 36	|      2082 |  264168  2903579  8198076 |  1714622     2082     22 |  0.539 % |
51.87/52.54	c 53	|      3221 |  264168  2903579  8198076 |  1886084     3221     21 |  0.539 % |
66.24/67.04	c 67	|      4930 |  264168  2903579  8198076 |  2074693     4930     19 |  0.539 % |
88.81/89.88	c 90	|      7493 |  264168  2903579  8198076 |  2282162     7493     22 |  0.539 % |
139.43/140.93	c 141	|     11338 |  264168  2903579  8198076 |  2510378    11338     22 |  0.539 % |
206.89/209.08	c 209	|     17104 |  264168  2903579  8198076 |  2761416    17104     22 |  0.539 % |
315.22/318.40	c 319	|     25753 |  264168  2903579  8198076 |  3037558    25753     21 |  0.539 % |
455.19/459.70	c 460	|     38727 |  264168  2903579  8198076 |  3341314    38727     23 |  0.539 % |
714.71/721.79	c 722	|     58188 |  264168  2903579  8198076 |  3675445    58188     25 |  0.539 % |
1068.12/1077.12	c 1077	|     87380 |  264168  2903579  8198076 |  4042990    87380     29 |  0.539 % |
1616.51/1626.01	c 1626	|    131169 |  264168  2903579  8198076 |  4447289   131169     31 |  0.539 % |
1800.04/1809.71	c ERROR INTERRUPTED
1800.04/1809.74	s UNKNOWN
1800.04/1809.74	c 1810	CPU 7.3 (0.04 0.01 7.26 0.67)
1800.04/1809.74	c 1810	END Sat Jul  5 19:00:53 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-1092478-1215275443/watcher-1092478-1215275443 -o /tmp/evaluation-result-1092478-1215275443/solver-1092478-1215275443 -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-1092478-1215275443.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: 1.92 1.98 1.99 4/73 22507
/proc/meminfo: memFree=1513752/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=12268 CPUtime=0
/proc/22507/stat : 22507 (sugar) R 22505 22507 20795 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2006516594 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22507/statm: 3067 316 241 3 0 167 0

[startup+0.096018 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22507
/proc/meminfo: memFree=1513752/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=0.04
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006516594 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102019 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22507
/proc/meminfo: memFree=1513752/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=0.04
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006516594 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302052 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22507
/proc/meminfo: memFree=1513752/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=0.04
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006516594 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701134 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 22507
/proc/meminfo: memFree=1513752/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=0.04
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006516594 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50128 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 22528
/proc/meminfo: memFree=1508488/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=0.91
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 973 7189 0 1 3 1 82 5 15 0 1 0 2006516594 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22507/statm: 3400 797 370 3 0 500 0
[pid=22520] ppid=22507 vsize=5356 CPUtime=0
/proc/22520/stat : 22520 (sh) S 22507 22507 20795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006516690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22520/statm: 1339 233 193 169 0 50 0
[pid=22521] ppid=22520 vsize=864040 CPUtime=0.52
/proc/22521/stat : 22521 (java) S 22520 22507 20795 0 -1 0 4012 0 1 0 50 2 0 0 18 0 9 0 2006516690 884776960 3467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22521/statm: 216010 3467 1671 9 0 210592 0
[pid=22521/tid=22522] ppid=22520 vsize=864040 CPUtime=0.4
/proc/22521/task/22522/stat : 22522 (java) R 22520 22507 20795 0 -1 64 2462 0 1 0 39 1 0 0 20 0 9 0 2006516691 884776960 3467 996147200 134512640 134550740 4294955952 18446744073709551615 4126407886 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22523] ppid=22520 vsize=864040 CPUtime=0.02
/proc/22521/task/22523/stat : 22523 (java) S 22520 22507 20795 0 -1 64 520 0 0 0 2 0 0 0 16 0 9 0 2006516692 884776960 3467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22524] ppid=22520 vsize=864040 CPUtime=0
/proc/22521/task/22524/stat : 22524 (java) S 22520 22507 20795 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2006516692 884776960 3467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22525] ppid=22520 vsize=864040 CPUtime=0
/proc/22521/task/22525/stat : 22525 (java) S 22520 22507 20795 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006516692 884776960 3467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22526] ppid=22520 vsize=864040 CPUtime=0
/proc/22521/task/22526/stat : 22526 (java) S 22520 22507 20795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006516694 884776960 3467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22527] ppid=22520 vsize=864040 CPUtime=0.07
/proc/22521/task/22527/stat : 22527 (java) S 22520 22507 20795 0 -1 64 338 0 0 0 7 0 0 0 19 0 9 0 2006516694 884776960 3467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22528] ppid=22520 vsize=864040 CPUtime=0
/proc/22521/task/22528/stat : 22528 (java) S 22520 22507 20795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006516694 884776960 3467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 882996

[startup+3.10258 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 22529
/proc/meminfo: memFree=1495104/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=0.91
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 974 7189 0 1 3 1 82 5 15 0 1 0 2006516594 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22507/statm: 3400 797 370 3 0 500 0
[pid=22520] ppid=22507 vsize=5356 CPUtime=0
/proc/22520/stat : 22520 (sh) S 22507 22507 20795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006516690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22520/statm: 1339 233 193 169 0 50 0
[pid=22521] ppid=22520 vsize=868484 CPUtime=2.11
/proc/22521/stat : 22521 (java) S 22520 22507 20795 0 -1 0 8099 0 1 0 200 11 0 0 18 0 9 0 2006516690 889327616 7040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22521/statm: 217121 7040 2564 9 0 211668 0
[pid=22521/tid=22522] ppid=22520 vsize=868484 CPUtime=1.59
/proc/22521/task/22522/stat : 22522 (java) R 22520 22507 20795 0 -1 64 3004 0 1 0 153 6 0 0 24 0 9 0 2006516691 889327616 7040 996147200 134512640 134550740 4294955952 18446744073709551615 4126843586 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22523] ppid=22520 vsize=868484 CPUtime=0.24
/proc/22521/task/22523/stat : 22523 (java) S 22520 22507 20795 0 -1 64 2929 0 0 0 22 2 0 0 16 0 9 0 2006516692 889327616 7040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22524] ppid=22520 vsize=868484 CPUtime=0
/proc/22521/task/22524/stat : 22524 (java) S 22520 22507 20795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2006516692 889327616 7040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22525] ppid=22520 vsize=868484 CPUtime=0
/proc/22521/task/22525/stat : 22525 (java) S 22520 22507 20795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006516692 889327616 7040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22526] ppid=22520 vsize=868484 CPUtime=0
/proc/22521/task/22526/stat : 22526 (java) S 22520 22507 20795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006516694 889327616 7040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22527] ppid=22520 vsize=868484 CPUtime=0.23
/proc/22521/task/22527/stat : 22527 (java) S 22520 22507 20795 0 -1 64 1473 0 0 0 23 0 0 0 16 0 9 0 2006516694 889327616 7040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22528] ppid=22520 vsize=868484 CPUtime=0
/proc/22521/task/22528/stat : 22528 (java) S 22520 22507 20795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006516694 889327616 7040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22529] ppid=22520 vsize=868484 CPUtime=0
/proc/22521/task/22529/stat : 22529 (java) S 22520 22507 20795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006516695 889327616 7040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887440

[startup+6.30119 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 22529
/proc/meminfo: memFree=1458752/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=0.91
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 974 7189 0 1 3 1 82 5 15 0 1 0 2006516594 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22507/statm: 3400 797 370 3 0 500 0
[pid=22520] ppid=22507 vsize=5356 CPUtime=0
/proc/22520/stat : 22520 (sh) S 22507 22507 20795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006516690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22520/statm: 1339 233 193 169 0 50 0
[pid=22521] ppid=22520 vsize=868484 CPUtime=5.27
/proc/22521/stat : 22521 (java) S 22520 22507 20795 0 -1 0 9056 0 1 0 487 40 0 0 18 0 9 0 2006516690 889327616 7049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22521/statm: 217121 7049 2565 9 0 211668 0
[pid=22521/tid=22522] ppid=22520 vsize=868484 CPUtime=4.49
/proc/22521/task/22522/stat : 22522 (java) R 22520 22507 20795 0 -1 64 3952 0 1 0 419 30 0 0 25 0 9 0 2006516691 889327616 7049 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22523] ppid=22520 vsize=868484 CPUtime=0.5
/proc/22521/task/22523/stat : 22523 (java) S 22520 22507 20795 0 -1 64 2929 0 0 0 43 7 0 0 16 0 9 0 2006516692 889327616 7049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22524] ppid=22520 vsize=868484 CPUtime=0
/proc/22521/task/22524/stat : 22524 (java) S 22520 22507 20795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2006516692 889327616 7049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22525] ppid=22520 vsize=868484 CPUtime=0
/proc/22521/task/22525/stat : 22525 (java) S 22520 22507 20795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006516692 889327616 7049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22526] ppid=22520 vsize=868484 CPUtime=0
/proc/22521/task/22526/stat : 22526 (java) S 22520 22507 20795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006516694 889327616 7049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22527] ppid=22520 vsize=868484 CPUtime=0.24
/proc/22521/task/22527/stat : 22527 (java) S 22520 22507 20795 0 -1 64 1482 0 0 0 24 0 0 0 16 0 9 0 2006516694 889327616 7049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22528] ppid=22520 vsize=868484 CPUtime=0
/proc/22521/task/22528/stat : 22528 (java) S 22520 22507 20795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006516694 889327616 7049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22521/tid=22529] ppid=22520 vsize=868484 CPUtime=0
/proc/22521/task/22529/stat : 22529 (java) S 22520 22507 20795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006516695 889327616 7049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887440

[startup+12.7014 s]
/proc/loadavg: 2.09 2.02 2.01 3/76 22531
/proc/meminfo: memFree=1308224/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.97
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 3 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=144484 CPUtime=4.48
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 34596 0 0 0 419 29 0 0 25 0 1 0 2006517411 147951616 34582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22531/statm: 36121 34582 75 150 0 35968 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 163440

[startup+25.5028 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 22531
/proc/meminfo: memFree=1305984/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.97
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 3 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=146604 CPUtime=17.16
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 35058 0 0 0 1686 30 0 0 25 0 1 0 2006517411 150122496 35044 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/22531/statm: 36651 35044 75 150 0 36498 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 165560

[startup+51.1026 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 22531
/proc/meminfo: memFree=1305856/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.97
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 3 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=147000 CPUtime=42.51
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 35141 0 0 0 4221 30 0 0 25 0 1 0 2006517411 150528000 35127 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22531/statm: 36750 35127 75 150 0 36597 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 165956

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 22531
/proc/meminfo: memFree=1304960/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.98
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 4 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1445768/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.98
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 4 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=164272 CPUtime=1345.07
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 39437 0 0 0 134470 37 0 0 25 0 1 0 2006517411 168214528 39423 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22531/statm: 41068 39423 75 150 0 40915 0
Current children cumulated CPU time (s) 1353.05
Current children cumulated vsize (KiB) 183228

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22561
/proc/meminfo: memFree=1444680/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.98
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 4 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=165328 CPUtime=1405.03
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 39696 0 0 0 140465 38 0 0 25 0 1 0 2006517411 169295872 39682 996147200 134512640 135127466 4294956256 18446744073709551615 134522643 0 0 4096 3 0 0 0 17 0 0 0
/proc/22531/statm: 41332 39682 75 150 0 41179 0
Current children cumulated CPU time (s) 1413.01
Current children cumulated vsize (KiB) 184284

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22561
/proc/meminfo: memFree=1443784/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.98
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 4 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=166120 CPUtime=1464.96
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 39921 0 0 0 146458 38 0 0 25 0 1 0 2006517411 170106880 39907 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 0 0 0
/proc/22531/statm: 41530 39907 75 150 0 41377 0
Current children cumulated CPU time (s) 1472.94
Current children cumulated vsize (KiB) 185076

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22561
/proc/meminfo: memFree=1442760/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.98
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 4 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=167044 CPUtime=1524.9
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 40155 0 0 0 152452 38 0 0 25 0 1 0 2006517411 171053056 40141 996147200 134512640 135127466 4294956256 18446744073709551615 134531068 0 0 4096 3 0 0 0 17 0 0 0
/proc/22531/statm: 41761 40141 75 150 0 41608 0
Current children cumulated CPU time (s) 1532.88
Current children cumulated vsize (KiB) 186000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22561
/proc/meminfo: memFree=1441864/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.98
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 4 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=167836 CPUtime=1584.85
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 40360 0 0 0 158447 38 0 0 25 0 1 0 2006517411 171864064 40346 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22531/statm: 41959 40346 75 150 0 41806 0
Current children cumulated CPU time (s) 1592.83
Current children cumulated vsize (KiB) 186792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22561
/proc/meminfo: memFree=1440904/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.98
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 4 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=168768 CPUtime=1644.79
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 40578 0 0 0 164440 39 0 0 25 0 1 0 2006517411 172818432 40564 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22531/statm: 42192 40564 75 150 0 42039 0
Current children cumulated CPU time (s) 1652.77
Current children cumulated vsize (KiB) 187724

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22561
/proc/meminfo: memFree=1440328/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.98
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 4 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=169564 CPUtime=1704.74
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 40736 0 0 0 170435 39 0 0 25 0 1 0 2006517411 173633536 40722 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22531/statm: 42391 40722 75 150 0 42238 0
Current children cumulated CPU time (s) 1712.72
Current children cumulated vsize (KiB) 188520

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22561
/proc/meminfo: memFree=1439560/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.98
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 4 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=170356 CPUtime=1764.69
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 40906 0 0 0 176429 40 0 0 25 0 1 0 2006517411 174444544 40892 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22531/statm: 42589 40892 75 150 0 42436 0
Current children cumulated CPU time (s) 1772.67
Current children cumulated vsize (KiB) 189312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.7 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 22561
/proc/meminfo: memFree=1439240/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.98
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 4 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=170620 CPUtime=1792.06
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 40987 0 0 0 179166 40 0 0 25 0 1 0 2006517411 174714880 40973 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22531/statm: 42655 40973 75 150 0 42502 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 189576

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

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

[startup+1809.7 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 22561
/proc/meminfo: memFree=1439240/2055920 swapFree=4117840/4192956
[pid=22507] ppid=22505 vsize=13600 CPUtime=7.98
/proc/22507/stat : 22507 (sugar) S 22505 22507 20795 0 -1 4194304 1033 17089 0 2 4 1 726 67 16 0 1 0 2006516594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22507/statm: 3400 799 370 3 0 500 0
[pid=22530] ppid=22507 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22507 22507 20795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006517411 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 232 193 169 0 50 0
[pid=22531] ppid=22530 vsize=170620 CPUtime=1792.06
/proc/22531/stat : 22531 (minisat) R 22530 22507 20795 0 -1 4194304 40987 0 0 0 179166 40 0 0 25 0 1 0 2006517411 174714880 40973 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22531/statm: 42655 40973 75 150 0 42502 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 189576

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22507 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=305889
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=718890
# CPU time returned by wait4() is 8.02478
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.77
CPU time (s): 1800.04
CPU user time (s): 1798.96
CPU system time (s): 1.08
CPU usage (%): 99.4625
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.30589
system time used= 0.71889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18466
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= 14287
involuntary context switches= 14273

runsolver used 2.15567 second user time and 6.09407 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 18:30:43
IDJOB=1092478
IDBENCH=58622
IDSOLVER=346
FILE ID=node47/1092478-1215275443
PBS_JOBID= 7882126
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-100-3.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-1092478-1215275443/watcher-1092478-1215275443 -o /tmp/evaluation-result-1092478-1215275443/solver-1092478-1215275443 -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-1092478-1215275443.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d90560e2a0454c168790d042d731662b
RANDOM SEED=1936316208

node47.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.281
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.281
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:       1514296 kB
Buffers:         38292 kB
Cached:         188504 kB
SwapCached:      68936 kB
Active:         396720 kB
Inactive:        90712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1514296 kB
SwapTotal:     4192956 kB
SwapFree:      4117840 kB
Dirty:            1872 kB
Writeback:           0 kB
Mapped:         267064 kB
Slab:            38956 kB
Committed_AS:  4275940 kB
PageTables:       2336 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= 66508 MiB
End job on node47 at 2008-07-05 19:00:55