Trace number 1080999

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.09 1809.56

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-0.xml
MD5SUM0f25cc3c7c14e18f284d10d21fb07975
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1306
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 01:41:49 2008
0.00/0.05	c 0	PID 31562
0.00/0.05	c 0	HOST node41.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080999-1215214909.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-1080999-1215214909.xml' 'HOME/temp.csp'
0.04/0.91	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.04/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.97	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.88/1.05	c 1	Parsing HOME/temp.csp
1.27/1.49	c 2	parsed 3732 expressions
1.27/1.49	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.27/1.49	c 2	Converting to clausal form CSP
1.37/1.52	c 2	converted 374 (10%) expressions
1.37/1.57	c 2	converted 747 (20%) expressions
1.47/1.69	c 2	converted 1120 (30%) expressions
1.56/1.73	c 2	converted 1493 (40%) expressions
1.56/1.74	c 2	converted 1866 (50%) expressions
1.56/1.76	c 2	converted 2240 (60%) expressions
1.56/1.77	c 2	converted 2613 (70%) expressions
1.56/1.78	c 2	converted 2986 (80%) expressions
1.56/1.79	c 2	converted 3359 (90%) expressions
1.66/1.80	c 2	converted 3732 (100%) expressions
1.66/1.80	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1306
1.66/1.80	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.66/1.80	c 2	Propagation in CSP
1.77/1.98	c 2	202258 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.77/1.98	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 859
1.77/1.98	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.77/1.98	c 2	Simplifing CSP by introducing new Boolean variables
1.87/2.06	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 859
1.87/2.06	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.96/2.11	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.96/2.16	c 2	30 (10%) CSP integer variables are encoded (20205 clauses, 280965 bytes)
1.96/2.18	c 2	60 (20%) CSP integer variables are encoded (40515 clauses, 585615 bytes)
2.06/2.21	c 2	90 (30%) CSP integer variables are encoded (60615 clauses, 887115 bytes)
2.06/2.23	c 2	120 (40%) CSP integer variables are encoded (76620 clauses, 1127190 bytes)
2.06/2.24	c 2	150 (50%) CSP integer variables are encoded (90090 clauses, 1329240 bytes)
2.06/2.26	c 2	180 (60%) CSP integer variables are encoded (103770 clauses, 1542323 bytes)
2.06/2.28	c 2	210 (70%) CSP integer variables are encoded (120165 clauses, 1821038 bytes)
2.15/2.31	c 2	240 (80%) CSP integer variables are encoded (140340 clauses, 2164013 bytes)
2.15/2.33	c 3	270 (90%) CSP integer variables are encoded (155970 clauses, 2429723 bytes)
2.15/2.36	c 3	300 (100%) CSP integer variables are encoded (175095 clauses, 2754848 bytes)
2.65/2.83	c 3	883 (10%) CSP clauses are encoded (393751 clauses, 7551567 bytes)
3.15/3.34	c 4	1766 (20%) CSP clauses are encoded (651974 clauses, 13500355 bytes)
3.64/3.82	c 4	2649 (30%) CSP clauses are encoded (896389 clauses, 19151488 bytes)
4.04/4.26	c 4	3532 (40%) CSP clauses are encoded (1119391 clauses, 24305593 bytes)
4.53/4.73	c 5	4415 (50%) CSP clauses are encoded (1354927 clauses, 29754879 bytes)
4.91/5.11	c 5	5298 (60%) CSP clauses are encoded (1530147 clauses, 33806261 bytes)
5.21/5.42	c 6	6181 (70%) CSP clauses are encoded (1672512 clauses, 37100712 bytes)
5.50/5.79	c 6	7064 (80%) CSP clauses are encoded (1859769 clauses, 41447094 bytes)
5.90/6.17	c 6	7947 (90%) CSP clauses are encoded (2044779 clauses, 45882402 bytes)
6.40/6.61	c 7	8830 (100%) CSP clauses are encoded (2282884 clauses, 51400782 bytes)
6.40/6.62	c 7	8830 CSP clauses encoded
6.40/6.62	c 7	Writing map file : HOME/temp.map
6.40/6.62	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.40/6.62	c 7	SAT : 181095 SAT variables, 2282884 SAT clauses, 51400782 bytes
6.40/6.62	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.40/6.66	c 7	SOLVING HOME/temp.cnf
6.40/6.66	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.40/6.67	c 7	This is MiniSat 2.0 beta
6.40/6.67	c 7	WARNING: for repeatability, setting FPU to use double precision
6.40/6.67	c 7	============================[ Problem Statistics ]=============================
6.40/6.67	c 7	|                                                                             |
6.40/6.67	c 7	|  Number of variables:  181095                                               |
6.40/6.67	c 7	|  Number of clauses:    2282884                                              |
7.75/8.07	c 8	|  Parsing time:         1.19         s                                       |
7.85/8.14	c 8	============================[ Search Statistics ]==============================
7.85/8.14	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.85/8.14	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.85/8.14	c 8	===============================================================================
7.85/8.14	c 8	|         0 |  180545  2282334  6499804 |   760778        0    nan |  0.000 % |
9.53/9.87	c 10	|       100 |  180545  2282334  6499804 |   836855      100     13 |  0.304 % |
11.31/11.62	c 12	|       252 |  180545  2282334  6499804 |   920541      252     14 |  0.304 % |
13.49/13.81	c 14	|       477 |  180545  2282334  6499804 |  1012595      477     14 |  0.304 % |
16.95/17.35	c 18	|       815 |  180545  2282334  6499804 |  1113855      815     14 |  0.304 % |
22.60/23.02	c 23	|      1322 |  180545  2282334  6499804 |  1225240     1322     15 |  0.304 % |
30.82/31.31	c 31	|      2082 |  180545  2282334  6499804 |  1347764     2082     17 |  0.304 % |
44.88/45.53	c 46	|      3221 |  180545  2282334  6499804 |  1482541     3221     18 |  0.304 % |
64.60/65.42	c 66	|      4929 |  180545  2282334  6499804 |  1630795     4929     19 |  0.304 % |
98.05/99.21	c 99	|      7491 |  180545  2282334  6499804 |  1793874     7491     18 |  0.304 % |
144.41/146.02	c 146	|     11337 |  180545  2282334  6499804 |  1973262    11337     17 |  0.304 % |
209.20/211.42	c 212	|     17106 |  180545  2282334  6499804 |  2170588    17106     19 |  0.304 % |
310.63/313.87	c 314	|     25756 |  180545  2282334  6499804 |  2387647    25756     19 |  0.304 % |
472.31/477.05	c 477	|     38730 |  180545  2282334  6499804 |  2626411    38730     21 |  0.304 % |
712.64/719.69	c 720	|     58191 |  180545  2282334  6499804 |  2889053    58191     21 |  0.304 % |
1069.74/1078.98	c 1079	|     87383 |  180545  2282334  6499804 |  3177958    87383     24 |  0.304 % |
1599.86/1609.21	c 1609	|    131177 |  179647  2268518  6460160 |  3495754   113663     24 |  0.800 % |
1800.09/1809.52	c ERROR INTERRUPTED
1800.09/1809.54	s UNKNOWN
1800.09/1809.54	c 1810	CPU 5.87 (0.03 0.01 5.84 0.56)
1800.09/1809.54	c 1810	END Sat Jul  5 02:11:59 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-1080999-1215214909/watcher-1080999-1215214909 -o /tmp/evaluation-result-1080999-1215214909/solver-1080999-1215214909 -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-1080999-1215214909.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.04 2.17 2.12 4/73 31562
/proc/meminfo: memFree=1790304/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=12000 CPUtime=0
/proc/31562/stat : 31562 (sugar) R 31560 31562 31525 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 0 2000463921 12288000 166 996147200 4194304 4206940 548682068608 18446744073709551615 209155806272 0 0 4224 0 0 0 0 17 1 0 0
/proc/31562/statm: 3000 166 128 3 0 100 0

[startup+0.0791809 s]
/proc/loadavg: 2.04 2.17 2.12 4/73 31562
/proc/meminfo: memFree=1790304/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=0.04
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000463921 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31562/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10062 s]
/proc/loadavg: 2.04 2.17 2.12 4/73 31562
/proc/meminfo: memFree=1790304/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=0.04
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000463921 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31562/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301638 s]
/proc/loadavg: 2.04 2.17 2.12 4/73 31562
/proc/meminfo: memFree=1790304/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=0.04
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000463921 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31562/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70168 s]
/proc/loadavg: 2.04 2.17 2.12 4/73 31562
/proc/meminfo: memFree=1790304/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=0.04
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000463921 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31562/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50175 s]
/proc/loadavg: 1.96 2.16 2.12 3/80 31580
/proc/meminfo: memFree=1785640/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=0.86
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 974 6760 0 1 3 1 77 5 15 0 1 0 2000463921 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31562/statm: 3400 797 370 3 0 500 0
[pid=31575] ppid=31562 vsize=5356 CPUtime=0
/proc/31575/stat : 31575 (sh) S 31562 31562 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000464018 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 233 193 169 0 50 0
[pid=31576] ppid=31575 vsize=864068 CPUtime=0.51
/proc/31576/stat : 31576 (java) S 31575 31562 31525 0 -1 0 4009 0 1 0 49 2 0 0 18 0 9 0 2000464018 884805632 3464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31576/statm: 216017 3464 1710 9 0 210592 0
[pid=31576/tid=31577] ppid=31575 vsize=864068 CPUtime=0.39
/proc/31576/task/31577/stat : 31577 (java) R 31575 31562 31525 0 -1 64 2547 0 1 0 38 1 0 0 21 0 9 0 2000464019 884805632 3464 996147200 134512640 134550740 4294955952 18446744073709551615 104251795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31578] ppid=31575 vsize=864068 CPUtime=0.02
/proc/31576/task/31578/stat : 31578 (java) S 31575 31562 31525 0 -1 64 431 0 0 0 2 0 0 0 16 0 9 0 2000464020 884805632 3464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31579] ppid=31575 vsize=864068 CPUtime=0
/proc/31576/task/31579/stat : 31579 (java) S 31575 31562 31525 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2000464020 884805632 3464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31580] ppid=31575 vsize=864068 CPUtime=0
/proc/31576/task/31580/stat : 31580 (java) S 31575 31562 31525 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000464020 884805632 3464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 883024

[startup+3.10289 s]
/proc/loadavg: 1.96 2.16 2.12 4/84 31584
/proc/meminfo: memFree=1771720/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=0.86
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 974 6760 0 1 3 1 77 5 15 0 1 0 2000463921 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31562/statm: 3400 797 370 3 0 500 0
[pid=31575] ppid=31562 vsize=5356 CPUtime=0
/proc/31575/stat : 31575 (sh) S 31562 31562 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000464018 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 233 193 169 0 50 0
[pid=31576] ppid=31575 vsize=868520 CPUtime=2.09
/proc/31576/stat : 31576 (java) S 31575 31562 31525 0 -1 0 7677 0 1 0 197 12 0 0 18 0 9 0 2000464018 889364480 6596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31576/statm: 217130 6596 2564 9 0 211677 0
[pid=31576/tid=31577] ppid=31575 vsize=868520 CPUtime=1.61
/proc/31576/task/31577/stat : 31577 (java) R 31575 31562 31525 0 -1 64 3026 0 1 0 153 8 0 0 25 0 9 0 2000464019 889364480 6596 996147200 134512640 134550740 4294955952 18446744073709551615 4126940860 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31578] ppid=31575 vsize=868520 CPUtime=0.22
/proc/31576/task/31578/stat : 31578 (java) S 31575 31562 31525 0 -1 64 2468 0 0 0 20 2 0 0 16 0 9 0 2000464020 889364480 6596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31579] ppid=31575 vsize=868520 CPUtime=0
/proc/31576/task/31579/stat : 31579 (java) S 31575 31562 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000464020 889364480 6596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31580] ppid=31575 vsize=868520 CPUtime=0
/proc/31576/task/31580/stat : 31580 (java) S 31575 31562 31525 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000464020 889364480 6596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31581] ppid=31575 vsize=868520 CPUtime=0
/proc/31576/task/31581/stat : 31581 (java) S 31575 31562 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000464023 889364480 6596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31582] ppid=31575 vsize=868520 CPUtime=0.24
/proc/31576/task/31582/stat : 31582 (java) S 31575 31562 31525 0 -1 64 1489 0 0 0 23 1 0 0 16 0 9 0 2000464023 889364480 6596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31583] ppid=31575 vsize=868520 CPUtime=0
/proc/31576/task/31583/stat : 31583 (java) S 31575 31562 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000464023 889364480 6596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31584] ppid=31575 vsize=868520 CPUtime=0
/proc/31576/task/31584/stat : 31584 (java) S 31575 31562 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000464023 889364480 6596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 887476

[startup+6.30218 s]
/proc/loadavg: 2.04 2.17 2.12 3/84 31584
/proc/meminfo: memFree=1733832/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=0.86
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 974 6760 0 1 3 1 77 5 15 0 1 0 2000463921 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31562/statm: 3400 797 370 3 0 500 0
[pid=31575] ppid=31562 vsize=5356 CPUtime=0
/proc/31575/stat : 31575 (sh) S 31562 31562 31525 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000464018 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 233 193 169 0 50 0
[pid=31576] ppid=31575 vsize=868520 CPUtime=5.24
/proc/31576/stat : 31576 (java) S 31575 31562 31525 0 -1 0 8646 0 1 0 478 46 0 0 18 0 9 0 2000464018 889364480 6604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31576/statm: 217130 6604 2565 9 0 211677 0
[pid=31576/tid=31577] ppid=31575 vsize=868520 CPUtime=4.48
/proc/31576/task/31577/stat : 31577 (java) R 31575 31562 31525 0 -1 64 3987 0 1 0 413 35 0 0 25 0 9 0 2000464019 889364480 6604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31578] ppid=31575 vsize=868520 CPUtime=0.48
/proc/31576/task/31578/stat : 31578 (java) S 31575 31562 31525 0 -1 64 2468 0 0 0 40 8 0 0 16 0 9 0 2000464020 889364480 6604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31579] ppid=31575 vsize=868520 CPUtime=0
/proc/31576/task/31579/stat : 31579 (java) S 31575 31562 31525 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000464020 889364480 6604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31580] ppid=31575 vsize=868520 CPUtime=0
/proc/31576/task/31580/stat : 31580 (java) S 31575 31562 31525 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000464020 889364480 6604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31581] ppid=31575 vsize=868520 CPUtime=0
/proc/31576/task/31581/stat : 31581 (java) S 31575 31562 31525 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000464023 889364480 6604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31582] ppid=31575 vsize=868520 CPUtime=0.25
/proc/31576/task/31582/stat : 31582 (java) S 31575 31562 31525 0 -1 64 1497 0 0 0 24 1 0 0 16 0 9 0 2000464023 889364480 6604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31583] ppid=31575 vsize=868520 CPUtime=0
/proc/31576/task/31583/stat : 31583 (java) S 31575 31562 31525 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000464023 889364480 6604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31576/tid=31584] ppid=31575 vsize=868520 CPUtime=0
/proc/31576/task/31584/stat : 31584 (java) S 31575 31562 31525 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000464023 889364480 6604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 887476

[startup+12.7017 s]
/proc/loadavg: 2.12 2.18 2.13 3/76 31586
/proc/meminfo: memFree=1627976/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=111236 CPUtime=5.96
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 27153 0 0 0 575 21 0 0 25 0 1 0 2000464588 113905664 27139 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31586/statm: 27809 27139 75 150 0 27656 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 130192

[startup+25.5019 s]
/proc/loadavg: 2.09 2.17 2.12 3/76 31586
/proc/meminfo: memFree=1627400/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=111896 CPUtime=18.63
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 27310 0 0 0 1842 21 0 0 25 0 1 0 2000464588 114581504 27296 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31586/statm: 27974 27296 75 150 0 27821 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 130852

[startup+51.1011 s]
/proc/loadavg: 2.06 2.16 2.12 3/76 31586
/proc/meminfo: memFree=1627144/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=112160 CPUtime=43.99
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 27395 0 0 0 4378 21 0 0 25 0 1 0 2000464588 114851840 27381 996147200 134512640 135127466 4294956256 18446744073709551615 134530595 0 0 4096 3 0 0 0 17 1 0 0
/proc/31586/statm: 28040 27381 75 150 0 27887 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 131116

[startup+102.308 s]
/proc/loadavg: 2.02 2.13 2.11 3/76 31586
/proc/meminfo: memFree=1626376/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=112688 CPUtime=94.67
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 27511 0 0 0 9446 21 0 0 25 0 1 0 2000464588 115392512 27497 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31586/statm: 28172 27497 75 150 0 28019 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 131644

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

/proc/meminfo: memFree=1644872/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=127168 CPUtime=1346.6
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 31044 0 0 0 134633 27 0 0 25 0 1 0 2000464588 130220032 31030 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31586/statm: 31792 31030 75 150 0 31639 0
Current children cumulated CPU time (s) 1353.04
Current children cumulated vsize (KiB) 146124

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31621
/proc/meminfo: memFree=1644296/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=127704 CPUtime=1406.58
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 31195 0 0 0 140631 27 0 0 25 0 1 0 2000464588 130768896 31181 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/31586/statm: 31926 31181 75 150 0 31773 0
Current children cumulated CPU time (s) 1413.02
Current children cumulated vsize (KiB) 146660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31621
/proc/meminfo: memFree=1643600/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=128364 CPUtime=1466.55
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 31366 0 0 0 146628 27 0 0 25 0 1 0 2000464588 131444736 31352 996147200 134512640 135127466 4294956256 18446744073709551615 134530576 0 0 4096 3 0 0 0 17 0 0 0
/proc/31586/statm: 32091 31352 75 150 0 31938 0
Current children cumulated CPU time (s) 1472.99
Current children cumulated vsize (KiB) 147320

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31621
/proc/meminfo: memFree=1643216/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=128760 CPUtime=1526.54
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 31448 0 0 0 152626 28 0 0 25 0 1 0 2000464588 131850240 31434 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31586/statm: 32190 31434 75 150 0 32037 0
Current children cumulated CPU time (s) 1532.98
Current children cumulated vsize (KiB) 147716

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31621
/proc/meminfo: memFree=1643152/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=128760 CPUtime=1586.52
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 31451 0 0 0 158624 28 0 0 25 0 1 0 2000464588 131850240 31437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31586/statm: 32190 31437 75 150 0 32037 0
Current children cumulated CPU time (s) 1592.96
Current children cumulated vsize (KiB) 147716

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31621
/proc/meminfo: memFree=1643024/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=128760 CPUtime=1646.5
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 31468 0 0 0 164622 28 0 0 25 0 1 0 2000464588 131850240 31454 996147200 134512640 135127466 4294956256 18446744073709551615 134531240 0 0 4096 3 0 0 0 17 0 0 0
/proc/31586/statm: 32190 31454 75 150 0 32037 0
Current children cumulated CPU time (s) 1652.94
Current children cumulated vsize (KiB) 147716

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31621
/proc/meminfo: memFree=1642832/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=129024 CPUtime=1706.48
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 31527 0 0 0 170620 28 0 0 25 0 1 0 2000464588 132120576 31513 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31586/statm: 32256 31513 75 150 0 32103 0
Current children cumulated CPU time (s) 1712.92
Current children cumulated vsize (KiB) 147980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31621
/proc/meminfo: memFree=1641872/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=129816 CPUtime=1766.46
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 31726 0 0 0 176618 28 0 0 25 0 1 0 2000464588 132931584 31712 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31586/statm: 32454 31712 75 150 0 32301 0
Current children cumulated CPU time (s) 1772.9
Current children cumulated vsize (KiB) 148772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31621
/proc/meminfo: memFree=1641424/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=130212 CPUtime=1793.65
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 31831 0 0 0 179337 28 0 0 25 0 1 0 2000464588 133337088 31817 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/31586/statm: 32553 31817 75 150 0 32400 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 149168

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

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

[startup+1809.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31621
/proc/meminfo: memFree=1641424/2055920 swapFree=4180688/4192956
[pid=31562] ppid=31560 vsize=13600 CPUtime=6.44
/proc/31562/stat : 31562 (sugar) S 31560 31562 31525 0 -1 4194304 1033 15809 0 2 3 1 584 56 16 0 1 0 2000463921 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31562/statm: 3400 799 370 3 0 500 0
[pid=31585] ppid=31562 vsize=5356 CPUtime=0
/proc/31585/stat : 31585 (sh) S 31562 31562 31525 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000464587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31585/statm: 1339 232 193 169 0 50 0
[pid=31586] ppid=31585 vsize=130212 CPUtime=1793.65
/proc/31586/stat : 31586 (minisat) R 31585 31562 31525 0 -1 4194304 31831 0 0 0 179337 28 0 0 25 0 1 0 2000464588 133337088 31817 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/31586/statm: 32553 31817 75 150 0 32400 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 149168

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31562 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=888104
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=600908
# CPU time returned by wait4() is 6.48901
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.56
CPU time (s): 1800.09
CPU user time (s): 1799.24
CPU system time (s): 0.85
CPU usage (%): 99.4768
Max. virtual memory (cumulated for all children) (KiB): 887476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.8881
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17186
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= 11397
involuntary context switches= 11247

runsolver used 1.90471 second user time and 5.56015 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 01:41:49
IDJOB=1080999
IDBENCH=57051
IDSOLVER=346
FILE ID=node41/1080999-1215214909
PBS_JOBID= 7881816
Free space on /tmp= 66128 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-95-0.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-1080999-1215214909/watcher-1080999-1215214909 -o /tmp/evaluation-result-1080999-1215214909/solver-1080999-1215214909 -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-1080999-1215214909.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f25cc3c7c14e18f284d10d21fb07975
RANDOM SEED=117887901

node41.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.232
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.232
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:       1790784 kB
Buffers:         22820 kB
Cached:         171776 kB
SwapCached:       5936 kB
Active:         166248 kB
Inactive:        48608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790784 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          27988 kB
Slab:            35756 kB
Committed_AS:  3598688 kB
PageTables:       1756 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= 66156 MiB
End job on node41 at 2008-07-05 02:12:01