Trace number 1079656

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+minisatUNSAT 35.6736 36.0051

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg11-13_ext.xml
MD5SUM1e8333cdbeb4ed1922608e5d4d89f27d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.089985
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints24
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 00:29:00 2008
0.00/0.05	c 0	PID 25079
0.03/0.05	c 0	HOST node50.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1079656-1215210540.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079656-1215210540.xml' 'HOME/temp.csp'
0.03/0.39	c 0	1 domains, 143 variables, 0 predicates, 2 relations, 24 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/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.38/0.51	c 0	Parsing HOME/temp.csp
0.38/0.76	c 1	parsed 170 expressions
0.38/0.76	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.76	c 1	Converting to clausal form CSP
0.38/0.78	c 1	converted 17 (10%) expressions
0.38/0.78	c 1	converted 34 (20%) expressions
0.38/0.78	c 1	converted 51 (30%) expressions
0.38/0.78	c 1	converted 68 (40%) expressions
0.38/0.78	c 1	converted 85 (50%) expressions
0.38/0.79	c 1	converted 102 (60%) expressions
0.38/0.79	c 1	converted 119 (70%) expressions
0.38/0.79	c 1	converted 136 (80%) expressions
0.38/0.97	c 1	converted 153 (90%) expressions
1.12/1.28	c 1	converted 170 (100%) expressions
1.12/1.28	c 1	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
1.12/1.28	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.28	c 1	Propagation in CSP
1.12/1.28	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.12/1.28	c 1	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
1.12/1.28	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.28	c 1	Simplifing CSP by introducing new Boolean variables
1.12/1.28	c 1	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
1.12/1.28	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.39	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.42	c 1	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.33/1.42	c 1	29 (20%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.33/1.42	c 1	43 (30%) CSP integer variables are encoded (1032 clauses, 11353 bytes)
1.33/1.42	c 1	58 (40%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
1.33/1.42	c 1	72 (50%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.33/1.43	c 1	86 (60%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
1.33/1.43	c 1	101 (70%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
1.33/1.43	c 1	115 (80%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
1.33/1.43	c 1	129 (90%) CSP integer variables are encoded (3096 clauses, 38185 bytes)
1.33/1.43	c 1	143 (100%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
7.58/7.75	c 8	3 (10%) CSP clauses are encoded (64542 clauses, 4226671 bytes)
11.54/11.71	c 12	5 (20%) CSP clauses are encoded (105282 clauses, 7093891 bytes)
17.21/17.43	c 17	8 (30%) CSP clauses are encoded (166392 clauses, 11453659 bytes)
20.98/21.21	c 21	10 (40%) CSP clauses are encoded (207132 clauses, 14360171 bytes)
24.76/25.09	c 25	12 (50%) CSP clauses are encoded (247872 clauses, 17266683 bytes)
27.35/27.69	c 28	15 (60%) CSP clauses are encoded (281740 clauses, 19618149 bytes)
28.25/28.53	c 28	17 (70%) CSP clauses are encoded (295238 clauses, 20662675 bytes)
29.34/29.62	c 30	20 (80%) CSP clauses are encoded (315485 clauses, 22402927 bytes)
30.03/30.34	c 30	22 (90%) CSP clauses are encoded (328983 clauses, 23563095 bytes)
30.73/31.07	c 31	24 (100%) CSP clauses are encoded (342481 clauses, 24723263 bytes)
30.73/31.07	c 31	24 CSP clauses encoded
30.73/31.07	c 31	Writing map file : HOME/temp.map
30.73/31.08	c 31	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.73/31.08	c 31	SAT : 3575 SAT variables, 342481 SAT clauses, 24723263 bytes
30.73/31.08	c 31	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.80/31.12	c 31	SOLVING HOME/temp.cnf
30.80/31.12	c 31	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
30.80/31.12	c 31	This is MiniSat 2.0 beta
30.80/31.12	c 31	WARNING: for repeatability, setting FPU to use double precision
30.80/31.12	c 31	============================[ Problem Statistics ]=============================
30.80/31.12	c 31	|                                                                             |
30.80/31.12	c 31	|  Number of variables:  3575                                                 |
30.80/31.12	c 31	|  Number of clauses:    342481                                               |
30.83/31.62	c 32	|  Parsing time:         0.45         s                                       |
30.83/31.66	c 32	============================[ Search Statistics ]==============================
30.83/31.66	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.83/31.66	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.83/31.66	c 32	===============================================================================
30.83/31.66	c 32	|         0 |    3542   340495  4706006 |   113498        0    nan |  0.000 % |
30.83/31.71	c 32	|       101 |    3538   340495  4706006 |   124848       96      7 |  1.063 % |
31.60/31.93	c 32	|       251 |    3534   340495  4706006 |   137332      245      8 |  1.175 % |
31.89/32.21	c 32	|       477 |    3534   340495  4706006 |   151066      471      9 |  1.175 % |
32.19/32.53	c 32	|       814 |    3534   340495  4706006 |   166172      808      9 |  1.175 % |
32.79/33.10	c 33	|      1320 |    3531   340495  4706006 |   182790     1313      8 |  1.287 % |
33.09/33.48	c 33	|      2079 |    3531   340495  4706006 |   201069     2072      8 |  1.287 % |
34.48/34.82	c 35	|      3218 |    3531   340495  4706006 |   221176     3210      9 |  1.315 % |
35.47/35.82	c 36	===============================================================================
35.47/35.82	c 36	restarts              : 8
35.47/35.82	c 36	conflicts             : 4183           (907 /sec)
35.47/35.82	c 36	decisions             : 6369           (1.73 % random) (1380 /sec)
35.47/35.82	c 36	propagations          : 420803         (91195 /sec)
35.47/35.82	c 36	conflict literals     : 36472          (27.31 % deleted)
35.47/35.82	c 36	Memory used           : 33.95 MB
35.47/35.82	c 36	CPU time              : 4.6143 s
35.47/35.82	c 36	
35.47/35.82	c 36	UNSATISFIABLE
35.47/35.82	c 36	DECODING HOME/temp.out WITH HOME/temp.map
35.47/35.82	c 36	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
35.52/35.91	c 36	Decoding HOME/temp.out
35.52/35.94	s UNSATISFIABLE
35.52/35.95	c 36	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
35.52/35.99	c 36	CPU 35.13 (0.03 0.01 35.1 0.5)
35.52/35.99	c 36	END Sat Jul  5 00:29:36 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1079656-1215210540/watcher-1079656-1215210540 -o /tmp/evaluation-result-1079656-1215210540/solver-1079656-1215210540 -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-1079656-1215210540.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.00 2.00 2.00 4/83 25079
/proc/meminfo: memFree=1112464/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=12132 CPUtime=0
/proc/25079/stat : 25079 (sugar) R 25077 25079 23707 0 -1 4194304 288 0 0 0 0 0 0 0 22 0 1 0 2000025964 12423168 256 996147200 4194304 4206940 548682068608 18446744073709551615 240577319649 0 0 4224 0 0 0 0 17 1 0 0
/proc/25079/statm: 3033 256 189 3 0 133 0

[startup+0.053508 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 25079
/proc/meminfo: memFree=1112464/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=0.03
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2000025964 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104917 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 25079
/proc/meminfo: memFree=1112464/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=0.03
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000025964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301958 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 25079
/proc/meminfo: memFree=1112464/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=0.03
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000025964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702028 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 25079
/proc/meminfo: memFree=1112464/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=0.38
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 973 4381 0 1 3 0 33 2 15 0 1 0 2000025964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.50216 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 25102
/proc/meminfo: memFree=1096176/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=0.39
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 974 4381 0 1 3 1 33 2 15 0 1 0 2000025964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3400 797 370 3 0 500 0
[pid=25093] ppid=25079 vsize=5356 CPUtime=0
/proc/25093/stat : 25093 (sh) S 25079 25079 23707 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000026007 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25093/statm: 1339 233 193 169 0 50 0
[pid=25094] ppid=25093 vsize=864388 CPUtime=1.04
/proc/25094/stat : 25094 (java) S 25093 25079 23707 0 -1 0 8820 0 1 0 99 5 0 0 19 0 9 0 2000026007 885133312 8058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25094/statm: 216097 8058 2564 9 0 210644 0
[pid=25094/tid=25095] ppid=25093 vsize=864388 CPUtime=0.47
/proc/25094/task/25095/stat : 25095 (java) R 25093 25079 23707 0 -1 64 2830 0 1 0 45 2 0 0 21 0 9 0 2000026008 885133312 8058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25096] ppid=25093 vsize=864388 CPUtime=0.45
/proc/25094/task/25096/stat : 25096 (java) S 25093 25079 23707 0 -1 64 4948 0 0 0 43 2 0 0 16 0 9 0 2000026009 885133312 8058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25097] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25097/stat : 25097 (java) S 25093 25079 23707 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000026009 885133312 8058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25098] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25098/stat : 25098 (java) S 25093 25079 23707 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000026009 885133312 8058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25099] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25099/stat : 25099 (java) S 25093 25079 23707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000026011 885133312 8058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25100] ppid=25093 vsize=864388 CPUtime=0.09
/proc/25094/task/25100/stat : 25100 (java) R 25093 25079 23707 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 2000026011 885133312 8058 996147200 134512640 134550740 4294955952 18446744073709551615 101784959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25101] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25101/stat : 25101 (java) S 25093 25079 23707 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000026012 885133312 8058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25102] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25102/stat : 25102 (java) S 25093 25079 23707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000026012 885133312 8058 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) 883344

[startup+3.10243 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 25102
/proc/meminfo: memFree=1086832/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=0.39
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 974 4381 0 1 3 1 33 2 15 0 1 0 2000025964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3400 797 370 3 0 500 0
[pid=25093] ppid=25079 vsize=5356 CPUtime=0
/proc/25093/stat : 25093 (sh) S 25079 25079 23707 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000026007 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25093/statm: 1339 233 193 169 0 50 0
[pid=25094] ppid=25093 vsize=864388 CPUtime=2.62
/proc/25094/stat : 25094 (java) S 25093 25079 23707 0 -1 0 9583 0 1 0 256 6 0 0 19 0 9 0 2000026007 885133312 8776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25094/statm: 216097 8776 2564 9 0 210644 0
[pid=25094/tid=25095] ppid=25093 vsize=864388 CPUtime=2
/proc/25094/task/25095/stat : 25095 (java) R 25093 25079 23707 0 -1 64 2875 0 1 0 198 2 0 0 25 0 9 0 2000026008 885133312 8776 996147200 134512640 134550740 4294955952 18446744073709551615 4126620285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25096] ppid=25093 vsize=864388 CPUtime=0.49
/proc/25094/task/25096/stat : 25096 (java) S 25093 25079 23707 0 -1 64 5664 0 0 0 47 2 0 0 16 0 9 0 2000026009 885133312 8776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25097] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25097/stat : 25097 (java) S 25093 25079 23707 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000026009 885133312 8776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25098] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25098/stat : 25098 (java) S 25093 25079 23707 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000026009 885133312 8776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25099] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25099/stat : 25099 (java) S 25093 25079 23707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000026011 885133312 8776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25100] ppid=25093 vsize=864388 CPUtime=0.09
/proc/25094/task/25100/stat : 25100 (java) S 25093 25079 23707 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 2000026011 885133312 8776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25101] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25101/stat : 25101 (java) S 25093 25079 23707 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000026012 885133312 8776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25102] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25102/stat : 25102 (java) S 25093 25079 23707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000026012 885133312 8776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883344

[startup+6.30311 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 25102
/proc/meminfo: memFree=1080240/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=0.39
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 974 4381 0 1 3 1 33 2 15 0 1 0 2000025964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3400 797 370 3 0 500 0
[pid=25093] ppid=25079 vsize=5356 CPUtime=0
/proc/25093/stat : 25093 (sh) S 25079 25079 23707 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000026007 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25093/statm: 1339 233 193 169 0 50 0
[pid=25094] ppid=25093 vsize=864388 CPUtime=5.8
/proc/25094/stat : 25094 (java) S 25093 25079 23707 0 -1 0 10869 0 1 0 569 11 0 0 19 0 9 0 2000026007 885133312 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25094/statm: 216097 9931 2564 9 0 210644 0
[pid=25094/tid=25095] ppid=25093 vsize=864388 CPUtime=5.05
/proc/25094/task/25095/stat : 25095 (java) R 25093 25079 23707 0 -1 64 3006 0 1 0 501 4 0 0 17 0 9 0 2000026008 885133312 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4126563298 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25096] ppid=25093 vsize=864388 CPUtime=0.61
/proc/25094/task/25096/stat : 25096 (java) S 25093 25079 23707 0 -1 64 6815 0 0 0 56 5 0 0 16 0 9 0 2000026009 885133312 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25097] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25097/stat : 25097 (java) S 25093 25079 23707 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000026009 885133312 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25098] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25098/stat : 25098 (java) S 25093 25079 23707 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000026009 885133312 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25099] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25099/stat : 25099 (java) S 25093 25079 23707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000026011 885133312 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25100] ppid=25093 vsize=864388 CPUtime=0.1
/proc/25094/task/25100/stat : 25100 (java) S 25093 25079 23707 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 2000026011 885133312 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25101] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25101/stat : 25101 (java) S 25093 25079 23707 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000026012 885133312 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25102] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25102/stat : 25102 (java) S 25093 25079 23707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000026012 885133312 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883344

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 25222
/proc/meminfo: memFree=1738040/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=0.39
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 974 4381 0 1 3 1 33 2 16 0 1 0 2000025964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 3400 797 370 3 0 500 0
[pid=25093] ppid=25079 vsize=5356 CPUtime=0
/proc/25093/stat : 25093 (sh) S 25079 25079 23707 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000026007 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25093/statm: 1339 233 193 169 0 50 0
[pid=25094] ppid=25093 vsize=864388 CPUtime=12.15
/proc/25094/stat : 25094 (java) S 25093 25079 23707 0 -1 0 13055 0 1 0 1199 16 0 0 19 0 9 0 2000026007 885133312 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25094/statm: 216097 10665 2564 9 0 210644 0
[pid=25094/tid=25095] ppid=25093 vsize=864388 CPUtime=11.12
/proc/25094/task/25095/stat : 25095 (java) R 25093 25079 23707 0 -1 64 3240 0 1 0 1104 8 0 0 25 0 9 0 2000026008 885133312 10665 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25096] ppid=25093 vsize=864388 CPUtime=0.9
/proc/25094/task/25096/stat : 25096 (java) S 25093 25079 23707 0 -1 64 8764 0 0 0 83 7 0 0 16 0 9 0 2000026009 885133312 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25097] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25097/stat : 25097 (java) S 25093 25079 23707 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000026009 885133312 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25098] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25098/stat : 25098 (java) S 25093 25079 23707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000026009 885133312 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25099] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25099/stat : 25099 (java) S 25093 25079 23707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000026011 885133312 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25100] ppid=25093 vsize=864388 CPUtime=0.11
/proc/25094/task/25100/stat : 25100 (java) S 25093 25079 23707 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 2000026011 885133312 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25101] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25101/stat : 25101 (java) S 25093 25079 23707 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000026012 885133312 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25102] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25102/stat : 25102 (java) S 25093 25079 23707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000026012 885133312 10665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 883344

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 25272
/proc/meminfo: memFree=1715312/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=0.39
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 974 4381 0 1 3 1 33 2 16 0 1 0 2000025964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 3400 797 370 3 0 500 0
[pid=25093] ppid=25079 vsize=5356 CPUtime=0
/proc/25093/stat : 25093 (sh) S 25079 25079 23707 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000026007 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25093/statm: 1339 233 193 169 0 50 0
[pid=25094] ppid=25093 vsize=864388 CPUtime=24.86
/proc/25094/stat : 25094 (java) S 25093 25079 23707 0 -1 0 16735 0 1 0 2458 28 0 0 19 0 9 0 2000026007 885133312 11429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25094/statm: 216097 11429 2564 9 0 210644 0
[pid=25094/tid=25095] ppid=25093 vsize=864388 CPUtime=23.26
/proc/25094/task/25095/stat : 25095 (java) R 25093 25079 23707 0 -1 64 3711 0 1 0 2310 16 0 0 25 0 9 0 2000026008 885133312 11429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25096] ppid=25093 vsize=864388 CPUtime=1.47
/proc/25094/task/25096/stat : 25096 (java) S 25093 25079 23707 0 -1 64 11972 0 0 0 136 11 0 0 15 0 9 0 2000026009 885133312 11429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25097] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25097/stat : 25097 (java) S 25093 25079 23707 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000026009 885133312 11429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25098] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25098/stat : 25098 (java) S 25093 25079 23707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000026009 885133312 11429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25099] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25099/stat : 25099 (java) S 25093 25079 23707 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000026011 885133312 11429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25100] ppid=25093 vsize=864388 CPUtime=0.11
/proc/25094/task/25100/stat : 25100 (java) S 25093 25079 23707 0 -1 64 360 0 0 0 11 0 0 0 17 0 9 0 2000026011 885133312 11429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25094/tid=25101] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25101/stat : 25101 (java) S 25093 25079 23707 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000026012 885133312 11429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25102] ppid=25093 vsize=864388 CPUtime=0
/proc/25094/task/25102/stat : 25102 (java) S 25093 25079 23707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000026012 885133312 11429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 883344

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

[startup+31.9061 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25275
/proc/meminfo: memFree=1781488/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=30.83
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 1031 22970 0 2 3 1 3039 40 15 0 1 0 2000025964 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 3400 798 370 3 0 500 0
[pid=25273] ppid=25079 vsize=5356 CPUtime=0
/proc/25273/stat : 25273 (sh) S 25079 25079 23707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000029076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25273/statm: 1339 232 193 169 0 50 0
[pid=25274] ppid=25273 vsize=32348 CPUtime=0.77
/proc/25274/stat : 25274 (minisat) R 25273 25079 23707 0 -1 4194304 7889 0 0 0 72 5 0 0 24 0 1 0 2000029076 33124352 7875 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25274/statm: 8087 7875 74 150 0 7934 0
Current children cumulated CPU time (s) 31.6
Current children cumulated vsize (KiB) 51304

[startup+33.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25275
/proc/meminfo: memFree=1740592/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=30.83
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 1031 22970 0 2 3 1 3039 40 15 0 1 0 2000025964 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 3400 798 370 3 0 500 0
[pid=25273] ppid=25079 vsize=5356 CPUtime=0
/proc/25273/stat : 25273 (sh) S 25079 25079 23707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000029076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25273/statm: 1339 232 193 169 0 50 0
[pid=25274] ppid=25273 vsize=34100 CPUtime=2.36
/proc/25274/stat : 25274 (minisat) R 25273 25079 23707 0 -1 4194304 8330 0 0 0 231 5 0 0 25 0 1 0 2000029076 34918400 8316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25274/statm: 8525 8316 75 150 0 8372 0
Current children cumulated CPU time (s) 33.19
Current children cumulated vsize (KiB) 53056

[startup+35.1016 s]
/proc/loadavg: 2.08 2.01 2.00 3/76 25275
/proc/meminfo: memFree=1738032/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=30.83
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 1031 22970 0 2 3 1 3039 40 16 0 1 0 2000025964 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 3400 798 370 3 0 500 0
[pid=25273] ppid=25079 vsize=5356 CPUtime=0
/proc/25273/stat : 25273 (sh) S 25079 25079 23707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000029076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25273/statm: 1339 232 193 169 0 50 0
[pid=25274] ppid=25273 vsize=34628 CPUtime=3.95
/proc/25274/stat : 25274 (minisat) R 25273 25079 23707 0 -1 4194304 8447 0 0 0 390 5 0 0 25 0 1 0 2000029076 35459072 8433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25274/statm: 8657 8433 75 150 0 8504 0
Current children cumulated CPU time (s) 34.78
Current children cumulated vsize (KiB) 53584

[startup+35.5017 s]
/proc/loadavg: 2.08 2.01 2.00 3/76 25275
/proc/meminfo: memFree=1738032/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=30.83
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 1031 22970 0 2 3 1 3039 40 16 0 1 0 2000025964 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 3400 798 370 3 0 500 0
[pid=25273] ppid=25079 vsize=5356 CPUtime=0
/proc/25273/stat : 25273 (sh) S 25079 25079 23707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000029076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25273/statm: 1339 232 193 169 0 50 0
[pid=25274] ppid=25273 vsize=34764 CPUtime=4.34
/proc/25274/stat : 25274 (minisat) R 25273 25079 23707 0 -1 4194304 8473 0 0 0 429 5 0 0 25 0 1 0 2000029076 35598336 8459 996147200 134512640 135127466 4294956256 18446744073709551615 134530831 0 0 4096 3 0 0 0 17 0 0 0
/proc/25274/statm: 8691 8459 75 150 0 8538 0
Current children cumulated CPU time (s) 35.17
Current children cumulated vsize (KiB) 53720

[startup+35.9018 s]
/proc/loadavg: 2.08 2.01 2.00 3/76 25275
/proc/meminfo: memFree=1738032/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=35.52
/proc/25079/stat : 25079 (sugar) S 25077 25079 23707 0 -1 4194304 1070 31749 0 2 3 1 3501 47 17 0 1 0 2000025964 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 35.52
Current children cumulated vsize (KiB) 13600

[startup+36.0018 s]
/proc/loadavg: 2.08 2.01 2.00 3/76 25275
/proc/meminfo: memFree=1738032/2055920 swapFree=4180240/4192956
[pid=25079] ppid=25077 vsize=13600 CPUtime=35.65
/proc/25079/stat : 25079 (sugar) R 25077 25079 23707 0 -1 4194304 1116 35406 0 3 3 2 3510 50 16 0 1 0 2000025964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25079/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 35.65
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 36.0051
CPU time (s): 35.6736
CPU user time (s): 35.1427
CPU system time (s): 0.530919
CPU usage (%): 99.0792
Max. virtual memory (cumulated for all children) (KiB): 885912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.1427
system time used= 0.530919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36552
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9853
involuntary context switches= 10425

runsolver used 0.041993 second user time and 0.144977 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 00:29:00
IDJOB=1079656
IDBENCH=56895
IDSOLVER=346
FILE ID=node50/1079656-1215210540
PBS_JOBID= 7881713
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg11-13_ext.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-1079656-1215210540/watcher-1079656-1215210540 -o /tmp/evaluation-result-1079656-1215210540/solver-1079656-1215210540 -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-1079656-1215210540.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1e8333cdbeb4ed1922608e5d4d89f27d
RANDOM SEED=208222511

node50.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.261
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.261
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:       1112944 kB
Buffers:         21912 kB
Cached:         109572 kB
SwapCached:       7032 kB
Active:         824064 kB
Inactive:        61524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1112944 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:         765040 kB
Slab:            40784 kB
Committed_AS:  4720960 kB
PageTables:       3536 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= 66432 MiB
End job on node50 at 2008-07-05 00:29:36