Trace number 1112626

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) 108.56 110.649

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen8.xml
MD5SUMd7cebb3d1eb044a9483fdd1ea1c74095
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints139
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5744
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5744
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 16:02:55 2008
0.00/0.04	c 0	PID 17916
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112626-1215871375.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-1112626-1215871375.xml' 'HOME/temp.csp'
0.03/0.92	c 1	7 domains, 916 variables, 2 predicates, 0 relations, 5744 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.02	c 1	Parsing HOME/temp.csp
1.13/1.29	c 2	parsed 6669 expressions
1.13/1.29	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.34	c 2	MAX CSP: 5744 constraints
1.23/1.34	c 2	Converting to clausal form CSP
1.53/1.61	c 2	converted 1242 (10%) expressions
2.13/2.24	c 3	converted 2484 (20%) expressions
2.83/2.90	c 3	converted 3725 (30%) expressions
3.51/3.63	c 4	converted 4967 (40%) expressions
4.12/4.25	c 5	converted 6208 (50%) expressions
4.81/4.92	c 5	converted 7450 (60%) expressions
5.41/5.54	c 6	converted 8692 (70%) expressions
6.01/6.17	c 7	converted 9933 (80%) expressions
6.69/6.89	c 7	converted 11175 (90%) expressions
8.10/8.22	c 9	converted 12416 (100%) expressions
8.10/8.22	c 9	CSP : 12404 integers, 458 booleans, 18605 clauses, largest domain size 8617
8.10/8.22	c 9	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.10/8.22	c 9	Propagation in CSP
8.29/8.49	c 9	5738 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.39/8.50	c 9	CSP : 12404 integers, 458 booleans, 18605 clauses, largest domain size 5745
8.39/8.50	c 9	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.39/8.51	c 9	Simplifing CSP by introducing new Boolean variables
8.39/8.58	c 9	CSP : 12404 integers, 11906 booleans, 30053 clauses, largest domain size 5745
8.39/8.58	c 9	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.59/8.74	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.99/9.16	c 10	1241 (10%) CSP integer variables are encoded (34368 clauses, 493948 bytes)
8.99/9.16	c 10	2481 (20%) CSP integer variables are encoded (34368 clauses, 493948 bytes)
8.99/9.17	c 10	3722 (30%) CSP integer variables are encoded (34368 clauses, 493948 bytes)
8.99/9.17	c 10	4962 (40%) CSP integer variables are encoded (34368 clauses, 493948 bytes)
8.99/9.17	c 10	6202 (50%) CSP integer variables are encoded (34368 clauses, 493948 bytes)
9.09/9.26	c 10	7443 (60%) CSP integer variables are encoded (102537 clauses, 1535598 bytes)
9.09/9.28	c 10	8683 (70%) CSP integer variables are encoded (118301 clauses, 1803586 bytes)
9.19/9.31	c 10	9924 (80%) CSP integer variables are encoded (136504 clauses, 2113037 bytes)
9.19/9.33	c 10	11164 (90%) CSP integer variables are encoded (148649 clauses, 2319502 bytes)
9.19/9.35	c 10	12404 (100%) CSP integer variables are encoded (164039 clauses, 2581132 bytes)
9.59/9.74	c 10	3006 (10%) CSP clauses are encoded (217360 clauses, 3681853 bytes)
9.98/10.11	c 10	6011 (20%) CSP clauses are encoded (280679 clauses, 5026922 bytes)
10.28/10.48	c 11	9016 (30%) CSP clauses are encoded (342765 clauses, 6362534 bytes)
10.68/10.85	c 11	12022 (40%) CSP clauses are encoded (404530 clauses, 7758542 bytes)
11.08/11.21	c 12	15027 (50%) CSP clauses are encoded (461880 clauses, 9053525 bytes)
11.38/11.57	c 12	18032 (60%) CSP clauses are encoded (520210 clauses, 10371955 bytes)
32.89/33.29	c 34	21038 (70%) CSP clauses are encoded (9051454 clauses, 202535235 bytes)
49.82/50.59	c 51	24043 (80%) CSP clauses are encoded (17878649 clauses, 418486574 bytes)
81.93/83.31	c 84	27048 (90%) CSP clauses are encoded (34424688 clauses, 823525577 bytes)
96.53/98.47	c 99	30053 (100%) CSP clauses are encoded (42031428 clauses, 1009541215 bytes)
96.53/98.47	c 99	30053 CSP clauses encoded
96.53/98.47	c 99	Writing map file : HOME/temp.map
96.63/98.55	c 99	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.63/98.55	c 99	SAT : 188349 SAT variables, 42031428 SAT clauses, 1009541215 bytes
96.63/98.55	c 99	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.71/98.62	c 99	OBJECTIVE minimize _COST
96.71/98.62	c 99	OBJECTIVE BOUND: 0 <= _COST <= 
96.71/98.62	c 99	SEARCHING: _COST <= 2872
96.71/98.62	c 99	SOLVING HOME/temp.cnf
96.71/98.62	c 99	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
96.71/98.63	c 99	This is MiniSat 2.0 beta
96.71/98.63	c 99	WARNING: for repeatability, setting FPU to use double precision
96.71/98.63	c 99	============================[ Problem Statistics ]=============================
96.71/98.63	c 99	|                                                                             |
96.71/98.63	c 99	|  Number of variables:  188349                                               |
96.71/98.63	c 99	|  Number of clauses:    42031429                                             |
108.45/110.51	c ERROR INTERRUPTED
108.56/110.64	s UNKNOWN
108.56/110.64	c 111	CPU 89.63 (0.07 0.01 89.56 7.1)
108.56/110.64	c 111	END Sat Jul 12 16:04:46 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-1112626-1215871375/watcher-1112626-1215871375 -o /tmp/evaluation-result-1112626-1215871375/solver-1112626-1215871375 -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-1112626-1215871375.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.03 2.01 2.00 4/81 17916
/proc/meminfo: memFree=1919536/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=12132 CPUtime=0
/proc/17916/stat : 17916 (sugar) R 17914 17916 16399 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 43840758 12423168 183 996147200 4194304 4206940 548682068592 18446744073709551615 244691039030 0 0 4224 0 0 0 0 17 1 0 0
/proc/17916/statm: 3033 183 142 3 0 133 0

[startup+0.0966389 s]
/proc/loadavg: 2.03 2.01 2.00 4/81 17916
/proc/meminfo: memFree=1919536/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=13600 CPUtime=0.03
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43840758 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101635 s]
/proc/loadavg: 2.03 2.01 2.00 4/81 17916
/proc/meminfo: memFree=1919536/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=13600 CPUtime=0.03
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43840758 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30167 s]
/proc/loadavg: 2.03 2.01 2.00 4/81 17916
/proc/meminfo: memFree=1919536/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=13600 CPUtime=0.03
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43840758 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701753 s]
/proc/loadavg: 2.03 2.01 2.00 4/81 17916
/proc/meminfo: memFree=1919536/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=13600 CPUtime=0.03
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43840758 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5029 s]
/proc/loadavg: 2.03 2.01 2.00 4/92 17938
/proc/meminfo: memFree=1913688/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=13600 CPUtime=0.89
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 974 7696 0 1 3 0 81 5 15 0 1 0 43840758 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3400 797 370 3 0 500 0
[pid=17929] ppid=17916 vsize=5356 CPUtime=0
/proc/17929/stat : 17929 (sh) S 17916 17916 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43840853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17929/statm: 1339 233 193 169 0 50 0
[pid=17930] ppid=17929 vsize=864216 CPUtime=0.54
/proc/17930/stat : 17930 (java) S 17929 17916 16399 0 -1 0 4739 0 1 0 51 3 0 0 19 0 9 0 43840853 884957184 4173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 216054 4173 1732 9 0 210629 0
[pid=17930/tid=17931] ppid=17929 vsize=864216 CPUtime=0.36
/proc/17930/task/17931/stat : 17931 (java) R 17929 17916 16399 0 -1 64 2661 0 1 0 34 2 0 0 19 0 9 0 43840854 884957184 4173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17932] ppid=17929 vsize=864216 CPUtime=0.05
/proc/17930/task/17932/stat : 17932 (java) S 17929 17916 16399 0 -1 64 1030 0 0 0 5 0 0 0 16 0 9 0 43840855 884957184 4173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17929 vsize=864216 CPUtime=0
/proc/17930/task/17933/stat : 17933 (java) S 17929 17916 16399 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 43840855 884957184 4173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17929 vsize=864216 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17929 17916 16399 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 43840855 884957184 4173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17929 vsize=864216 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17929 17916 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43840857 884957184 4173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17929 vsize=864216 CPUtime=0.11
/proc/17930/task/17936/stat : 17936 (java) R 17929 17916 16399 0 -1 64 357 0 0 0 11 0 0 0 16 0 9 0 43840857 884957184 4173 996147200 134512640 134550740 4294955936 18446744073709551615 102052521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17929 vsize=864216 CPUtime=0
/proc/17930/task/17937/stat : 17937 (java) S 17929 17916 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43840857 884957184 4173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17929 vsize=864216 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17929 17916 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43840857 884957184 4173 996147200 134512640 134550740 4294955936 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) 883172

[startup+3.10219 s]
/proc/loadavg: 2.03 2.01 2.00 3/92 17938
/proc/meminfo: memFree=1900248/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=13600 CPUtime=0.89
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 974 7696 0 1 3 0 81 5 15 0 1 0 43840758 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3400 797 370 3 0 500 0
[pid=17929] ppid=17916 vsize=5356 CPUtime=0
/proc/17929/stat : 17929 (sh) S 17916 17916 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43840853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17929/statm: 1339 233 193 169 0 50 0
[pid=17930] ppid=17929 vsize=868384 CPUtime=2.13
/proc/17930/stat : 17930 (java) S 17929 17916 16399 0 -1 0 7986 0 1 0 208 5 0 0 19 0 9 0 43840853 889225216 7104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 217096 7104 2540 9 0 211671 0
[pid=17930/tid=17931] ppid=17929 vsize=868384 CPUtime=1.68
/proc/17930/task/17931/stat : 17931 (java) R 17929 17916 16399 0 -1 64 2767 0 1 0 166 2 0 0 25 0 9 0 43840854 889225216 7104 996147200 134512640 134550740 4294955936 18446744073709551615 4126463832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17932] ppid=17929 vsize=868384 CPUtime=0.22
/proc/17930/task/17932/stat : 17932 (java) S 17929 17916 16399 0 -1 64 3063 0 0 0 21 1 0 0 16 0 9 0 43840855 889225216 7104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17929 vsize=868384 CPUtime=0
/proc/17930/task/17933/stat : 17933 (java) S 17929 17916 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43840855 889225216 7104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17929 vsize=868384 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17929 17916 16399 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43840855 889225216 7104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17929 vsize=868384 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17929 17916 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43840857 889225216 7104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17929 vsize=868384 CPUtime=0.21
/proc/17930/task/17936/stat : 17936 (java) S 17929 17916 16399 0 -1 64 1463 0 0 0 21 0 0 0 15 0 9 0 43840857 889225216 7104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17929 vsize=868384 CPUtime=0
/proc/17930/task/17937/stat : 17937 (java) S 17929 17916 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43840857 889225216 7104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17929 vsize=868384 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17929 17916 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43840857 889225216 7104 996147200 134512640 134550740 4294955936 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) 887340

[startup+6.30278 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 17938
/proc/meminfo: memFree=1894552/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=13600 CPUtime=0.89
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 974 7696 0 1 3 0 81 5 15 0 1 0 43840758 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3400 797 370 3 0 500 0
[pid=17929] ppid=17916 vsize=5356 CPUtime=0
/proc/17929/stat : 17929 (sh) S 17916 17916 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43840853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17929/statm: 1339 233 193 169 0 50 0
[pid=17930] ppid=17929 vsize=868384 CPUtime=5.31
/proc/17930/stat : 17930 (java) S 17929 17916 16399 0 -1 0 11269 0 1 0 524 7 0 0 19 0 9 0 43840853 889225216 8273 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 217096 8273 2540 9 0 211671 0
[pid=17930/tid=17931] ppid=17929 vsize=868384 CPUtime=4.57
/proc/17930/task/17931/stat : 17931 (java) R 17929 17916 16399 0 -1 64 3009 0 1 0 455 2 0 0 25 0 9 0 43840854 889225216 8273 996147200 134512640 134550740 4294955936 18446744073709551615 4126599076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17932] ppid=17929 vsize=868384 CPUtime=0.5
/proc/17930/task/17932/stat : 17932 (java) S 17929 17916 16399 0 -1 64 6103 0 0 0 47 3 0 0 16 0 9 0 43840855 889225216 8273 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17929 vsize=868384 CPUtime=0
/proc/17930/task/17933/stat : 17933 (java) S 17929 17916 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43840855 889225216 8273 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17929 vsize=868384 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17929 17916 16399 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43840855 889225216 8273 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17929 vsize=868384 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17929 17916 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43840857 889225216 8273 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17929 vsize=868384 CPUtime=0.21
/proc/17930/task/17936/stat : 17936 (java) S 17929 17916 16399 0 -1 64 1464 0 0 0 21 0 0 0 16 0 9 0 43840857 889225216 8273 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17929 vsize=868384 CPUtime=0
/proc/17930/task/17937/stat : 17937 (java) S 17929 17916 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43840857 889225216 8273 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17929 vsize=868384 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17929 17916 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43840857 889225216 8273 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887340

[startup+12.703 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 17938
/proc/meminfo: memFree=1868568/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=13600 CPUtime=0.9
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 974 7696 0 1 3 1 81 5 15 0 1 0 43840758 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3400 797 370 3 0 500 0
[pid=17929] ppid=17916 vsize=5356 CPUtime=0
/proc/17929/stat : 17929 (sh) S 17916 17916 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43840853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17929/statm: 1339 233 193 169 0 50 0
[pid=17930] ppid=17929 vsize=868496 CPUtime=11.67
/proc/17930/stat : 17930 (java) S 17929 17916 16399 0 -1 0 16147 0 1 0 1148 19 0 0 19 0 9 0 43840853 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 217124 11497 2566 9 0 211671 0
[pid=17930/tid=17931] ppid=17929 vsize=868496 CPUtime=10.21
/proc/17930/task/17931/stat : 17931 (java) R 17929 17916 16399 0 -1 64 3620 0 1 0 1010 11 0 0 25 0 9 0 43840854 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4127080315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17932] ppid=17929 vsize=868496 CPUtime=1.11
/proc/17930/task/17932/stat : 17932 (java) S 17929 17916 16399 0 -1 64 10305 0 0 0 105 6 0 0 16 0 9 0 43840855 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17933/stat : 17933 (java) S 17929 17916 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43840855 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17929 17916 16399 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43840855 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17929 17916 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17929 vsize=868496 CPUtime=0.31
/proc/17930/task/17936/stat : 17936 (java) S 17929 17916 16399 0 -1 64 1529 0 0 0 31 0 0 0 16 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17937/stat : 17937 (java) S 17929 17916 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17929 17916 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887452

[startup+25.5023 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 17938
/proc/meminfo: memFree=1777752/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=13600 CPUtime=0.9
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 974 7696 0 1 3 1 81 5 15 0 1 0 43840758 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3400 797 370 3 0 500 0
[pid=17929] ppid=17916 vsize=5356 CPUtime=0
/proc/17929/stat : 17929 (sh) S 17916 17916 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43840853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17929/statm: 1339 233 193 169 0 50 0
[pid=17930] ppid=17929 vsize=868496 CPUtime=24.36
/proc/17930/stat : 17930 (java) S 17929 17916 16399 0 -1 0 17475 0 1 0 2345 91 0 0 19 0 9 0 43840853 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 217124 11497 2566 9 0 211671 0
[pid=17930/tid=17931] ppid=17929 vsize=868496 CPUtime=22.37
/proc/17930/task/17931/stat : 17931 (java) R 17929 17916 16399 0 -1 64 4948 0 1 0 2163 74 0 0 25 0 9 0 43840854 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4127105942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17932] ppid=17929 vsize=868496 CPUtime=1.64
/proc/17930/task/17932/stat : 17932 (java) S 17929 17916 16399 0 -1 64 10305 0 0 0 149 15 0 0 16 0 9 0 43840855 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17933/stat : 17933 (java) S 17929 17916 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43840855 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17929 17916 16399 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43840855 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17929 17916 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17929 vsize=868496 CPUtime=0.31
/proc/17930/task/17936/stat : 17936 (java) S 17929 17916 16399 0 -1 64 1529 0 0 0 31 0 0 0 16 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17937/stat : 17937 (java) S 17929 17916 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17929 17916 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 887452

[startup+51.1021 s]
/proc/loadavg: 2.17 2.04 2.01 3/92 17938
/proc/meminfo: memFree=1464280/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=13600 CPUtime=0.9
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 974 7696 0 1 3 1 81 5 16 0 1 0 43840758 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3400 797 370 3 0 500 0
[pid=17929] ppid=17916 vsize=5356 CPUtime=0
/proc/17929/stat : 17929 (sh) S 17916 17916 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43840853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17929/statm: 1339 233 193 169 0 50 0
[pid=17930] ppid=17929 vsize=868496 CPUtime=49.52
/proc/17930/stat : 17930 (java) S 17929 17916 16399 0 -1 0 20985 0 1 0 4648 304 0 0 19 0 9 0 43840853 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 217124 11497 2566 9 0 211671 0
[pid=17930/tid=17931] ppid=17929 vsize=868496 CPUtime=46.29
/proc/17930/task/17931/stat : 17931 (java) R 17929 17916 16399 0 -1 64 8458 0 1 0 4363 266 0 0 25 0 9 0 43840854 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4127080798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17932] ppid=17929 vsize=868496 CPUtime=2.88
/proc/17930/task/17932/stat : 17932 (java) S 17929 17916 16399 0 -1 64 10305 0 0 0 252 36 0 0 16 0 9 0 43840855 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17933/stat : 17933 (java) S 17929 17916 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43840855 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17929 17916 16399 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43840855 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17929 17916 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17929 vsize=868496 CPUtime=0.31
/proc/17930/task/17936/stat : 17936 (java) S 17929 17916 16399 0 -1 64 1529 0 0 0 31 0 0 0 16 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17937/stat : 17937 (java) S 17929 17916 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17929 vsize=868496 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17929 17916 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43840857 889339904 11497 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 887452

[startup+102.307 s]
/proc/loadavg: 2.24 2.08 2.02 3/84 17940
/proc/meminfo: memFree=632088/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=14260 CPUtime=96.74
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 1221 35454 0 2 7 1 8956 710 16 0 1 0 43840758 14602240 971 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3565 971 374 3 0 665 0
[pid=17939] ppid=17916 vsize=5356 CPUtime=0
/proc/17939/stat : 17939 (sh) S 17916 17916 16399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43850621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17939/statm: 1339 232 193 169 0 50 0
[pid=17940] ppid=17939 vsize=292220 CPUtime=3.59
/proc/17940/stat : 17940 (minisat) R 17939 17916 16399 0 -1 4194304 70672 0 0 0 314 45 0 0 25 0 1 0 43850621 299233280 70658 996147200 134512640 135127466 4294956256 18446744073709551615 134526088 0 0 4096 3 0 0 0 17 1 0 0
/proc/17940/statm: 73055 70658 62 150 0 72902 0
Current children cumulated CPU time (s) 100.33
Current children cumulated vsize (KiB) 311836



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+110.501 s]
/proc/loadavg: 2.22 2.07 2.02 3/84 17940
/proc/meminfo: memFree=30168/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=14260 CPUtime=96.74
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 1221 35454 0 2 7 1 8956 710 16 0 1 0 43840758 14602240 971 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3565 971 374 3 0 665 0
[pid=17939] ppid=17916 vsize=5356 CPUtime=0
/proc/17939/stat : 17939 (sh) S 17916 17916 16399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43850621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17939/statm: 1339 232 193 169 0 50 0
[pid=17940] ppid=17939 vsize=902872 CPUtime=11.71
/proc/17940/stat : 17940 (minisat) R 17939 17916 16399 0 -1 4194304 219035 0 0 0 1025 146 0 0 25 0 1 0 43850621 924540928 219021 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 1 0 0
/proc/17940/statm: 225718 219021 62 150 0 225565 0
Current children cumulated CPU time (s) 108.45
Current children cumulated vsize (KiB) 922488

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

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

[startup+110.619 s]
/proc/loadavg: 2.22 2.07 2.02 3/84 17940
/proc/meminfo: memFree=30168/2055920 swapFree=4192812/4192956
[pid=17916] ppid=17914 vsize=14260 CPUtime=96.74
/proc/17916/stat : 17916 (sugar) S 17914 17916 16399 0 -1 4194304 1234 35454 0 2 7 1 8956 710 16 0 1 0 43840758 14602240 971 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17916/statm: 3565 971 374 3 0 665 0
[pid=17939] ppid=17916 vsize=0 CPUtime=0
/proc/17939/stat : 17939 (sh) Z 17916 17916 16399 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 43850621 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17939/statm: 0 0 0 0 0 0 0
[pid=17940] ppid=1 vsize=0 CPUtime=11.82
/proc/17940/stat : 17940 (minisat) R 1 17916 16399 0 -1 4195332 219035 0 0 0 1025 157 0 0 25 0 1 0 43850621 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17940/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 108.56
Current children cumulated vsize (KiB) 14260

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17916 and gives
#  childrusage.ru_utime.tv_sec=89
#  childrusage.ru_utime.tv_usec=640372
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=118917
# CPU time returned by wait4() is 96.7593
# while last known CPU time is 108.56
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 110.649
CPU time (s): 108.56
CPU user time (s): 99.88
CPU system time (s): 8.68
CPU usage (%): 98.1122
Max. virtual memory (cumulated for all children) (KiB): 922488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.6404
system time used= 7.11892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37022
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= 88277
involuntary context switches= 90356

runsolver used 0.136979 second user time and 0.396939 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-12 16:02:55
IDJOB=1112626
IDBENCH=61447
IDSOLVER=368
FILE ID=node7/1112626-1215871375
PBS_JOBID= 7903466
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen8.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-1112626-1215871375/watcher-1112626-1215871375 -o /tmp/evaluation-result-1112626-1215871375/solver-1112626-1215871375 -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-1112626-1215871375.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d7cebb3d1eb044a9483fdd1ea1c74095
RANDOM SEED=2088875756

node7.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.259
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.259
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:       1920016 kB
Buffers:          7444 kB
Cached:          49948 kB
SwapCached:          0 kB
Active:          72896 kB
Inactive:         9640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:          45356 kB
Slab:            38508 kB
Committed_AS:   279008 kB
PageTables:       1956 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node7 at 2008-07-12 16:04:48