Trace number 1112590

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 106.284 109.043

General information on the benchmark

Namecsp/rlfapScensMod/
normalized-scen1-f9.xml
MD5SUM3933015e701222af96ea6a914713e869
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5548
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 15:44:36 2008
0.00/0.04	c 0	PID 17648
0.00/0.05	c 0	HOST node49.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112590-1215870276.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-1112590-1215870276.xml' 'HOME/temp.csp'
0.04/0.73	c 1	7 domains, 916 variables, 2 predicates, 0 relations, 5548 constraints
0.04/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.78	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.86	c 1	Parsing HOME/temp.csp
1.01/1.13	c 1	parsed 6473 expressions
1.01/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.18	c 1	MAX CSP: 5548 constraints
1.01/1.18	c 1	Converting to clausal form CSP
1.20/1.39	c 1	converted 1203 (10%) expressions
1.70/1.87	c 2	converted 2405 (20%) expressions
2.20/2.31	c 2	converted 3608 (30%) expressions
2.69/2.82	c 3	converted 4810 (40%) expressions
3.09/3.26	c 3	converted 6012 (50%) expressions
3.58/3.71	c 4	converted 7215 (60%) expressions
3.97/4.13	c 4	converted 8417 (70%) expressions
4.36/4.55	c 4	converted 9620 (80%) expressions
4.87/5.06	c 5	converted 10822 (90%) expressions
5.95/6.15	c 6	converted 12024 (100%) expressions
5.95/6.15	c 6	CSP : 12012 integers, 458 booleans, 18017 clauses, largest domain size 8323
5.95/6.15	c 6	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.95/6.15	c 6	Propagation in CSP
6.25/6.41	c 6	5541 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.25/6.42	c 6	CSP : 12012 integers, 458 booleans, 18017 clauses, largest domain size 5549
6.25/6.42	c 6	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.25/6.43	c 6	Simplifing CSP by introducing new Boolean variables
6.25/6.50	c 6	CSP : 12012 integers, 11554 booleans, 29113 clauses, largest domain size 5549
6.35/6.50	c 6	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.45/6.67	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.85/7.00	c 7	1202 (10%) CSP integer variables are encoded (26764 clauses, 380040 bytes)
6.85/7.00	c 7	2403 (20%) CSP integer variables are encoded (26764 clauses, 380040 bytes)
6.85/7.01	c 7	3604 (30%) CSP integer variables are encoded (26764 clauses, 380040 bytes)
6.85/7.01	c 7	4805 (40%) CSP integer variables are encoded (26764 clauses, 380040 bytes)
6.85/7.01	c 7	6006 (50%) CSP integer variables are encoded (26764 clauses, 380040 bytes)
6.85/7.03	c 7	7208 (60%) CSP integer variables are encoded (38443 clauses, 555225 bytes)
6.94/7.12	c 7	8409 (70%) CSP integer variables are encoded (107653 clauses, 1624382 bytes)
6.94/7.14	c 7	9610 (80%) CSP integer variables are encoded (125236 clauses, 1923293 bytes)
6.94/7.16	c 7	10811 (90%) CSP integer variables are encoded (136919 clauses, 2121904 bytes)
6.94/7.18	c 7	12012 (100%) CSP integer variables are encoded (151732 clauses, 2373725 bytes)
7.34/7.54	c 7	2912 (10%) CSP clauses are encoded (201580 clauses, 3395990 bytes)
7.73/7.97	c 8	5823 (20%) CSP clauses are encoded (262851 clauses, 4695157 bytes)
8.13/8.37	c 8	8734 (30%) CSP clauses are encoded (321440 clauses, 5945092 bytes)
8.52/8.78	c 9	11646 (40%) CSP clauses are encoded (379619 clauses, 7223289 bytes)
8.91/9.15	c 9	14557 (50%) CSP clauses are encoded (433362 clauses, 8436706 bytes)
9.22/9.50	c 9	17468 (60%) CSP clauses are encoded (486909 clauses, 9646691 bytes)
16.73/17.04	c 17	20380 (70%) CSP clauses are encoded (1669393 clauses, 34512927 bytes)
49.84/50.77	c 51	23291 (80%) CSP clauses are encoded (16685706 clauses, 377406856 bytes)
79.89/81.57	c 81	26202 (90%) CSP clauses are encoded (32124495 clauses, 755329753 bytes)
93.64/95.66	c 96	29113 (100%) CSP clauses are encoded (39221725 clauses, 928875312 bytes)
93.64/95.66	c 96	29113 CSP clauses encoded
93.64/95.66	c 96	Writing map file : HOME/temp.map
93.74/95.74	c 96	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
93.74/95.74	c 96	SAT : 175298 SAT variables, 39221725 SAT clauses, 928875312 bytes
93.74/95.74	c 96	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
93.74/95.78	c 96	OBJECTIVE minimize _COST
93.74/95.78	c 96	OBJECTIVE BOUND: 0 <= _COST <= 
93.74/95.78	c 96	SEARCHING: _COST <= 2774
93.74/95.78	c 96	SOLVING HOME/temp.cnf
93.74/95.78	c 96	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
93.74/95.79	c 96	This is MiniSat 2.0 beta
93.74/95.79	c 96	WARNING: for repeatability, setting FPU to use double precision
93.74/95.79	c 96	============================[ Problem Statistics ]=============================
93.74/95.79	c 96	|                                                                             |
93.74/95.79	c 96	|  Number of variables:  175298                                               |
93.74/95.79	c 96	|  Number of clauses:    39221726                                             |
105.78/108.32	c ERROR INTERRUPTED
105.89/108.45	s UNKNOWN
105.89/108.45	c 108	CPU 87 (0.06 0.01 86.94 6.82)
105.89/108.45	c 108	END Sat Jul 12 15:46:24 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112590-1215870276/watcher-1112590-1215870276 -o /tmp/evaluation-result-1112590-1215870276/solver-1112590-1215870276 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112590-1215870276.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.24 2.09 2.02 4/81 17648
/proc/meminfo: memFree=1657136/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=12132 CPUtime=0
/proc/17648/stat : 17648 (sugar) R 17646 17648 16265 0 -1 4194304 214 0 0 0 0 0 0 0 22 0 1 0 43723278 12423168 182 996147200 4194304 4206940 548682068592 18446744073709551615 224627430845 0 0 4224 0 0 0 0 17 1 0 0
/proc/17648/statm: 3033 182 142 3 0 133 0

[startup+0.0643019 s]
/proc/loadavg: 2.24 2.09 2.02 4/81 17648
/proc/meminfo: memFree=1657136/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=13600 CPUtime=0.04
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 898 127 0 0 3 1 0 0 23 0 1 0 43723278 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103703 s]
/proc/loadavg: 2.24 2.09 2.02 4/81 17648
/proc/meminfo: memFree=1657136/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=13600 CPUtime=0.04
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 898 127 0 0 3 1 0 0 23 0 1 0 43723278 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301282 s]
/proc/loadavg: 2.24 2.09 2.02 4/81 17648
/proc/meminfo: memFree=1657136/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=13600 CPUtime=0.04
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 898 127 0 0 3 1 0 0 23 0 1 0 43723278 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70234 s]
/proc/loadavg: 2.24 2.09 2.02 4/81 17648
/proc/meminfo: memFree=1657136/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=13600 CPUtime=0.04
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 898 127 0 0 3 1 0 0 23 0 1 0 43723278 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50246 s]
/proc/loadavg: 2.24 2.09 2.02 3/92 17670
/proc/meminfo: memFree=1649112/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=13600 CPUtime=0.71
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 974 7625 0 1 3 1 64 3 15 0 1 0 43723278 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3400 797 370 3 0 500 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43723356 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=867892 CPUtime=0.7
/proc/17662/stat : 17662 (java) S 17661 17648 16265 0 -1 0 5618 0 1 0 67 3 0 0 18 0 9 0 43723357 888721408 5047 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 216973 5047 1732 9 0 211548 0
[pid=17662/tid=17663] ppid=17661 vsize=867892 CPUtime=0.46
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 16265 0 -1 64 2665 0 1 0 45 1 0 0 23 0 9 0 43723358 888721408 5047 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=867892 CPUtime=0.05
/proc/17662/task/17664/stat : 17664 (java) S 17661 17648 16265 0 -1 64 1017 0 0 0 5 0 0 0 16 0 9 0 43723359 888721408 5047 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=867892 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 16265 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 43723359 888721408 5047 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=867892 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 16265 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43723359 888721408 5047 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=867892 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43723361 888721408 5047 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=867892 CPUtime=0.16
/proc/17662/task/17668/stat : 17668 (java) R 17661 17648 16265 0 -1 64 1245 0 0 0 16 0 0 0 16 0 9 0 43723361 888721408 5047 996147200 134512640 134550740 4294955936 18446744073709551615 103851887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=867892 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43723361 888721408 5047 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=867892 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 16265 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43723361 888721408 5047 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886848

[startup+3.10168 s]
/proc/loadavg: 2.24 2.09 2.02 3/92 17670
/proc/meminfo: memFree=1637592/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=13600 CPUtime=0.71
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 974 7625 0 1 3 1 64 3 15 0 1 0 43723278 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3400 797 370 3 0 500 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43723356 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=868384 CPUtime=2.28
/proc/17662/stat : 17662 (java) S 17661 17648 16265 0 -1 0 8370 0 1 0 224 4 0 0 18 0 9 0 43723357 889225216 7469 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 217096 7469 2540 9 0 211671 0
[pid=17662/tid=17663] ppid=17661 vsize=868384 CPUtime=1.81
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 16265 0 -1 64 2772 0 1 0 180 1 0 0 25 0 9 0 43723358 889225216 7469 996147200 134512640 134550740 4294955936 18446744073709551615 4126598301 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=868384 CPUtime=0.24
/proc/17662/task/17664/stat : 17664 (java) S 17661 17648 16265 0 -1 64 3436 0 0 0 23 1 0 0 16 0 9 0 43723359 889225216 7469 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=868384 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 16265 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43723359 889225216 7469 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=868384 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 16265 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43723359 889225216 7469 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=868384 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43723361 889225216 7469 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=868384 CPUtime=0.2
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 16265 0 -1 64 1470 0 0 0 20 0 0 0 16 0 9 0 43723361 889225216 7469 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=868384 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43723361 889225216 7469 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=868384 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 16265 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43723361 889225216 7469 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887340

[startup+6.30213 s]
/proc/loadavg: 2.22 2.09 2.02 4/92 17670
/proc/meminfo: memFree=1630040/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=13600 CPUtime=0.71
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 974 7625 0 1 3 1 64 3 16 0 1 0 43723278 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3400 797 370 3 0 500 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43723356 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=868384 CPUtime=5.45
/proc/17662/stat : 17662 (java) S 17661 17648 16265 0 -1 0 14147 0 1 0 536 9 0 0 18 0 9 0 43723357 889225216 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 217096 10524 2540 9 0 211671 0
[pid=17662/tid=17663] ppid=17661 vsize=868384 CPUtime=4.45
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 16265 0 -1 64 3175 0 1 0 443 2 0 0 25 0 9 0 43723358 889225216 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4126601470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=868384 CPUtime=0.72
/proc/17662/task/17664/stat : 17664 (java) S 17661 17648 16265 0 -1 64 8790 0 0 0 68 4 0 0 16 0 9 0 43723359 889225216 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=868384 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 16265 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43723359 889225216 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=868384 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 16265 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43723359 889225216 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=868384 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43723361 889225216 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=868384 CPUtime=0.23
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 16265 0 -1 64 1490 0 0 0 23 0 0 0 16 0 9 0 43723361 889225216 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=868384 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43723361 889225216 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=868384 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 16265 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43723361 889225216 10524 996147200 134512640 134550740 4294955936 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) 887340

[startup+12.701 s]
/proc/loadavg: 2.20 2.09 2.02 3/92 17670
/proc/meminfo: memFree=1595928/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=13600 CPUtime=0.71
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 974 7625 0 1 3 1 64 3 15 0 1 0 43723278 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3400 797 370 3 0 500 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43723356 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=868496 CPUtime=11.77
/proc/17662/stat : 17662 (java) S 17661 17648 16265 0 -1 0 15228 0 1 0 1150 27 0 0 18 0 9 0 43723357 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 217124 11171 2566 9 0 211671 0
[pid=17662/tid=17663] ppid=17661 vsize=868496 CPUtime=10.37
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 16265 0 -1 64 3656 0 1 0 1019 18 0 0 25 0 9 0 43723358 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4126613104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=868496 CPUtime=1.06
/proc/17662/task/17664/stat : 17664 (java) S 17661 17648 16265 0 -1 64 9345 0 0 0 99 7 0 0 16 0 9 0 43723359 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 16265 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43723359 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 16265 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43723359 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=868496 CPUtime=0.3
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 16265 0 -1 64 1535 0 0 0 30 0 0 0 16 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 16265 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887452

[startup+25.5029 s]
/proc/loadavg: 2.16 2.08 2.02 3/92 17670
/proc/meminfo: memFree=1489240/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=13600 CPUtime=0.71
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 974 7625 0 1 3 1 64 3 16 0 1 0 43723278 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3400 797 370 3 0 500 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43723356 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=868496 CPUtime=24.41
/proc/17662/stat : 17662 (java) S 17661 17648 16265 0 -1 0 16602 0 1 0 2329 112 0 0 18 0 9 0 43723357 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 217124 11171 2566 9 0 211671 0
[pid=17662/tid=17663] ppid=17661 vsize=868496 CPUtime=22.47
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 16265 0 -1 64 5030 0 1 0 2154 93 0 0 25 0 9 0 43723358 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4127075372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=868496 CPUtime=1.6
/proc/17662/task/17664/stat : 17664 (java) S 17661 17648 16265 0 -1 64 9345 0 0 0 144 16 0 0 16 0 9 0 43723359 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 16265 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43723359 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 16265 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43723359 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=868496 CPUtime=0.3
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 16265 0 -1 64 1535 0 0 0 30 0 0 0 16 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 16265 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887452

[startup+51.1025 s]
/proc/loadavg: 2.24 2.11 2.03 3/92 17670
/proc/meminfo: memFree=1246296/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=13600 CPUtime=0.71
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 974 7625 0 1 3 1 64 3 16 0 1 0 43723278 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3400 797 370 3 0 500 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 16265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43723356 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=868496 CPUtime=49.52
/proc/17662/stat : 17662 (java) S 17661 17648 16265 0 -1 0 19517 0 1 0 4668 284 0 0 18 0 9 0 43723357 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 217124 11171 2566 9 0 211671 0
[pid=17662/tid=17663] ppid=17661 vsize=868496 CPUtime=46.45
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 16265 0 -1 64 7945 0 1 0 4398 247 0 0 25 0 9 0 43723358 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4126476108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=868496 CPUtime=2.73
/proc/17662/task/17664/stat : 17664 (java) S 17661 17648 16265 0 -1 64 9345 0 0 0 239 34 0 0 16 0 9 0 43723359 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 16265 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43723359 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 16265 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43723359 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=868496 CPUtime=0.3
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 16265 0 -1 64 1535 0 0 0 30 0 0 0 16 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 16265 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=868496 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 16265 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43723361 889339904 11171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 887452

[startup+102.307 s]
/proc/loadavg: 2.34 2.15 2.05 3/84 17672
/proc/meminfo: memFree=242008/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=14260 CPUtime=93.82
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 1216 33319 0 2 6 1 8694 681 16 0 1 0 43723278 14602240 966 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3565 966 374 3 0 665 0
[pid=17671] ppid=17648 vsize=5356 CPUtime=0
/proc/17671/stat : 17671 (sh) S 17648 17648 16265 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43732857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17671/statm: 1339 232 193 169 0 50 0
[pid=17672] ppid=17671 vsize=519028 CPUtime=6.42
/proc/17672/stat : 17672 (minisat) R 17671 17648 16265 0 -1 4194304 123055 0 0 0 555 87 0 0 25 0 1 0 43732857 531484672 123041 996147200 134512640 135127466 4294956256 18446744073709551615 134517470 0 0 4096 3 0 0 0 17 1 0 0
/proc/17672/statm: 129757 123041 62 150 0 129604 0
Current children cumulated CPU time (s) 100.24
Current children cumulated vsize (KiB) 538644



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+108.302 s]
/proc/loadavg: 2.37 2.16 2.05 3/84 17672
/proc/meminfo: memFree=15960/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=14260 CPUtime=93.82
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 1216 33319 0 2 6 1 8694 681 16 0 1 0 43723278 14602240 966 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3565 966 374 3 0 665 0
[pid=17671] ppid=17648 vsize=5356 CPUtime=0
/proc/17671/stat : 17671 (sh) S 17648 17648 16265 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43732857 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17671/statm: 1339 232 193 169 0 50 0
[pid=17672] ppid=17671 vsize=904636 CPUtime=11.96
/proc/17672/stat : 17672 (minisat) R 17671 17648 16265 0 -1 4194304 220877 0 0 0 1032 164 0 0 25 0 1 0 43732857 926347264 220863 996147200 134512640 135127466 4294956256 18446744073709551615 134710534 0 0 4096 3 0 0 0 17 1 0 0
/proc/17672/statm: 226159 220863 62 150 0 226006 0
Current children cumulated CPU time (s) 105.78
Current children cumulated vsize (KiB) 924252

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

[startup+108.42 s]
/proc/loadavg: 2.37 2.16 2.05 3/84 17672
/proc/meminfo: memFree=15960/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=14260 CPUtime=93.82
/proc/17648/stat : 17648 (sugar) S 17646 17648 16265 0 -1 4194304 1230 33319 0 2 6 1 8694 681 16 0 1 0 43723278 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 3565 967 374 3 0 665 0
[pid=17671] ppid=17648 vsize=0 CPUtime=0
/proc/17671/stat : 17671 (sh) Z 17648 17648 16265 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 43732857 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17671/statm: 0 0 0 0 0 0 0
[pid=17672] ppid=1 vsize=0 CPUtime=12.07
/proc/17672/stat : 17672 (minisat) R 1 17648 16265 0 -1 4195332 220877 0 0 0 1032 175 0 0 25 0 1 0 43732857 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17672/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 105.89
Current children cumulated vsize (KiB) 14260

# WARNING:
# current cumulated CPU time (93.88 s) is less than in the last sample (105.89 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (12.01 s) to the 'lost time'.

[startup+108.502 s]
/proc/loadavg: 2.37 2.16 2.05 3/84 17672
/proc/meminfo: memFree=15960/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=14260 CPUtime=93.88
/proc/17648/stat : 17648 (sugar) R 17646 17648 16265 0 -1 4194304 1257 33596 0 2 6 6 8694 682 16 0 1 0 43723278 14602240 968 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17648/statm: 3565 968 375 3 0 665 0
Current children cumulated CPU time (s) 93.88
Current children cumulated vsize (KiB) 14260

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

[startup+108.701 s]
/proc/loadavg: 2.37 2.16 2.05 3/84 17672
/proc/meminfo: memFree=15960/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=14260 CPUtime=94.07
/proc/17648/stat : 17648 (sugar) R 17646 17648 16265 0 -1 4194304 1257 33596 0 2 6 25 8694 682 16 0 1 0 43723278 14602240 968 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17648/statm: 3565 968 375 3 0 665 0
Current children cumulated CPU time (s) 94.07
Current children cumulated vsize (KiB) 14260

[startup+108.901 s]
/proc/loadavg: 2.37 2.16 2.05 2/83 17673
/proc/meminfo: memFree=1687712/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=14260 CPUtime=94.24
/proc/17648/stat : 17648 (sugar) D 17646 17648 16265 0 -1 4194304 1257 33596 0 2 6 42 8694 682 16 0 1 0 43723278 14602240 968 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17648/statm: 3565 968 375 3 0 665 0
Current children cumulated CPU time (s) 94.24
Current children cumulated vsize (KiB) 14260

[startup+109.006 s]
/proc/loadavg: 2.37 2.16 2.05 2/83 17673
/proc/meminfo: memFree=1687712/2055920 swapFree=4180184/4192956
[pid=17648] ppid=17646 vsize=14260 CPUtime=94.25
/proc/17648/stat : 17648 (sugar) D 17646 17648 16265 0 -1 4194304 1257 33596 0 2 6 43 8694 682 15 0 1 0 43723278 14602240 968 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17648/statm: 3565 968 375 3 0 665 0
Current children cumulated CPU time (s) 94.25
Current children cumulated vsize (KiB) 14260

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 12.01
#  lost CPU user time (s): 10.32
#  lost CPU system time (s): 1.69

Real time (s): 109.043
CPU time (s): 106.284
CPU user time (s): 97.3348
CPU system time (s): 8.9489
CPU usage (%): 97.4696
Max. virtual memory (cumulated for all children) (KiB): 924252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.0148
system time used= 7.2589
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34883
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= 80541
involuntary context switches= 82652

runsolver used 0.147977 second user time and 0.381941 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-12 15:44:36
IDJOB=1112590
IDBENCH=61441
IDSOLVER=368
FILE ID=node49/1112590-1215870276
PBS_JOBID= 7903459
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapScensMod/normalized-scen1-f9.xml
COMMAND LINE= DIR/sugar -max -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-1112590-1215870276/watcher-1112590-1215870276 -o /tmp/evaluation-result-1112590-1215870276/solver-1112590-1215870276 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112590-1215870276.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3933015e701222af96ea6a914713e869
RANDOM SEED=2131534538

node49.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.239
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.239
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:       1657616 kB
Buffers:          8980 kB
Cached:          48160 kB
SwapCached:       6236 kB
Active:         332808 kB
Inactive:        20476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657616 kB
SwapTotal:     4192956 kB
SwapFree:      4180184 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:         311848 kB
Slab:            29460 kB
Committed_AS:   702348 kB
PageTables:       2396 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= 66556 MiB
End job on node49 at 2008-07-12 15:46:26