Trace number 1069722

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 1816.04

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-45-40.xml
MD5SUM347e8ed0aa59e4cfda2efa577e0ec980
Bench CategoryGLOBAL (global constraints)
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 variables1800
Number of constraints39645
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(39645)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 10:49:39 2008
0.00/0.05	c 0	PID 31018
0.00/0.05	c 0	HOST node78.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069722-1215161379.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-1069722-1215161379.xml' 'HOME/temp.csp'
3.43/3.52	c 4	1 domains, 1800 variables, 0 predicates, 0 relations, 39645 constraints
3.43/3.56	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.43/3.56	c 4	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'
3.47/3.65	c 4	Parsing HOME/temp.csp
4.18/4.34	c 4	parsed 10000 expressions
4.57/4.76	c 5	parsed 20000 expressions
4.97/5.20	c 5	parsed 30000 expressions
5.56/5.70	c 6	parsed 40000 expressions
5.56/5.78	c 6	parsed 41446 expressions
5.56/5.78	c 6	Heap : 24 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.56/5.78	c 6	Converting to clausal form CSP
5.86/6.07	c 6	converted 4145 (10%) expressions
5.96/6.19	c 6	converted 8290 (20%) expressions
6.16/6.31	c 6	converted 12434 (30%) expressions
6.26/6.43	c 6	converted 16579 (40%) expressions
6.36/6.55	c 7	converted 20723 (50%) expressions
6.65/6.85	c 7	converted 24868 (60%) expressions
6.84/7.01	c 7	converted 29013 (70%) expressions
6.94/7.12	c 7	converted 33157 (80%) expressions
7.04/7.24	c 7	converted 37302 (90%) expressions
7.34/7.50	c 7	converted 41446 (100%) expressions
7.34/7.50	c 7	CSP : 3510 integers, 0 booleans, 43065 clauses, largest domain size 21
7.34/7.50	c 7	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.34/7.50	c 7	Propagation in CSP
7.44/7.66	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.44/7.66	c 8	CSP : 3510 integers, 0 booleans, 43065 clauses, largest domain size 21
7.44/7.66	c 8	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.44/7.68	c 8	Simplifing CSP by introducing new Boolean variables
7.44/7.70	c 8	CSP : 3510 integers, 0 booleans, 43065 clauses, largest domain size 21
7.44/7.70	c 8	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.63/7.83	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.63/7.85	c 8	351 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.63/7.85	c 8	702 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.63/7.85	c 8	1053 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.63/7.85	c 8	1404 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.63/7.86	c 8	1755 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.63/7.86	c 8	2106 (60%) CSP integer variables are encoded (1107 clauses, 14455 bytes)
7.63/7.87	c 8	2457 (70%) CSP integer variables are encoded (2374 clauses, 30926 bytes)
7.63/7.87	c 8	2808 (80%) CSP integer variables are encoded (3658 clauses, 47618 bytes)
7.63/7.87	c 8	3159 (90%) CSP integer variables are encoded (4925 clauses, 64089 bytes)
7.63/7.87	c 8	3510 (100%) CSP integer variables are encoded (6210 clauses, 80794 bytes)
7.73/7.95	c 8	4307 (10%) CSP clauses are encoded (10517 clauses, 121101 bytes)
7.73/7.99	c 8	8613 (20%) CSP clauses are encoded (14823 clauses, 166277 bytes)
7.83/8.01	c 8	12920 (30%) CSP clauses are encoded (19130 clauses, 211626 bytes)
7.83/8.04	c 8	17226 (40%) CSP clauses are encoded (23436 clauses, 257153 bytes)
7.83/8.06	c 8	21533 (50%) CSP clauses are encoded (27743 clauses, 302939 bytes)
7.83/8.09	c 8	25839 (60%) CSP clauses are encoded (32049 clauses, 349063 bytes)
7.93/8.12	c 8	30146 (70%) CSP clauses are encoded (36356 clauses, 395728 bytes)
7.93/8.14	c 8	34452 (80%) CSP clauses are encoded (40662 clauses, 445510 bytes)
7.93/8.16	c 8	38759 (90%) CSP clauses are encoded (44969 clauses, 497194 bytes)
8.03/8.28	c 8	43065 (100%) CSP clauses are encoded (95895 clauses, 1341576 bytes)
8.03/8.28	c 8	43065 CSP clauses encoded
8.03/8.28	c 8	Writing map file : HOME/temp.map
8.12/8.32	c 8	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.12/8.32	c 8	SAT : 9720 SAT variables, 95895 SAT clauses, 1341576 bytes
8.12/8.32	c 8	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.12/8.35	c 8	SOLVING HOME/temp.cnf
8.12/8.35	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.12/8.36	c 8	This is MiniSat 2.0 beta
8.12/8.36	c 8	WARNING: for repeatability, setting FPU to use double precision
8.12/8.36	c 8	============================[ Problem Statistics ]=============================
8.12/8.36	c 8	|                                                                             |
8.12/8.36	c 8	|  Number of variables:  9720                                                 |
8.12/8.36	c 8	|  Number of clauses:    95895                                                |
8.19/8.41	c 8	|  Parsing time:         0.04         s                                       |
8.19/8.41	c 8	============================[ Search Statistics ]==============================
8.19/8.41	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.19/8.41	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.19/8.41	c 8	===============================================================================
8.19/8.41	c 8	|         0 |    9720    95895   225990 |    31965        0    nan |  0.000 % |
8.19/8.42	c 8	|       100 |    9720    95895   225990 |    35161      100      3 |  0.000 % |
8.19/8.43	c 8	|       251 |    9720    95895   225990 |    38677      251     16 |  0.000 % |
8.19/8.47	c 8	|       478 |    9720    95895   225990 |    42545      478     27 |  0.000 % |
8.19/8.51	c 8	|       816 |    9720    95895   225990 |    46799      816     37 |  0.000 % |
8.19/8.56	c 9	|      1322 |    9720    95895   225990 |    51479     1322     31 |  0.000 % |
8.19/8.63	c 9	|      2083 |    9720    95895   225990 |    56627     2083     27 |  0.000 % |
8.52/8.79	c 9	|      3222 |    9720    95895   225990 |    62290     3222     38 |  0.000 % |
8.81/9.04	c 9	|      4930 |    9720    95895   225990 |    68519     4930     46 |  0.000 % |
9.11/9.31	c 9	|      7493 |    9720    95895   225990 |    75371     7493     43 |  0.000 % |
9.41/9.66	c 10	|     11337 |    9720    95895   225990 |    82908    11337     36 |  0.000 % |
10.30/10.54	c 11	|     17104 |    9720    95895   225990 |    91199    17104     42 |  0.000 % |
11.59/11.82	c 12	|     25753 |    9720    95895   225990 |   100319    25753     43 |  0.000 % |
14.85/15.19	c 15	|     38728 |    9720    95895   225990 |   110351    38728     52 |  0.000 % |
20.00/20.39	c 20	|     58189 |    9720    95895   225990 |   121387    58189     53 |  0.000 % |
31.10/31.58	c 32	|     87381 |    9720    95895   225990 |   133525    87381     58 |  0.000 % |
54.29/55.00	c 55	|    131170 |    9720    95895   225990 |   146878   131170     64 |  0.000 % |
114.02/115.23	c 115	|    196854 |    9720    95895   225990 |   161566    56776    104 |  0.000 % |
175.53/177.35	c 177	|    295380 |    9720    95895   225990 |   177722   155302     73 |  0.000 % |
295.40/298.30	c 298	|    443169 |    9720    95895   225990 |   195495   131979     74 |  0.000 % |
508.27/513.23	c 513	|    664852 |    9720    95895   225990 |   215044   166243     49 |  0.000 % |
801.17/808.97	c 809	|    997378 |    9720    95895   225990 |   236548    92278     66 |  0.000 % |
1588.09/1602.00	c 1602	|   1496166 |    9720    95895   225990 |   260203   146233     53 |  0.000 % |
1800.09/1816.02	c ERROR INTERRUPTED
1800.09/1816.03	s UNKNOWN
1800.09/1816.03	c 1816	CPU 7.88 (0.04 0.01 7.84 0.3)
1800.09/1816.03	c 1816	END Fri Jul  4 11:19:55 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-1069722-1215161379/watcher-1069722-1215161379 -o /tmp/evaluation-result-1069722-1215161379/solver-1069722-1215161379 -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-1069722-1215161379.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.97 1.98 4/85 31018
/proc/meminfo: memFree=1669432/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=12268 CPUtime=0
/proc/31018/stat : 31018 (sugar) R 31016 31018 30229 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 240232911 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255372732928 0 0 4224 0 0 0 0 17 1 0 0
/proc/31018/statm: 3067 316 241 3 0 167 0

[startup+0.0911219 s]
/proc/loadavg: 1.92 1.97 1.98 4/85 31018
/proc/meminfo: memFree=1669432/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=0.03
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240232911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101122 s]
/proc/loadavg: 1.92 1.97 1.98 4/85 31018
/proc/meminfo: memFree=1669432/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=0.03
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240232911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301144 s]
/proc/loadavg: 1.92 1.97 1.98 4/85 31018
/proc/meminfo: memFree=1669432/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=0.03
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240232911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701186 s]
/proc/loadavg: 1.92 1.97 1.98 4/85 31018
/proc/meminfo: memFree=1669432/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=0.03
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240232911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50227 s]
/proc/loadavg: 1.92 1.97 1.98 3/96 31030
/proc/meminfo: memFree=1636000/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=0.03
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240232911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 796 370 3 0 500 0
[pid=31021] ppid=31018 vsize=5356 CPUtime=0
/proc/31021/stat : 31021 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 240232917 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31021/statm: 1339 233 193 169 0 50 0
[pid=31022] ppid=31021 vsize=864660 CPUtime=1.42
/proc/31022/stat : 31022 (java) S 31021 31018 30229 0 -1 0 17726 0 1 0 132 10 0 0 18 0 9 0 240232917 885411840 14803 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31022/statm: 216165 14803 2529 9 0 210747 0
[pid=31022/tid=31023] ppid=31021 vsize=864660 CPUtime=0.69
/proc/31022/task/31023/stat : 31023 (java) R 31021 31018 30229 0 -1 64 3310 0 1 0 65 4 0 0 25 0 9 0 240232918 885411840 14803 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31024] ppid=31021 vsize=864660 CPUtime=0.59
/proc/31022/task/31024/stat : 31024 (java) R 31021 31018 30229 0 -1 64 13212 0 0 0 54 5 0 0 16 0 9 0 240232919 885411840 14803 996147200 134512640 134550740 4294956000 18446744073709551615 102114015 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31025] ppid=31021 vsize=864660 CPUtime=0
/proc/31022/task/31025/stat : 31025 (java) S 31021 31018 30229 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 240232919 885411840 14803 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31026] ppid=31021 vsize=864660 CPUtime=0
/proc/31022/task/31026/stat : 31026 (java) S 31021 31018 30229 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 240232919 885411840 14803 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31027] ppid=31021 vsize=864660 CPUtime=0
/proc/31022/task/31027/stat : 31027 (java) S 31021 31018 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240232921 885411840 14803 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31028] ppid=31021 vsize=864660 CPUtime=0.12
/proc/31022/task/31028/stat : 31028 (java) S 31021 31018 30229 0 -1 64 505 0 0 0 12 0 0 0 16 0 9 0 240232921 885411840 14803 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31029] ppid=31021 vsize=864660 CPUtime=0
/proc/31022/task/31029/stat : 31029 (java) S 31021 31018 30229 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 240232921 885411840 14803 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31030] ppid=31021 vsize=864660 CPUtime=0
/proc/31022/task/31030/stat : 31030 (java) S 31021 31018 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240232921 885411840 14803 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883616

[startup+3.10244 s]
/proc/loadavg: 1.92 1.97 1.98 3/96 31030
/proc/meminfo: memFree=1595680/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=0.03
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240232911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 796 370 3 0 500 0
[pid=31021] ppid=31018 vsize=5356 CPUtime=0
/proc/31021/stat : 31021 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 240232917 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31021/statm: 1339 233 193 169 0 50 0
[pid=31022] ppid=31021 vsize=864660 CPUtime=3
/proc/31022/stat : 31022 (java) S 31021 31018 30229 0 -1 0 23542 0 1 0 287 13 0 0 18 0 9 0 240232917 885411840 20574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31022/statm: 216165 20574 2529 9 0 210747 0
[pid=31022/tid=31023] ppid=31021 vsize=864660 CPUtime=1.89
/proc/31022/task/31023/stat : 31023 (java) R 31021 31018 30229 0 -1 64 3364 0 1 0 185 4 0 0 25 0 9 0 240232918 885411840 20574 996147200 134512640 134550740 4294956000 18446744073709551615 4126729607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31024] ppid=31021 vsize=864660 CPUtime=0.89
/proc/31022/task/31024/stat : 31024 (java) S 31021 31018 30229 0 -1 64 18929 0 0 0 82 7 0 0 16 0 9 0 240232919 885411840 20574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31025] ppid=31021 vsize=864660 CPUtime=0
/proc/31022/task/31025/stat : 31025 (java) S 31021 31018 30229 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 240232919 885411840 20574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31026] ppid=31021 vsize=864660 CPUtime=0
/proc/31022/task/31026/stat : 31026 (java) S 31021 31018 30229 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 240232919 885411840 20574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31027] ppid=31021 vsize=864660 CPUtime=0
/proc/31022/task/31027/stat : 31027 (java) S 31021 31018 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240232921 885411840 20574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31028] ppid=31021 vsize=864660 CPUtime=0.19
/proc/31022/task/31028/stat : 31028 (java) S 31021 31018 30229 0 -1 64 550 0 0 0 19 0 0 0 16 0 9 0 240232921 885411840 20574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31029] ppid=31021 vsize=864660 CPUtime=0
/proc/31022/task/31029/stat : 31029 (java) S 31021 31018 30229 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 240232921 885411840 20574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31022/tid=31030] ppid=31021 vsize=864660 CPUtime=0
/proc/31022/task/31030/stat : 31030 (java) S 31021 31018 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240232921 885411840 20574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883616

[startup+6.30445 s]
/proc/loadavg: 1.93 1.97 1.98 6/96 31040
/proc/meminfo: memFree=1636960/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=3.47
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 974 23984 0 1 3 0 328 16 15 0 1 0 240232911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 797 370 3 0 500 0
[pid=31031] ppid=31018 vsize=5356 CPUtime=0
/proc/31031/stat : 31031 (sh) S 31018 31018 30229 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 240233268 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31031/statm: 1339 233 193 169 0 50 0
[pid=31032] ppid=31031 vsize=868320 CPUtime=2.69
/proc/31032/stat : 31032 (java) S 31031 31018 30229 0 -1 0 13961 0 1 0 260 9 0 0 18 0 9 0 240233269 889159680 12663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31032/statm: 217080 12663 2542 9 0 211655 0
[pid=31032/tid=31033] ppid=31031 vsize=868320 CPUtime=1.79
/proc/31032/task/31033/stat : 31033 (java) R 31031 31018 30229 0 -1 64 2976 0 1 0 176 3 0 0 25 0 9 0 240233270 889159680 12663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31032/tid=31034] ppid=31031 vsize=868320 CPUtime=0.69
/proc/31032/task/31034/stat : 31034 (java) S 31031 31018 30229 0 -1 64 8813 0 0 0 65 4 0 0 15 0 9 0 240233271 889159680 12663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31032/tid=31035] ppid=31031 vsize=868320 CPUtime=0
/proc/31032/task/31035/stat : 31035 (java) S 31031 31018 30229 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 240233271 889159680 12663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31032/tid=31036] ppid=31031 vsize=868320 CPUtime=0
/proc/31032/task/31036/stat : 31036 (java) S 31031 31018 30229 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 240233271 889159680 12663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31032/tid=31037] ppid=31031 vsize=868320 CPUtime=0
/proc/31032/task/31037/stat : 31037 (java) S 31031 31018 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240233273 889159680 12663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31032/tid=31038] ppid=31031 vsize=868320 CPUtime=0.19
/proc/31032/task/31038/stat : 31038 (java) S 31031 31018 30229 0 -1 64 1474 0 0 0 19 0 0 0 16 0 9 0 240233273 889159680 12663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31032/tid=31039] ppid=31031 vsize=868320 CPUtime=0
/proc/31032/task/31039/stat : 31039 (java) S 31031 31018 30229 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 240233273 889159680 12663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31032/tid=31040] ppid=31031 vsize=868320 CPUtime=0
/proc/31032/task/31040/stat : 31040 (java) S 31031 31018 30229 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 240233273 889159680 12663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887276

[startup+12.7014 s]
/proc/loadavg: 1.93 1.97 1.98 3/88 31042
/proc/meminfo: memFree=1651936/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=13344 CPUtime=4.29
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 3166 0 0 0 428 1 0 0 25 0 1 0 240233748 13664256 3152 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 3336 3152 76 150 0 3183 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 32300

[startup+25.5018 s]
/proc/loadavg: 1.95 1.97 1.98 3/88 31042
/proc/meminfo: memFree=1638176/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=26440 CPUtime=16.96
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 6428 0 0 0 1693 3 0 0 25 0 1 0 240233748 27074560 6414 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 6610 6414 76 150 0 6457 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 45396

[startup+51.1015 s]
/proc/loadavg: 1.96 1.97 1.98 3/88 31042
/proc/meminfo: memFree=1621024/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=43724 CPUtime=42.33
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 10762 0 0 0 4225 8 0 0 25 0 1 0 240233748 44773376 10748 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 10931 10748 76 150 0 10778 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 62680

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.98 3/88 31042
/proc/meminfo: memFree=1608800/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1562408/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=101708 CPUtime=1281.75
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 25012 0 0 0 128145 30 0 0 25 0 1 0 240233748 104148992 24998 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 25427 24998 76 150 0 25274 0
Current children cumulated CPU time (s) 1289.94
Current children cumulated vsize (KiB) 120664

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/96 31059
/proc/meminfo: memFree=1518240/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=101708 CPUtime=1341.28
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 25012 0 0 0 134098 30 0 0 25 0 1 0 240233748 104148992 24998 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/31042/statm: 25427 24998 76 150 0 25274 0
Current children cumulated CPU time (s) 1349.47
Current children cumulated vsize (KiB) 120664

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/96 31059
/proc/meminfo: memFree=1517280/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=101708 CPUtime=1401.26
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 25012 0 0 0 140095 31 0 0 25 0 1 0 240233748 104148992 24998 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31042/statm: 25427 24998 76 150 0 25274 0
Current children cumulated CPU time (s) 1409.45
Current children cumulated vsize (KiB) 120664

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/96 31059
/proc/meminfo: memFree=1517152/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=101708 CPUtime=1461.23
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 25012 0 0 0 146092 31 0 0 25 0 1 0 240233748 104148992 24998 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31042/statm: 25427 24998 76 150 0 25274 0
Current children cumulated CPU time (s) 1469.42
Current children cumulated vsize (KiB) 120664

[startup+1542.3 s]
/proc/loadavg: 1.92 1.94 1.97 3/84 31156
/proc/meminfo: memFree=1579672/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=101708 CPUtime=1520.76
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 25012 0 0 0 152044 32 0 0 25 0 1 0 240233748 104148992 24998 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 25427 24998 76 150 0 25274 0
Current children cumulated CPU time (s) 1528.95
Current children cumulated vsize (KiB) 120664

[startup+1602.3 s]
/proc/loadavg: 1.97 1.95 1.97 3/84 31156
/proc/meminfo: memFree=1579544/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=101708 CPUtime=1580.2
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 25012 0 0 0 157988 32 0 0 25 0 1 0 240233748 104148992 24998 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 25427 24998 76 150 0 25274 0
Current children cumulated CPU time (s) 1588.39
Current children cumulated vsize (KiB) 120664

[startup+1662.3 s]
/proc/loadavg: 1.99 1.96 1.97 3/84 31156
/proc/meminfo: memFree=1562648/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=118744 CPUtime=1639.63
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 29241 0 0 0 163926 37 0 0 25 0 1 0 240233748 121593856 29227 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 29686 29227 76 150 0 29533 0
Current children cumulated CPU time (s) 1647.82
Current children cumulated vsize (KiB) 137700

[startup+1722.3 s]
/proc/loadavg: 1.99 1.96 1.97 3/84 31156
/proc/meminfo: memFree=1559000/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=122300 CPUtime=1699.08
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 30119 0 0 0 169870 38 0 0 25 0 1 0 240233748 125235200 30105 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 30575 30105 76 150 0 30422 0
Current children cumulated CPU time (s) 1707.27
Current children cumulated vsize (KiB) 141256

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/84 31156
/proc/meminfo: memFree=1558936/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=122300 CPUtime=1758.51
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 30119 0 0 0 175813 38 0 0 25 0 1 0 240233748 125235200 30105 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 30575 30105 76 150 0 30422 0
Current children cumulated CPU time (s) 1766.7
Current children cumulated vsize (KiB) 141256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816 s]
/proc/loadavg: 1.99 1.97 1.97 3/84 31156
/proc/meminfo: memFree=1551000/2055912 swapFree=4178532/4192956
[pid=31018] ppid=31016 vsize=13600 CPUtime=8.19
/proc/31018/stat : 31018 (sugar) S 31016 31018 30229 0 -1 4194304 1033 43020 0 2 4 1 784 30 16 0 1 0 240232911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31018/statm: 3400 799 370 3 0 500 0
[pid=31041] ppid=31018 vsize=5356 CPUtime=0
/proc/31041/stat : 31041 (sh) S 31018 31018 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240233747 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31041/statm: 1339 232 193 169 0 50 0
[pid=31042] ppid=31041 vsize=130432 CPUtime=1791.9
/proc/31042/stat : 31042 (minisat) R 31041 31018 30229 0 -1 4194304 32128 0 0 0 179150 40 0 0 25 0 1 0 240233748 133562368 32114 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/31042/statm: 32608 32114 76 150 0 32455 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 149388

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31018 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=882801
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=321951
# CPU time returned by wait4() is 8.20475
# 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): 1816.04
CPU time (s): 1800.09
CPU user time (s): 1799.38
CPU system time (s): 0.71
CPU usage (%): 99.1218
Max. virtual memory (cumulated for all children) (KiB): 887896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.8828
system time used= 0.321951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44398
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= 4407
involuntary context switches= 4441

runsolver used 1.9467 second user time and 6.33604 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 10:49:39
IDJOB=1069722
IDBENCH=55683
IDSOLVER=346
FILE ID=node78/1069722-1215161379
PBS_JOBID= 7881444
Free space on /tmp= 126764 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-45-40.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-1069722-1215161379/watcher-1069722-1215161379 -o /tmp/evaluation-result-1069722-1215161379/solver-1069722-1215161379 -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-1069722-1215161379.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 347e8ed0aa59e4cfda2efa577e0ec980
RANDOM SEED=488427487

node78.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.247
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.247
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:      2055912 kB
MemFree:       1669912 kB
Buffers:         40312 kB
Cached:         251236 kB
SwapCached:       7584 kB
Active:         258944 kB
Inactive:        72208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1669912 kB
SwapTotal:     4192956 kB
SwapFree:      4178532 kB
Dirty:            7940 kB
Writeback:           0 kB
Mapped:          57548 kB
Slab:            39860 kB
Committed_AS:   652784 kB
PageTables:       1780 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126784 MiB
End job on node78 at 2008-07-04 11:19:57