Trace number 1080915

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.08 1807.56

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-2.xml
MD5SUM95412b3e8393abe23916a66472a7044f
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 size1368
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:23:57 2008
0.00/0.05	c 0	PID 31824
0.03/0.05	c 0	HOST node60.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1080915-1215213837.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080915-1215213837.xml' 'HOME/temp.csp'
0.03/0.89	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	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.90/1.03	c 1	Parsing HOME/temp.csp
1.10/1.27	c 1	parsed 3732 expressions
1.10/1.27	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.27	c 1	Converting to clausal form CSP
1.20/1.30	c 2	converted 374 (10%) expressions
1.20/1.35	c 2	converted 747 (20%) expressions
1.30/1.47	c 2	converted 1120 (30%) expressions
1.39/1.50	c 2	converted 1493 (40%) expressions
1.39/1.52	c 2	converted 1866 (50%) expressions
1.39/1.53	c 2	converted 2240 (60%) expressions
1.39/1.54	c 2	converted 2613 (70%) expressions
1.39/1.55	c 2	converted 2986 (80%) expressions
1.39/1.56	c 2	converted 3359 (90%) expressions
1.39/1.57	c 2	converted 3732 (100%) expressions
1.39/1.57	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1368
1.39/1.57	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.57	c 2	Propagation in CSP
1.60/1.75	c 2	203574 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.75	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 905
1.60/1.75	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.75	c 2	Simplifing CSP by introducing new Boolean variables
1.69/1.84	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 905
1.69/1.84	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.88	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.79/1.93	c 2	30 (10%) CSP integer variables are encoded (20955 clauses, 292213 bytes)
1.79/1.96	c 2	60 (20%) CSP integer variables are encoded (43515 clauses, 630613 bytes)
1.79/1.98	c 2	90 (30%) CSP integer variables are encoded (60540 clauses, 885988 bytes)
1.88/2.01	c 2	120 (40%) CSP integer variables are encoded (79575 clauses, 1171513 bytes)
1.88/2.03	c 2	150 (50%) CSP integer variables are encoded (94755 clauses, 1399213 bytes)
1.88/2.05	c 2	180 (60%) CSP integer variables are encoded (113460 clauses, 1707025 bytes)
1.88/2.08	c 2	210 (70%) CSP integer variables are encoded (134520 clauses, 2065045 bytes)
1.99/2.11	c 2	240 (80%) CSP integer variables are encoded (154455 clauses, 2403940 bytes)
1.99/2.14	c 2	270 (90%) CSP integer variables are encoded (175065 clauses, 2754310 bytes)
1.99/2.17	c 2	300 (100%) CSP integer variables are encoded (191985 clauses, 3041950 bytes)
2.48/2.68	c 3	883 (10%) CSP clauses are encoded (433368 clauses, 8359761 bytes)
3.08/3.21	c 3	1766 (20%) CSP clauses are encoded (691940 clauses, 14345563 bytes)
3.47/3.69	c 4	2649 (30%) CSP clauses are encoded (925909 clauses, 19760221 bytes)
4.06/4.24	c 4	3532 (40%) CSP clauses are encoded (1203607 clauses, 26196366 bytes)
4.55/4.70	c 5	4415 (50%) CSP clauses are encoded (1417598 clauses, 31162697 bytes)
4.94/5.18	c 5	5298 (60%) CSP clauses are encoded (1655270 clauses, 36684835 bytes)
5.34/5.56	c 6	6181 (70%) CSP clauses are encoded (1838593 clauses, 40952194 bytes)
5.84/6.04	c 6	7064 (80%) CSP clauses are encoded (2074442 clauses, 46508565 bytes)
6.33/6.54	c 7	7947 (90%) CSP clauses are encoded (2317587 clauses, 52384157 bytes)
6.83/7.02	c 7	8830 (100%) CSP clauses are encoded (2570723 clauses, 58252583 bytes)
6.83/7.02	c 7	8830 CSP clauses encoded
6.83/7.03	c 7	Writing map file : HOME/temp.map
6.83/7.03	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.83/7.03	c 7	SAT : 197985 SAT variables, 2570723 SAT clauses, 58252583 bytes
6.83/7.03	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.83/7.05	c 7	SOLVING HOME/temp.cnf
6.83/7.05	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.83/7.05	c 7	This is MiniSat 2.0 beta
6.83/7.05	c 7	WARNING: for repeatability, setting FPU to use double precision
6.83/7.05	c 7	============================[ Problem Statistics ]=============================
6.83/7.05	c 7	|                                                                             |
6.83/7.06	c 7	|  Number of variables:  197985                                               |
6.83/7.06	c 7	|  Number of clauses:    2570723                                              |
8.40/8.64	c 9	|  Parsing time:         1.36         s                                       |
8.50/8.73	c 9	============================[ Search Statistics ]==============================
8.50/8.73	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.50/8.73	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.50/8.73	c 9	===============================================================================
8.50/8.73	c 9	|         0 |  197617  2570355  7330961 |   856785        0    nan |  0.000 % |
9.77/10.10	c 10	|       100 |  197617  2570355  7330961 |   942463      100     12 |  0.186 % |
12.15/12.47	c 13	|       250 |  197617  2570355  7330961 |  1036709      250     16 |  0.186 % |
14.52/14.83	c 15	|       475 |  197617  2570355  7330961 |  1140380      475     17 |  0.186 % |
18.88/19.28	c 19	|       814 |  197617  2570355  7330961 |  1254418      814     22 |  0.186 % |
25.12/25.58	c 26	|      1320 |  197617  2570355  7330961 |  1379860     1320     28 |  0.186 % |
33.84/34.33	c 35	|      2079 |  197617  2570355  7330961 |  1517846     2079     27 |  0.186 % |
49.39/50.08	c 50	|      3218 |  197617  2570355  7330961 |  1669631     3218     27 |  0.186 % |
67.22/68.02	c 68	|      4927 |  197617  2570355  7330961 |  1836594     4927     28 |  0.186 % |
95.85/96.94	c 97	|      7491 |  197617  2570355  7330961 |  2020254     7491     25 |  0.186 % |
142.97/144.50	c 145	|     11336 |  197617  2570355  7330961 |  2222279    11336     26 |  0.186 % |
207.96/210.14	c 210	|     17102 |  197617  2570355  7330961 |  2444507    17102     29 |  0.186 % |
293.15/296.16	c 296	|     25753 |  197617  2570355  7330961 |  2688958    25753     31 |  0.186 % |
457.89/462.41	c 463	|     38727 |  197617  2570355  7330961 |  2957854    38727     29 |  0.186 % |
693.77/700.52	c 701	|     58188 |  197617  2570355  7330961 |  3253639    58188     33 |  0.186 % |
1058.57/1065.60	c 1066	|     87380 |  197617  2570355  7330961 |  3579003    87380     34 |  0.186 % |
1599.98/1607.38	c 1608	|    131169 |  197617  2570355  7330961 |  3936903   131169     37 |  0.186 % |
1800.08/1807.52	c ERROR INTERRUPTED
1800.08/1807.54	s UNKNOWN
1800.08/1807.54	c 1808	CPU 6.32 (0.04 0 6.28 0.56)
1800.08/1807.54	c 1808	END Sat Jul  5 01:54:05 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-1080915-1215213837/watcher-1080915-1215213837 -o /tmp/evaluation-result-1080915-1215213837/solver-1080915-1215213837 -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-1080915-1215213837.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 2.06 2.00 4/73 31824
/proc/meminfo: memFree=1537432/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=12268 CPUtime=0
/proc/31824/stat : 31824 (sugar) R 31822 31824 31425 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 644306850 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271894411877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/31824/statm: 3067 316 241 3 0 167 0

[startup+0.0508839 s]
/proc/loadavg: 1.92 2.06 2.00 4/73 31824
/proc/meminfo: memFree=1537432/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=0.03
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 644306850 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31824/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102692 s]
/proc/loadavg: 1.92 2.06 2.00 4/73 31824
/proc/meminfo: memFree=1537432/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=0.03
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 644306850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31824/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301681 s]
/proc/loadavg: 1.92 2.06 2.00 4/73 31824
/proc/meminfo: memFree=1537432/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=0.03
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 644306850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31824/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701737 s]
/proc/loadavg: 1.92 2.06 2.00 4/73 31824
/proc/meminfo: memFree=1537432/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=0.03
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 644306850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31824/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5028 s]
/proc/loadavg: 1.92 2.06 2.00 3/84 31846
/proc/meminfo: memFree=1531712/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=0.86
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 974 6761 0 1 3 0 78 5 15 0 1 0 644306850 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31824/statm: 3400 797 370 3 0 500 0
[pid=31837] ppid=31824 vsize=5356 CPUtime=0
/proc/31837/stat : 31837 (sh) S 31824 31824 31425 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644306944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31837/statm: 1339 233 193 169 0 50 0
[pid=31838] ppid=31837 vsize=868240 CPUtime=0.53
/proc/31838/stat : 31838 (java) S 31837 31824 31425 0 -1 0 5345 0 1 0 49 4 0 0 18 0 9 0 644306945 889077760 4746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31838/statm: 217060 4746 1734 9 0 211635 0
[pid=31838/tid=31839] ppid=31837 vsize=868240 CPUtime=0.31
/proc/31838/task/31839/stat : 31839 (java) R 31837 31824 31425 0 -1 64 2650 0 1 0 30 1 0 0 21 0 9 0 644306946 889077760 4746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31840] ppid=31837 vsize=868240 CPUtime=0.02
/proc/31838/task/31840/stat : 31840 (java) S 31837 31824 31425 0 -1 64 540 0 0 0 2 0 0 0 16 0 9 0 644306947 889077760 4746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31841] ppid=31837 vsize=868240 CPUtime=0
/proc/31838/task/31841/stat : 31841 (java) S 31837 31824 31425 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 644306947 889077760 4746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31842] ppid=31837 vsize=868240 CPUtime=0
/proc/31838/task/31842/stat : 31842 (java) S 31837 31824 31425 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 644306947 889077760 4746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31843] ppid=31837 vsize=868240 CPUtime=0
/proc/31838/task/31843/stat : 31843 (java) S 31837 31824 31425 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644306949 889077760 4746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31844] ppid=31837 vsize=868240 CPUtime=0.17
/proc/31838/task/31844/stat : 31844 (java) R 31837 31824 31425 0 -1 64 1464 0 0 0 16 1 0 0 16 0 9 0 644306949 889077760 4746 996147200 134512640 134550740 4294955952 18446744073709551615 101644679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31845] ppid=31837 vsize=868240 CPUtime=0
/proc/31838/task/31845/stat : 31845 (java) S 31837 31824 31425 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644306949 889077760 4746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31846] ppid=31837 vsize=868240 CPUtime=0
/proc/31838/task/31846/stat : 31846 (java) S 31837 31824 31425 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644306949 889077760 4746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887196

[startup+3.10296 s]
/proc/loadavg: 1.92 2.06 2.00 3/84 31846
/proc/meminfo: memFree=1515968/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=0.86
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 974 6761 0 1 3 0 78 5 15 0 1 0 644306850 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31824/statm: 3400 797 370 3 0 500 0
[pid=31837] ppid=31824 vsize=5356 CPUtime=0
/proc/31837/stat : 31837 (sh) S 31824 31824 31425 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644306944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31837/statm: 1339 233 193 169 0 50 0
[pid=31838] ppid=31837 vsize=868468 CPUtime=2.11
/proc/31838/stat : 31838 (java) S 31837 31824 31425 0 -1 0 7859 0 1 0 197 14 0 0 18 0 9 0 644306945 889311232 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31838/statm: 217117 6693 2564 9 0 211664 0
[pid=31838/tid=31839] ppid=31837 vsize=868468 CPUtime=1.6
/proc/31838/task/31839/stat : 31839 (java) R 31837 31824 31425 0 -1 64 3090 0 1 0 152 8 0 0 25 0 9 0 644306946 889311232 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4126586904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31840] ppid=31837 vsize=868468 CPUtime=0.25
/proc/31838/task/31840/stat : 31840 (java) S 31837 31824 31425 0 -1 64 2578 0 0 0 22 3 0 0 16 0 9 0 644306947 889311232 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31841] ppid=31837 vsize=868468 CPUtime=0
/proc/31838/task/31841/stat : 31841 (java) S 31837 31824 31425 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644306947 889311232 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31842] ppid=31837 vsize=868468 CPUtime=0
/proc/31838/task/31842/stat : 31842 (java) S 31837 31824 31425 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 644306947 889311232 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31843] ppid=31837 vsize=868468 CPUtime=0
/proc/31838/task/31843/stat : 31843 (java) S 31837 31824 31425 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644306949 889311232 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31844] ppid=31837 vsize=868468 CPUtime=0.23
/proc/31838/task/31844/stat : 31844 (java) S 31837 31824 31425 0 -1 64 1499 0 0 0 22 1 0 0 16 0 9 0 644306949 889311232 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31845] ppid=31837 vsize=868468 CPUtime=0
/proc/31838/task/31845/stat : 31845 (java) S 31837 31824 31425 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644306949 889311232 6693 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31846] ppid=31837 vsize=868468 CPUtime=0
/proc/31838/task/31846/stat : 31846 (java) S 31837 31824 31425 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644306949 889311232 6693 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) 887424

[startup+6.30228 s]
/proc/loadavg: 1.93 2.05 2.00 3/84 31846
/proc/meminfo: memFree=1478848/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=0.86
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 974 6761 0 1 3 0 78 5 15 0 1 0 644306850 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31824/statm: 3400 797 370 3 0 500 0
[pid=31837] ppid=31824 vsize=5356 CPUtime=0
/proc/31837/stat : 31837 (sh) S 31824 31824 31425 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644306944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31837/statm: 1339 233 193 169 0 50 0
[pid=31838] ppid=31837 vsize=868468 CPUtime=5.28
/proc/31838/stat : 31838 (java) S 31837 31824 31425 0 -1 0 8815 0 1 0 484 44 0 0 18 0 9 0 644306945 889311232 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31838/statm: 217117 6696 2564 9 0 211664 0
[pid=31838/tid=31839] ppid=31837 vsize=868468 CPUtime=4.52
/proc/31838/task/31839/stat : 31839 (java) R 31837 31824 31425 0 -1 64 4043 0 1 0 420 32 0 0 25 0 9 0 644306946 889311232 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4126865794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31840] ppid=31837 vsize=868468 CPUtime=0.49
/proc/31838/task/31840/stat : 31840 (java) S 31837 31824 31425 0 -1 64 2578 0 0 0 40 9 0 0 16 0 9 0 644306947 889311232 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31841] ppid=31837 vsize=868468 CPUtime=0
/proc/31838/task/31841/stat : 31841 (java) S 31837 31824 31425 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644306947 889311232 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31842] ppid=31837 vsize=868468 CPUtime=0
/proc/31838/task/31842/stat : 31842 (java) S 31837 31824 31425 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 644306947 889311232 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31843] ppid=31837 vsize=868468 CPUtime=0
/proc/31838/task/31843/stat : 31843 (java) S 31837 31824 31425 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644306949 889311232 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31844] ppid=31837 vsize=868468 CPUtime=0.23
/proc/31838/task/31844/stat : 31844 (java) S 31837 31824 31425 0 -1 64 1502 0 0 0 22 1 0 0 16 0 9 0 644306949 889311232 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31845] ppid=31837 vsize=868468 CPUtime=0
/proc/31838/task/31845/stat : 31845 (java) S 31837 31824 31425 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644306949 889311232 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31838/tid=31846] ppid=31837 vsize=868468 CPUtime=0
/proc/31838/task/31846/stat : 31846 (java) S 31837 31824 31425 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644306949 889311232 6696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887424

[startup+12.7019 s]
/proc/loadavg: 1.93 2.05 2.00 3/76 31848
/proc/meminfo: memFree=1355584/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=126420 CPUtime=5.57
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 30287 0 0 0 535 22 0 0 25 0 1 0 644307556 129454080 30273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31848/statm: 31605 30273 75 150 0 31452 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 145376

[startup+25.5012 s]
/proc/loadavg: 1.95 2.05 2.00 3/76 31848
/proc/meminfo: memFree=1354304/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=127480 CPUtime=18.24
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 30502 0 0 0 1802 22 0 0 25 0 1 0 644307556 130539520 30488 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/31848/statm: 31870 30488 75 150 0 31717 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 146436

[startup+51.1017 s]
/proc/loadavg: 1.96 2.05 2.00 3/76 31848
/proc/meminfo: memFree=1352512/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=127876 CPUtime=43.6
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 30621 0 0 0 4337 23 0 0 25 0 1 0 644307556 130945024 30607 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/31848/statm: 31969 30607 75 150 0 31816 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 146832

[startup+102.307 s]
/proc/loadavg: 1.98 2.04 2.00 3/76 31848
/proc/meminfo: memFree=1347840/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1383504/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=148616 CPUtime=1348.23
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 35803 0 0 0 134794 29 0 0 25 0 1 0 644307556 152182784 35789 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/31848/statm: 37154 35789 75 150 0 37001 0
Current children cumulated CPU time (s) 1355.11
Current children cumulated vsize (KiB) 167572

[startup+1422.31 s]
/proc/loadavg: 2.03 2.06 2.01 3/83 31884
/proc/meminfo: memFree=1382544/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=149540 CPUtime=1408.19
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 36043 0 0 0 140790 29 0 0 25 0 1 0 644307556 153128960 36029 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31848/statm: 37385 36029 75 150 0 37232 0
Current children cumulated CPU time (s) 1415.07
Current children cumulated vsize (KiB) 168496

[startup+1482.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/83 31884
/proc/meminfo: memFree=1381584/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=150468 CPUtime=1468.16
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 36260 0 0 0 146786 30 0 0 25 0 1 0 644307556 154079232 36246 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31848/statm: 37617 36246 75 150 0 37464 0
Current children cumulated CPU time (s) 1475.04
Current children cumulated vsize (KiB) 169424

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/83 31884
/proc/meminfo: memFree=1380752/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=151260 CPUtime=1528.13
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 36462 0 0 0 152783 30 0 0 25 0 1 0 644307556 154890240 36448 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/31848/statm: 37815 36448 75 150 0 37662 0
Current children cumulated CPU time (s) 1535.01
Current children cumulated vsize (KiB) 170216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 31884
/proc/meminfo: memFree=1379856/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=152184 CPUtime=1588.09
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 36692 0 0 0 158779 30 0 0 25 0 1 0 644307556 155836416 36678 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31848/statm: 38046 36678 75 150 0 37893 0
Current children cumulated CPU time (s) 1594.97
Current children cumulated vsize (KiB) 171140

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 31884
/proc/meminfo: memFree=1378960/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=152976 CPUtime=1648.07
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 36905 0 0 0 164776 31 0 0 25 0 1 0 644307556 156647424 36891 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/31848/statm: 38244 36891 75 150 0 38091 0
Current children cumulated CPU time (s) 1654.95
Current children cumulated vsize (KiB) 171932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 31884
/proc/meminfo: memFree=1378128/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=154040 CPUtime=1708.03
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 37114 0 0 0 170772 31 0 0 25 0 1 0 644307556 157736960 37100 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31848/statm: 38510 37100 75 150 0 38357 0
Current children cumulated CPU time (s) 1714.91
Current children cumulated vsize (KiB) 172996

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 31884
/proc/meminfo: memFree=1377232/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=154832 CPUtime=1768
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 37326 0 0 0 176768 32 0 0 25 0 1 0 644307556 158547968 37312 996147200 134512640 135127466 4294956256 18446744073709551615 134522669 0 0 4096 3 0 0 0 17 0 0 0
/proc/31848/statm: 38708 37312 75 150 0 38555 0
Current children cumulated CPU time (s) 1774.88
Current children cumulated vsize (KiB) 173788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 31884
/proc/meminfo: memFree=1376720/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=155360 CPUtime=1793.2
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 37446 0 0 0 179288 32 0 0 25 0 1 0 644307556 159088640 37432 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/31848/statm: 38840 37432 75 150 0 38687 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 174316

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

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 31884
/proc/meminfo: memFree=1376720/2055920 swapFree=4157868/4192956
[pid=31824] ppid=31822 vsize=13600 CPUtime=6.88
/proc/31824/stat : 31824 (sugar) S 31822 31824 31425 0 -1 4194304 1033 16105 0 2 4 0 628 56 16 0 1 0 644306850 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31824/statm: 3400 799 370 3 0 500 0
[pid=31847] ppid=31824 vsize=5356 CPUtime=0
/proc/31847/stat : 31847 (sh) S 31824 31824 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644307555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31847/statm: 1339 232 193 169 0 50 0
[pid=31848] ppid=31847 vsize=155360 CPUtime=1793.2
/proc/31848/stat : 31848 (minisat) R 31847 31824 31425 0 -1 4194304 37446 0 0 0 179288 32 0 0 25 0 1 0 644307556 159088640 37432 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/31848/statm: 38840 37432 75 150 0 38687 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 174316

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31824 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=328037
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=604908
# CPU time returned by wait4() is 6.93294
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.56
CPU time (s): 1800.08
CPU user time (s): 1799.2
CPU system time (s): 0.88
CPU usage (%): 99.5861
Max. virtual memory (cumulated for all children) (KiB): 887424

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

runsolver used 2.14967 second user time and 6.08707 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 01:23:57
IDJOB=1080915
IDBENCH=57042
IDSOLVER=346
FILE ID=node60/1080915-1215213837
PBS_JOBID= 7881784
Free space on /tmp= 66476 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 95412b3e8393abe23916a66472a7044f
RANDOM SEED=325123510

node60.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.216
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.216
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:       1537912 kB
Buffers:         61696 kB
Cached:         239168 kB
SwapCached:      29276 kB
Active:         324448 kB
Inactive:       138032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537912 kB
SwapTotal:     4192956 kB
SwapFree:      4157868 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:         167616 kB
Slab:            40620 kB
Committed_AS:  1249380 kB
PageTables:       2152 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= 66480 MiB
End job on node60 at 2008-07-05 01:54:07