Trace number 1041830

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.06 1815.54

General information on the benchmark

Namecsp/cjss/
normalized-ft10x2-837.xml
MD5SUM5cfa427c258a5a1491bc4b587b0b078f
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 variables201
Number of constraints210
Maximum constraint arity20
Maximum domain size838
Number of constraints which are defined in extension0
Number of constraints which are defined in intension200
Global constraints used (with number of constraints)cumulative(10)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:15:36 2008
0.00/0.04	c 0	PID 24260
0.00/0.04	c 0	HOST node31.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1041830-1215000936.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041830-1215000936.xml' 'HOME/temp.csp'
0.04/0.37	c 0	2 domains, 201 variables, 1 predicates, 0 relations, 210 constraints
0.04/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.42	c 0	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.39/0.51	c 0	Parsing HOME/temp.csp
0.39/0.63	c 0	parsed 414 expressions
0.39/0.63	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.63	c 0	Converting to clausal form CSP
0.39/0.65	c 0	converted 42 (10%) expressions
0.39/0.65	c 0	converted 83 (20%) expressions
0.39/0.65	c 0	converted 125 (30%) expressions
0.39/0.66	c 0	converted 166 (40%) expressions
0.39/0.66	c 0	converted 207 (50%) expressions
0.39/0.67	c 0	converted 249 (60%) expressions
0.39/0.68	c 0	converted 290 (70%) expressions
0.39/0.69	c 0	converted 332 (80%) expressions
0.39/0.70	c 0	converted 373 (90%) expressions
35.90/36.34	c 36	converted 414 (100%) expressions
35.90/36.38	c 36	CSP : 351967 integers, 157182 booleans, 1019831 clauses, largest domain size 838
35.90/36.38	c 36	Heap : 578 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.90/36.38	c 36	Propagation in CSP
49.17/49.71	c 49	415218 values, 0 unsatisfiable literals, and 117 valid clauses are removed
49.17/49.75	c 49	CSP : 351967 integers, 157182 booleans, 1019714 clauses, largest domain size 445
49.17/49.75	c 49	Heap : 628 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.46/50.01	c 50	Simplifing CSP by introducing new Boolean variables
49.86/50.42	c 50	CSP : 351967 integers, 157182 booleans, 1019714 clauses, largest domain size 445
49.86/50.42	c 50	Heap : 650 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
53.43/54.08	c 54	Encoding CSP to SAT : HOME/temp.cnf
53.73/54.31	c 54	35197 (10%) CSP integer variables are encoded (81013 clauses, 1202741 bytes)
53.73/54.38	c 54	70394 (20%) CSP integer variables are encoded (97119 clauses, 1476543 bytes)
53.82/54.45	c 54	105591 (30%) CSP integer variables are encoded (113227 clauses, 1750379 bytes)
53.92/54.52	c 54	140787 (40%) CSP integer variables are encoded (129397 clauses, 2025269 bytes)
53.92/54.58	c 54	175984 (50%) CSP integer variables are encoded (145420 clauses, 2297660 bytes)
54.02/54.65	c 54	211181 (60%) CSP integer variables are encoded (161287 clauses, 2567399 bytes)
54.12/54.71	c 54	246377 (70%) CSP integer variables are encoded (177213 clauses, 2838141 bytes)
54.12/54.78	c 54	281574 (80%) CSP integer variables are encoded (193156 clauses, 3109172 bytes)
54.22/54.84	c 54	316771 (90%) CSP integer variables are encoded (209171 clauses, 3381427 bytes)
54.32/54.91	c 54	351967 (100%) CSP integer variables are encoded (224980 clauses, 3650180 bytes)
55.21/55.84	c 55	101972 (10%) CSP clauses are encoded (456640 clauses, 7487661 bytes)
56.00/56.66	c 56	203943 (20%) CSP clauses are encoded (630372 clauses, 10707745 bytes)
56.79/57.46	c 57	305915 (30%) CSP clauses are encoded (803804 clauses, 13924559 bytes)
57.59/58.28	c 58	407886 (40%) CSP clauses are encoded (978026 clauses, 17157575 bytes)
58.47/59.10	c 59	509857 (50%) CSP clauses are encoded (1150833 clauses, 20365122 bytes)
59.26/59.93	c 60	611829 (60%) CSP clauses are encoded (1323360 clauses, 23563052 bytes)
60.05/60.75	c 60	713800 (70%) CSP clauses are encoded (1496146 clauses, 26767201 bytes)
60.85/61.57	c 61	815772 (80%) CSP clauses are encoded (1669090 clauses, 29974313 bytes)
61.64/62.39	c 62	917743 (90%) CSP clauses are encoded (1842490 clauses, 33190639 bytes)
62.53/63.21	c 63	1019714 (100%) CSP clauses are encoded (2015208 clauses, 36391521 bytes)
62.53/63.21	c 63	1019714 CSP clauses encoded
62.53/63.21	c 63	Writing map file : HOME/temp.map
62.53/63.26	c 63	Heap : 619 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
62.53/63.26	c 63	SAT : 723980 SAT variables, 2015208 SAT clauses, 36391521 bytes
62.53/63.26	c 63	Heap : 619 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
62.68/63.42	c 63	SOLVING HOME/temp.cnf
62.68/63.42	c 63	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
62.68/63.43	c 63	This is MiniSat 2.0 beta
62.68/63.43	c 63	WARNING: for repeatability, setting FPU to use double precision
62.68/63.43	c 63	============================[ Problem Statistics ]=============================
62.68/63.43	c 63	|                                                                             |
62.68/63.43	c 63	|  Number of variables:  723980                                               |
62.68/63.43	c 63	|  Number of clauses:    2015208                                              |
63.66/64.46	c 64	|  Parsing time:         0.89         s                                       |
63.76/64.53	c 64	============================[ Search Statistics ]==============================
63.76/64.53	c 64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
63.76/64.53	c 64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
63.76/64.53	c 64	===============================================================================
63.76/64.53	c 64	|         0 |  380646  1046799  2325710 |   348933        0    nan |  0.000 % |
65.55/66.38	c 66	|       101 |  380646  1046799  2325710 |   383826      101     23 | 47.423 % |
67.72/68.54	c 68	|       253 |  380646  1046799  2325710 |   422208      253     28 | 47.423 % |
70.99/71.83	c 71	|       479 |  380646  1046799  2325710 |   464429      479     27 | 47.423 % |
77.34/78.25	c 78	|       816 |  380646  1046799  2325710 |   510872      816     30 | 47.423 % |
89.22/90.29	c 90	|      1323 |  380646  1046799  2325710 |   561960     1323     35 | 47.423 % |
100.91/102.01	c 102	|      2083 |  380646  1046799  2325710 |   618156     2083     36 | 47.423 % |
120.52/121.89	c 121	|      3222 |  380646  1046799  2325710 |   679971     3222     37 | 47.423 % |
145.88/147.49	c 147	|      4930 |  380646  1046799  2325710 |   747968     4930     36 | 47.423 % |
185.61/187.50	c 187	|      7492 |  380646  1046799  2325710 |   822765     7492     36 | 47.423 % |
247.92/250.46	c 250	|     11336 |  380646  1046799  2325710 |   905042    11336     34 | 47.423 % |
371.05/374.75	c 374	|     17102 |  380646  1046799  2325710 |   995546    17102     46 | 47.423 % |
537.98/543.25	c 543	|     25751 |  380646  1046799  2325710 |  1095101    25751     46 | 47.423 % |
767.81/775.20	c 775	|     38726 |  380646  1046799  2325710 |  1204611    38726     46 | 47.423 % |
1118.30/1129.02	c 1129	|     58187 |  380550  1046487  2325062 |  1325072    55539     48 | 47.436 % |
1658.91/1674.33	c 1674	|     87381 |  380550  1046487  2325062 |  1457579    84733     46 | 47.436 % |
1800.06/1815.51	c ERROR INTERRUPTED
1800.06/1815.53	s UNKNOWN
1800.06/1815.53	c 1815	CPU 61.43 (0.04 0.01 61.39 1.29)
1800.06/1815.53	c 1815	END Wed Jul  2 14:45:51 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-1041830-1215000936/watcher-1041830-1215000936 -o /tmp/evaluation-result-1041830-1215000936/solver-1041830-1215000936 -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-1041830-1215000936.xml 

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 1.93 4/72 24260
/proc/meminfo: memFree=1915600/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=18572 CPUtime=0
/proc/24260/stat : 24260 (runsolver) R 24258 24260 22987 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1979067586 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 225612197159 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24260/statm: 4643 292 257 25 0 2626 0

[startup+0.133965 s]
/proc/loadavg: 2.07 2.02 1.93 4/72 24260
/proc/meminfo: memFree=1915600/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=0.04
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 900 127 0 0 3 1 0 0 22 0 1 0 1979067586 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.20197 s]
/proc/loadavg: 2.07 2.02 1.93 4/72 24260
/proc/meminfo: memFree=1915600/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=0.04
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 900 127 0 0 3 1 0 0 22 0 1 0 1979067586 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301977 s]
/proc/loadavg: 2.07 2.02 1.93 4/72 24260
/proc/meminfo: memFree=1915600/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=0.04
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 900 127 0 0 3 1 0 0 22 0 1 0 1979067586 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702009 s]
/proc/loadavg: 2.07 2.02 1.93 4/72 24260
/proc/meminfo: memFree=1915600/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=0.39
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 973 4477 0 1 3 1 32 3 15 0 1 0 1979067586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 2.06 2.02 1.93 4/83 24282
/proc/meminfo: memFree=1895024/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=0.39
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 973 4477 0 1 3 1 32 3 15 0 1 0 1979067586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 797 370 3 0 500 0
[pid=24273] ppid=24260 vsize=5356 CPUtime=0
/proc/24273/stat : 24273 (sh) S 24260 24260 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979067628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24273/statm: 1339 233 193 169 0 50 0
[pid=24274] ppid=24273 vsize=868360 CPUtime=1.04
/proc/24274/stat : 24274 (java) S 24273 24260 22987 0 -1 0 9190 0 1 0 99 5 0 0 18 0 9 0 1979067629 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 217090 8387 2539 9 0 211665 0
[pid=24274/tid=24275] ppid=24273 vsize=868360 CPUtime=0.56
/proc/24274/task/24275/stat : 24275 (java) R 24273 24260 22987 0 -1 64 2686 0 1 0 55 1 0 0 21 0 9 0 1979067630 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4126401472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24276] ppid=24273 vsize=868360 CPUtime=0.24
/proc/24274/task/24276/stat : 24276 (java) S 24273 24260 22987 0 -1 64 4325 0 0 0 23 1 0 0 16 0 9 0 1979067631 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24273 24260 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979067631 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24278] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24273 24260 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979067631 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24279] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24273 24260 22987 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979067633 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24280] ppid=24273 vsize=868360 CPUtime=0.21
/proc/24274/task/24280/stat : 24280 (java) S 24273 24260 22987 0 -1 64 1486 0 0 0 20 1 0 0 16 0 9 0 1979067633 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24281] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24273 24260 22987 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979067633 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24282] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24273 24260 22987 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979067633 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887316

[startup+3.10522 s]
/proc/loadavg: 2.06 2.02 1.93 4/83 24282
/proc/meminfo: memFree=1878960/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=0.39
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 973 4477 0 1 3 1 32 3 15 0 1 0 1979067586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 797 370 3 0 500 0
[pid=24273] ppid=24260 vsize=5356 CPUtime=0
/proc/24273/stat : 24273 (sh) S 24260 24260 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979067628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24273/statm: 1339 233 193 169 0 50 0
[pid=24274] ppid=24273 vsize=868360 CPUtime=2.63
/proc/24274/stat : 24274 (java) S 24273 24260 22987 0 -1 0 15822 0 1 0 255 8 0 0 18 0 9 0 1979067629 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 217090 14643 2540 9 0 211665 0
[pid=24274/tid=24275] ppid=24273 vsize=868360 CPUtime=1.43
/proc/24274/task/24275/stat : 24275 (java) R 24273 24260 22987 0 -1 64 3277 0 1 0 141 2 0 0 25 0 9 0 1979067630 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24276] ppid=24273 vsize=868360 CPUtime=0.95
/proc/24274/task/24276/stat : 24276 (java) R 24273 24260 22987 0 -1 64 10364 0 0 0 92 3 0 0 16 0 9 0 1979067631 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 102723282 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24273 24260 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979067631 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24278] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24273 24260 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979067631 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24279] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24273 24260 22987 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979067633 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24280] ppid=24273 vsize=868360 CPUtime=0.22
/proc/24274/task/24280/stat : 24280 (java) S 24273 24260 22987 0 -1 64 1488 0 0 0 21 1 0 0 16 0 9 0 1979067633 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24281] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24273 24260 22987 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979067633 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24282] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24273 24260 22987 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979067633 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887316

[startup+6.3025 s]
/proc/loadavg: 2.06 2.02 1.93 3/83 24282
/proc/meminfo: memFree=1818352/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=0.39
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 973 4477 0 1 3 1 32 3 15 0 1 0 1979067586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 797 370 3 0 500 0
[pid=24273] ppid=24260 vsize=5356 CPUtime=0
/proc/24273/stat : 24273 (sh) S 24260 24260 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979067628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24273/statm: 1339 233 193 169 0 50 0
[pid=24274] ppid=24273 vsize=868360 CPUtime=5.79
/proc/24274/stat : 24274 (java) S 24273 24260 22987 0 -1 0 31794 0 1 0 564 15 0 0 18 0 9 0 1979067629 889200640 30087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 217090 30087 2540 9 0 211665 0
[pid=24274/tid=24275] ppid=24273 vsize=868360 CPUtime=3.45
/proc/24274/task/24275/stat : 24275 (java) R 24273 24260 22987 0 -1 64 3767 0 1 0 343 2 0 0 25 0 9 0 1979067630 889200640 30087 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24276] ppid=24273 vsize=868360 CPUtime=2.1
/proc/24274/task/24276/stat : 24276 (java) S 24273 24260 22987 0 -1 64 25833 0 0 0 199 11 0 0 16 0 9 0 1979067631 889200640 30087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24273 24260 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979067631 889200640 30087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24278] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24273 24260 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979067631 889200640 30087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24279] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24273 24260 22987 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979067633 889200640 30087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24280] ppid=24273 vsize=868360 CPUtime=0.23
/proc/24274/task/24280/stat : 24280 (java) S 24273 24260 22987 0 -1 64 1501 0 0 0 22 1 0 0 16 0 9 0 1979067633 889200640 30087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24281] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24273 24260 22987 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979067633 889200640 30087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24282] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24273 24260 22987 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979067633 889200640 30087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887316

[startup+12.7021 s]
/proc/loadavg: 2.13 2.03 1.93 4/83 24282
/proc/meminfo: memFree=1724272/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=0.39
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 973 4477 0 1 3 1 32 3 15 0 1 0 1979067586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 797 370 3 0 500 0
[pid=24273] ppid=24260 vsize=5356 CPUtime=0
/proc/24273/stat : 24273 (sh) S 24260 24260 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979067628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24273/statm: 1339 233 193 169 0 50 0
[pid=24274] ppid=24273 vsize=868360 CPUtime=12.13
/proc/24274/stat : 24274 (java) S 24273 24260 22987 0 -1 0 63298 0 1 0 1184 29 0 0 18 0 9 0 1979067629 889200640 52703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 217090 52703 2540 9 0 211665 0
[pid=24274/tid=24275] ppid=24273 vsize=868360 CPUtime=6.85
/proc/24274/task/24275/stat : 24275 (java) R 24273 24260 22987 0 -1 64 5071 0 1 0 682 3 0 0 25 0 9 0 1979067630 889200640 52703 996147200 134512640 134550740 4294955952 18446744073709551615 4126603686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24276] ppid=24273 vsize=868360 CPUtime=5.02
/proc/24274/task/24276/stat : 24276 (java) S 24273 24260 22987 0 -1 64 56033 0 0 0 479 23 0 0 16 0 9 0 1979067631 889200640 52703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24273 24260 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979067631 889200640 52703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24278] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24273 24260 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979067631 889200640 52703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24279] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24279/stat : 24279 (java) S 24273 24260 22987 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979067633 889200640 52703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24280] ppid=24273 vsize=868360 CPUtime=0.23
/proc/24274/task/24280/stat : 24280 (java) S 24273 24260 22987 0 -1 64 1501 0 0 0 22 1 0 0 16 0 9 0 1979067633 889200640 52703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24281] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24281/stat : 24281 (java) S 24273 24260 22987 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979067633 889200640 52703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24282] ppid=24273 vsize=868360 CPUtime=0
/proc/24274/task/24282/stat : 24282 (java) S 24273 24260 22987 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979067633 889200640 52703 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887316

[startup+25.5022 s]
/proc/loadavg: 2.18 2.05 1.94 4/83 24282
/proc/meminfo: memFree=1478584/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=0.39
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 973 4477 0 1 3 1 32 3 15 0 1 0 1979067586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 797 370 3 0 500 0
[pid=24273] ppid=24260 vsize=5356 CPUtime=0
/proc/24273/stat : 24273 (sh) S 24260 24260 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979067628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24273/statm: 1339 233 193 169 0 50 0
[pid=24274] ppid=24273 vsize=872364 CPUtime=24.81
/proc/24274/stat : 24274 (java) S 24273 24260 22987 0 -1 0 127392 0 1 0 2427 54 0 0 18 0 9 0 1979067629 893300736 110884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24274/statm: 218091 110884 2540 9 0 212666 0
[pid=24274/tid=24275] ppid=24273 vsize=872364 CPUtime=14.48
/proc/24274/task/24275/stat : 24275 (java) R 24273 24260 22987 0 -1 64 6736 0 1 0 1444 4 0 0 25 0 9 0 1979067630 893300736 110884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24276] ppid=24273 vsize=872364 CPUtime=10.07
/proc/24274/task/24276/stat : 24276 (java) R 24273 24260 22987 0 -1 64 118462 0 0 0 960 47 0 0 16 0 9 0 1979067631 893300736 110884 996147200 134512640 134550740 4294955952 18446744073709551615 102721922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24277] ppid=24273 vsize=872364 CPUtime=0
/proc/24274/task/24277/stat : 24277 (java) S 24273 24260 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979067631 893300736 110884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24274/tid=24278] ppid=24273 vsize=872364 CPUtime=0
/proc/24274/task/24278/stat : 24278 (java) S 24273 24260 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979067631 893300736 110884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1768440/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=62.73
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 1034 225679 0 2 4 1 6139 129 16 0 1 0 1979067586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 799 370 3 0 500 0
[pid=24283] ppid=24260 vsize=5356 CPUtime=0
/proc/24283/stat : 24283 (sh) S 24260 24260 22987 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24283/statm: 1339 232 193 169 0 50 0
[pid=24284] ppid=24283 vsize=120992 CPUtime=1227.25
/proc/24284/stat : 24284 (minisat) R 24283 24260 22987 0 -1 4194304 27118 0 0 0 122705 20 0 0 25 0 1 0 1979073929 123895808 27104 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/24284/statm: 30248 27104 76 150 0 30095 0
Current children cumulated CPU time (s) 1289.98
Current children cumulated vsize (KiB) 139948

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 24286
/proc/meminfo: memFree=1767672/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=62.73
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 1034 225679 0 2 4 1 6139 129 16 0 1 0 1979067586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 799 370 3 0 500 0
[pid=24283] ppid=24260 vsize=5356 CPUtime=0
/proc/24283/stat : 24283 (sh) S 24260 24260 22987 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24283/statm: 1339 232 193 169 0 50 0
[pid=24284] ppid=24283 vsize=121652 CPUtime=1286.69
/proc/24284/stat : 24284 (minisat) R 24283 24260 22987 0 -1 4194304 27299 0 0 0 128648 21 0 0 25 0 1 0 1979073929 124571648 27285 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24284/statm: 30413 27285 76 150 0 30260 0
Current children cumulated CPU time (s) 1349.42
Current children cumulated vsize (KiB) 140608

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 24286
/proc/meminfo: memFree=1767096/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=62.73
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 1034 225679 0 2 4 1 6139 129 16 0 1 0 1979067586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 799 370 3 0 500 0
[pid=24283] ppid=24260 vsize=5356 CPUtime=0
/proc/24283/stat : 24283 (sh) S 24260 24260 22987 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24283/statm: 1339 232 193 169 0 50 0
[pid=24284] ppid=24283 vsize=122312 CPUtime=1346.13
/proc/24284/stat : 24284 (minisat) R 24283 24260 22987 0 -1 4194304 27462 0 0 0 134592 21 0 0 25 0 1 0 1979073929 125247488 27448 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/24284/statm: 30578 27448 76 150 0 30425 0
Current children cumulated CPU time (s) 1408.86
Current children cumulated vsize (KiB) 141268

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 24286
/proc/meminfo: memFree=1766392/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=62.73
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 1034 225679 0 2 4 1 6139 129 16 0 1 0 1979067586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 799 370 3 0 500 0
[pid=24283] ppid=24260 vsize=5356 CPUtime=0
/proc/24283/stat : 24283 (sh) S 24260 24260 22987 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24283/statm: 1339 232 193 169 0 50 0
[pid=24284] ppid=24283 vsize=122972 CPUtime=1405.56
/proc/24284/stat : 24284 (minisat) R 24283 24260 22987 0 -1 4194304 27622 0 0 0 140535 21 0 0 25 0 1 0 1979073929 125923328 27608 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/24284/statm: 30743 27608 76 150 0 30590 0
Current children cumulated CPU time (s) 1468.29
Current children cumulated vsize (KiB) 141928

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 24286
/proc/meminfo: memFree=1765624/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=62.73
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 1034 225679 0 2 4 1 6139 129 16 0 1 0 1979067586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 799 370 3 0 500 0
[pid=24283] ppid=24260 vsize=5356 CPUtime=0
/proc/24283/stat : 24283 (sh) S 24260 24260 22987 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24283/statm: 1339 232 193 169 0 50 0
[pid=24284] ppid=24283 vsize=123764 CPUtime=1465.01
/proc/24284/stat : 24284 (minisat) R 24283 24260 22987 0 -1 4194304 27827 0 0 0 146479 22 0 0 25 0 1 0 1979073929 126734336 27813 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24284/statm: 30941 27813 76 150 0 30788 0
Current children cumulated CPU time (s) 1527.74
Current children cumulated vsize (KiB) 142720

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 24286
/proc/meminfo: memFree=1764664/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=62.73
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 1034 225679 0 2 4 1 6139 129 16 0 1 0 1979067586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 799 370 3 0 500 0
[pid=24283] ppid=24260 vsize=5356 CPUtime=0
/proc/24283/stat : 24283 (sh) S 24260 24260 22987 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24283/statm: 1339 232 193 169 0 50 0
[pid=24284] ppid=24283 vsize=124556 CPUtime=1524.44
/proc/24284/stat : 24284 (minisat) R 24283 24260 22987 0 -1 4194304 28029 0 0 0 152422 22 0 0 25 0 1 0 1979073929 127545344 28015 996147200 134512640 135127466 4294956272 18446744073709551615 134530863 0 0 4096 3 0 0 0 17 1 0 0
/proc/24284/statm: 31139 28015 76 150 0 30986 0
Current children cumulated CPU time (s) 1587.17
Current children cumulated vsize (KiB) 143512

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 24314
/proc/meminfo: memFree=1749304/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=62.73
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 1034 225679 0 2 4 1 6139 129 16 0 1 0 1979067586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24260/statm: 3400 799 370 3 0 500 0
[pid=24283] ppid=24260 vsize=5356 CPUtime=0
/proc/24283/stat : 24283 (sh) S 24260 24260 22987 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24283/statm: 1339 232 193 169 0 50 0
[pid=24284] ppid=24283 vsize=125216 CPUtime=1584.18
/proc/24284/stat : 24284 (minisat) R 24283 24260 22987 0 -1 4194304 28202 0 0 0 158394 24 0 0 25 0 1 0 1979073929 128221184 28188 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24284/statm: 31304 28188 76 150 0 31151 0
Current children cumulated CPU time (s) 1646.91
Current children cumulated vsize (KiB) 144172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 24314
/proc/meminfo: memFree=1748408/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=62.73
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 1034 225679 0 2 4 1 6139 129 16 0 1 0 1979067586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24260/statm: 3400 799 370 3 0 500 0
[pid=24283] ppid=24260 vsize=5356 CPUtime=0
/proc/24283/stat : 24283 (sh) S 24260 24260 22987 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24283/statm: 1339 232 193 169 0 50 0
[pid=24284] ppid=24283 vsize=125896 CPUtime=1644.16
/proc/24284/stat : 24284 (minisat) R 24283 24260 22987 0 -1 4194304 28372 0 0 0 164392 24 0 0 25 0 1 0 1979073929 128917504 28358 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/24284/statm: 31474 28358 76 150 0 31321 0
Current children cumulated CPU time (s) 1706.89
Current children cumulated vsize (KiB) 144852

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 24314
/proc/meminfo: memFree=1747640/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=62.73
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 1034 225679 0 2 4 1 6139 129 16 0 1 0 1979067586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24260/statm: 3400 799 370 3 0 500 0
[pid=24283] ppid=24260 vsize=5356 CPUtime=0
/proc/24283/stat : 24283 (sh) S 24260 24260 22987 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24283/statm: 1339 232 193 169 0 50 0
[pid=24284] ppid=24283 vsize=126428 CPUtime=1704.14
/proc/24284/stat : 24284 (minisat) R 24283 24260 22987 0 -1 4194304 28522 0 0 0 170389 25 0 0 25 0 1 0 1979073929 129462272 28508 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/24284/statm: 31607 28508 76 150 0 31454 0
Current children cumulated CPU time (s) 1766.87
Current children cumulated vsize (KiB) 145384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 24314
/proc/meminfo: memFree=1747320/2055920 swapFree=4180076/4192956
[pid=24260] ppid=24258 vsize=13600 CPUtime=62.73
/proc/24260/stat : 24260 (sugar) S 24258 24260 22987 0 -1 4194304 1034 225679 0 2 4 1 6139 129 16 0 1 0 1979067586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24260/statm: 3400 799 370 3 0 500 0
[pid=24283] ppid=24260 vsize=5356 CPUtime=0
/proc/24283/stat : 24283 (sh) S 24260 24260 22987 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24283/statm: 1339 232 193 169 0 50 0
[pid=24284] ppid=24283 vsize=127004 CPUtime=1737.33
/proc/24284/stat : 24284 (minisat) R 24283 24260 22987 0 -1 4194304 28604 0 0 0 173708 25 0 0 25 0 1 0 1979073929 130052096 28590 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/24284/statm: 31751 28590 76 150 0 31598 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 145960

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 24260 and gives
#  childrusage.ru_utime.tv_sec=61
#  childrusage.ru_utime.tv_usec=435660
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=324798
# CPU time returned by wait4() is 62.7605
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.54
CPU time (s): 1800.06
CPU user time (s): 1798.51
CPU system time (s): 1.55
CPU usage (%): 99.1471
Max. virtual memory (cumulated for all children) (KiB): 913568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.4357
system time used= 1.3248
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227057
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= 5708
involuntary context switches= 6838

runsolver used 2.35764 second user time and 5.9161 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-02 14:15:36
IDJOB=1041830
IDBENCH=53845
IDSOLVER=346
FILE ID=node31/1041830-1215000936
PBS_JOBID= 7870860
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-ft10x2-837.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-1041830-1215000936/watcher-1041830-1215000936 -o /tmp/evaluation-result-1041830-1215000936/solver-1041830-1215000936 -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-1041830-1215000936.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5cfa427c258a5a1491bc4b587b0b078f
RANDOM SEED=1594494987

node31.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:       1916080 kB
Buffers:          5828 kB
Cached:          61916 kB
SwapCached:       5764 kB
Active:          62996 kB
Inactive:        15824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1916080 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:          18672 kB
Slab:            45936 kB
Committed_AS:  2905880 kB
PageTables:       1916 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= 66548 MiB
End job on node31 at 2008-07-02 14:45:53