Trace number 1066343

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 22.5506 22.7598

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg14-18_ext.xml
MD5SUMc0baf5847a68922bc777c70882c5468b
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.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints32
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
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 Fri Jul  4 07:01:51 2008
0.00/0.04	c 0	PID 3011
0.00/0.05	c 0	HOST node61.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066343-1215147711.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-1066343-1215147711.xml' 'HOME/temp.csp'
0.03/0.33	c 0	1 domains, 252 variables, 0 predicates, 2 relations, 32 constraints
0.03/0.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.37	c 1	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.33/0.44	c 1	Parsing HOME/temp.csp
0.33/0.56	c 1	parsed 287 expressions
0.33/0.56	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/0.56	c 1	Converting to clausal form CSP
0.33/0.59	c 1	converted 29 (10%) expressions
0.33/0.59	c 1	converted 58 (20%) expressions
0.33/0.59	c 1	converted 87 (30%) expressions
0.33/0.59	c 1	converted 115 (40%) expressions
0.33/0.59	c 1	converted 144 (50%) expressions
0.33/0.59	c 1	converted 173 (60%) expressions
0.33/0.59	c 1	converted 201 (70%) expressions
0.33/0.59	c 1	converted 230 (80%) expressions
0.33/0.65	c 1	converted 259 (90%) expressions
0.34/0.89	c 1	converted 287 (100%) expressions
0.34/0.89	c 1	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
0.34/0.89	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.89	c 1	Propagation in CSP
0.34/0.89	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.89	c 1	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
0.34/0.89	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.89	c 1	Simplifing CSP by introducing new Boolean variables
0.34/0.90	c 1	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
0.34/0.90	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.95	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.34/0.97	c 1	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
0.34/0.98	c 1	51 (20%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
0.34/0.98	c 1	76 (30%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
0.34/0.98	c 1	101 (40%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
0.34/0.98	c 1	126 (50%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
0.34/0.98	c 1	152 (60%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
0.34/0.98	c 1	177 (70%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
0.34/0.99	c 1	202 (80%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
0.34/0.99	c 1	227 (90%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
0.34/0.99	c 1	252 (100%) CSP integer variables are encoded (6048 clauses, 76561 bytes)
5.43/5.55	c 6	4 (10%) CSP clauses are encoded (62308 clauses, 4880483 bytes)
8.71/8.89	c 9	7 (20%) CSP clauses are encoded (104503 clauses, 8651966 bytes)
11.98/12.16	c 12	10 (30%) CSP clauses are encoded (146698 clauses, 12423449 bytes)
15.36/15.53	c 16	13 (40%) CSP clauses are encoded (188893 clauses, 16194932 bytes)
18.74/18.92	c 19	16 (50%) CSP clauses are encoded (231088 clauses, 19966415 bytes)
20.93/21.20	c 21	20 (60%) CSP clauses are encoded (261076 clauses, 22634655 bytes)
21.13/21.32	c 21	23 (70%) CSP clauses are encoded (263863 clauses, 22922694 bytes)
21.23/21.44	c 22	26 (80%) CSP clauses are encoded (266650 clauses, 23217570 bytes)
21.43/21.66	c 22	29 (90%) CSP clauses are encoded (269437 clauses, 23512446 bytes)
21.53/21.78	c 22	32 (100%) CSP clauses are encoded (272224 clauses, 23807322 bytes)
21.53/21.78	c 22	32 CSP clauses encoded
21.53/21.78	c 22	Writing map file : HOME/temp.map
21.53/21.79	c 22	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.53/21.79	c 22	SAT : 6300 SAT variables, 272224 SAT clauses, 23807322 bytes
21.53/21.79	c 22	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.62/21.83	c 22	SOLVING HOME/temp.cnf
21.62/21.83	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.62/21.83	c 22	This is MiniSat 2.0 beta
21.62/21.83	c 22	WARNING: for repeatability, setting FPU to use double precision
21.62/21.83	c 22	============================[ Problem Statistics ]=============================
21.62/21.83	c 22	|                                                                             |
21.62/21.83	c 22	|  Number of variables:  6300                                                 |
21.62/21.83	c 22	|  Number of clauses:    272224                                               |
22.09/22.33	c 22	|  Parsing time:         0.45         s                                       |
22.09/22.38	c 23	============================[ Search Statistics ]==============================
22.09/22.38	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.09/22.38	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.09/22.38	c 23	===============================================================================
22.09/22.38	c 23	|         0 |    6165   265229  4310802 |    88409        0    nan |  0.000 % |
22.19/22.41	c 23	|       101 |    6150   265229  4310802 |    97250       97      5 |  2.460 % |
22.19/22.42	c 23	|       251 |    6150   265229  4310802 |   106975      247      7 |  2.460 % |
22.19/22.45	c 23	|       476 |    6150   265229  4310802 |   117673      472      7 |  2.460 % |
22.28/22.57	c 23	===============================================================================
22.28/22.57	c 23	restarts              : 4
22.28/22.57	c 23	conflicts             : 613            (894 /sec)
22.28/22.57	c 23	decisions             : 1320           (1.67 % random) (1924 /sec)
22.28/22.57	c 23	propagations          : 52513          (76561 /sec)
22.28/22.57	c 23	conflict literals     : 4006           (23.45 % deleted)
22.28/22.57	c 23	Memory used           : 27.92 MB
22.28/22.57	c 23	CPU time              : 0.685895 s
22.28/22.57	c 23	
22.28/22.57	c 23	UNSATISFIABLE
22.28/22.58	c 23	DECODING HOME/temp.out WITH HOME/temp.map
22.28/22.58	c 23	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.38/22.66	c 23	Decoding HOME/temp.out
22.38/22.71	s UNSATISFIABLE
22.38/22.71	c 23	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
22.38/22.75	c 23	CPU 22.02 (0.03 0.01 21.99 0.49)
22.38/22.75	c 23	END Fri Jul  4 07:02:14 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-1066343-1215147711/watcher-1066343-1215147711 -o /tmp/evaluation-result-1066343-1215147711/solver-1066343-1215147711 -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-1066343-1215147711.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.13 2.11 2.09 4/81 3011
/proc/meminfo: memFree=1791872/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=18572 CPUtime=0
/proc/3011/stat : 3011 (runsolver) R 3009 3011 2323 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993742438 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3011/statm: 4643 292 257 25 0 2626 0

[startup+0.0661661 s]
/proc/loadavg: 2.13 2.11 2.09 4/81 3011
/proc/meminfo: memFree=1791872/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.03
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1993742438 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102169 s]
/proc/loadavg: 2.13 2.11 2.09 4/81 3011
/proc/meminfo: memFree=1791872/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.03
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1993742438 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302203 s]
/proc/loadavg: 2.13 2.11 2.09 4/81 3011
/proc/meminfo: memFree=1791872/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.03
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1993742438 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702276 s]
/proc/loadavg: 2.13 2.11 2.09 4/81 3011
/proc/meminfo: memFree=1791872/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.34
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 973 4306 0 1 3 1 27 3 15 0 1 0 1993742438 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50142 s]
/proc/loadavg: 2.20 2.13 2.09 6/92 3033
/proc/meminfo: memFree=1769704/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.34
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 974 4306 0 1 3 1 27 3 15 0 1 0 1993742438 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 797 370 3 0 500 0
[pid=3024] ppid=3011 vsize=5356 CPUtime=0
/proc/3024/stat : 3024 (sh) S 3011 3011 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993742475 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3024/statm: 1339 233 193 169 0 50 0
[pid=3025] ppid=3024 vsize=864280 CPUtime=1.11
/proc/3025/stat : 3025 (java) S 3024 3011 2323 0 -1 0 8615 0 1 0 105 6 0 0 18 0 9 0 1993742475 885022720 7848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3025/statm: 216070 7848 2563 9 0 210617 0
[pid=3025/tid=3026] ppid=3024 vsize=864280 CPUtime=0.73
/proc/3025/task/3026/stat : 3026 (java) R 3024 3011 2323 0 -1 64 2826 0 1 0 72 1 0 0 25 0 9 0 1993742476 885022720 7848 996147200 134512640 134550740 4294955952 18446744073709551615 4126512389 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3027] ppid=3024 vsize=864280 CPUtime=0.27
/proc/3025/task/3027/stat : 3027 (java) S 3024 3011 2323 0 -1 64 4757 0 0 0 24 3 0 0 16 0 9 0 1993742477 885022720 7848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3028] ppid=3024 vsize=864280 CPUtime=0
/proc/3025/task/3028/stat : 3028 (java) S 3024 3011 2323 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993742478 885022720 7848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3029] ppid=3024 vsize=864280 CPUtime=0
/proc/3025/task/3029/stat : 3029 (java) S 3024 3011 2323 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993742478 885022720 7848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3030] ppid=3024 vsize=864280 CPUtime=0
/proc/3025/task/3030/stat : 3030 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993742480 885022720 7848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3031] ppid=3024 vsize=864280 CPUtime=0.08
/proc/3025/task/3031/stat : 3031 (java) S 3024 3011 2323 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 1993742480 885022720 7848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3032] ppid=3024 vsize=864280 CPUtime=0
/proc/3025/task/3032/stat : 3032 (java) S 3024 3011 2323 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993742480 885022720 7848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3033] ppid=3024 vsize=864280 CPUtime=0
/proc/3025/task/3033/stat : 3033 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993742480 885022720 7848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883236

[startup+3.1027 s]
/proc/loadavg: 2.20 2.13 2.09 3/92 3033
/proc/meminfo: memFree=1765992/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.34
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 974 4306 0 1 3 1 27 3 15 0 1 0 1993742438 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 797 370 3 0 500 0
[pid=3024] ppid=3011 vsize=5356 CPUtime=0
/proc/3024/stat : 3024 (sh) S 3011 3011 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993742475 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3024/statm: 1339 233 193 169 0 50 0
[pid=3025] ppid=3024 vsize=864280 CPUtime=2.7
/proc/3025/stat : 3025 (java) S 3024 3011 2323 0 -1 0 9687 0 1 0 262 8 0 0 18 0 9 0 1993742475 885022720 8830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3025/statm: 216070 8830 2563 9 0 210617 0
[pid=3025/tid=3026] ppid=3024 vsize=864280 CPUtime=2.24
/proc/3025/task/3026/stat : 3026 (java) R 3024 3011 2323 0 -1 64 2916 0 1 0 222 2 0 0 25 0 9 0 1993742476 885022720 8830 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3027] ppid=3024 vsize=864280 CPUtime=0.35
/proc/3025/task/3027/stat : 3027 (java) S 3024 3011 2323 0 -1 64 5736 0 0 0 31 4 0 0 16 0 9 0 1993742477 885022720 8830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3028] ppid=3024 vsize=864280 CPUtime=0
/proc/3025/task/3028/stat : 3028 (java) S 3024 3011 2323 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993742478 885022720 8830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3029] ppid=3024 vsize=864280 CPUtime=0
/proc/3025/task/3029/stat : 3029 (java) S 3024 3011 2323 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993742478 885022720 8830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3030] ppid=3024 vsize=864280 CPUtime=0
/proc/3025/task/3030/stat : 3030 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993742480 885022720 8830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3031] ppid=3024 vsize=864280 CPUtime=0.09
/proc/3025/task/3031/stat : 3031 (java) S 3024 3011 2323 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 1993742480 885022720 8830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3032] ppid=3024 vsize=864280 CPUtime=0
/proc/3025/task/3032/stat : 3032 (java) S 3024 3011 2323 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993742480 885022720 8830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3033] ppid=3024 vsize=864280 CPUtime=0
/proc/3025/task/3033/stat : 3033 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993742480 885022720 8830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883236

[startup+6.30126 s]
/proc/loadavg: 2.18 2.13 2.09 3/92 3033
/proc/meminfo: memFree=1756520/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.34
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 974 4306 0 1 3 1 27 3 16 0 1 0 1993742438 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 797 370 3 0 500 0
[pid=3024] ppid=3011 vsize=5356 CPUtime=0
/proc/3024/stat : 3024 (sh) S 3011 3011 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993742475 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3024/statm: 1339 233 193 169 0 50 0
[pid=3025] ppid=3024 vsize=864348 CPUtime=5.88
/proc/3025/stat : 3025 (java) S 3024 3011 2323 0 -1 0 12036 0 1 0 576 12 0 0 18 0 9 0 1993742475 885092352 9738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3025/statm: 216087 9738 2563 9 0 210634 0
[pid=3025/tid=3026] ppid=3024 vsize=864348 CPUtime=5.21
/proc/3025/task/3026/stat : 3026 (java) R 3024 3011 2323 0 -1 64 3114 0 1 0 516 5 0 0 25 0 9 0 1993742476 885092352 9738 996147200 134512640 134550740 4294955952 18446744073709551615 4126562869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3027] ppid=3024 vsize=864348 CPUtime=0.56
/proc/3025/task/3027/stat : 3027 (java) S 3024 3011 2323 0 -1 64 7887 0 0 0 50 6 0 0 16 0 9 0 1993742477 885092352 9738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3028] ppid=3024 vsize=864348 CPUtime=0
/proc/3025/task/3028/stat : 3028 (java) S 3024 3011 2323 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993742478 885092352 9738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3029] ppid=3024 vsize=864348 CPUtime=0
/proc/3025/task/3029/stat : 3029 (java) S 3024 3011 2323 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993742478 885092352 9738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3030] ppid=3024 vsize=864348 CPUtime=0
/proc/3025/task/3030/stat : 3030 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993742480 885092352 9738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3031] ppid=3024 vsize=864348 CPUtime=0.09
/proc/3025/task/3031/stat : 3031 (java) S 3024 3011 2323 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 1993742480 885092352 9738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3032] ppid=3024 vsize=864348 CPUtime=0
/proc/3025/task/3032/stat : 3032 (java) S 3024 3011 2323 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993742480 885092352 9738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3033] ppid=3024 vsize=864348 CPUtime=0
/proc/3025/task/3033/stat : 3033 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993742480 885092352 9738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 883304

[startup+12.7024 s]
/proc/loadavg: 2.17 2.12 2.09 3/92 3033
/proc/meminfo: memFree=1747752/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.34
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 974 4306 0 1 3 1 27 3 16 0 1 0 1993742438 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 797 370 3 0 500 0
[pid=3024] ppid=3011 vsize=5356 CPUtime=0
/proc/3024/stat : 3024 (sh) S 3011 3011 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993742475 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3024/statm: 1339 233 193 169 0 50 0
[pid=3025] ppid=3024 vsize=866920 CPUtime=12.24
/proc/3025/stat : 3025 (java) S 3024 3011 2323 0 -1 0 15529 0 1 0 1203 21 0 0 18 0 9 0 1993742475 887726080 11078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3025/statm: 216730 11078 2563 9 0 211277 0
[pid=3025/tid=3026] ppid=3024 vsize=866920 CPUtime=11.14
/proc/3025/task/3026/stat : 3026 (java) R 3024 3011 2323 0 -1 64 3485 0 1 0 1105 9 0 0 25 0 9 0 1993742476 887726080 11078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3027] ppid=3024 vsize=866920 CPUtime=0.97
/proc/3025/task/3027/stat : 3027 (java) R 3024 3011 2323 0 -1 64 11004 0 0 0 87 10 0 0 16 0 9 0 1993742477 887726080 11078 996147200 134512640 134550740 4294955952 18446744073709551615 103736738 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3028] ppid=3024 vsize=866920 CPUtime=0
/proc/3025/task/3028/stat : 3028 (java) S 3024 3011 2323 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993742478 887726080 11078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3029] ppid=3024 vsize=866920 CPUtime=0
/proc/3025/task/3029/stat : 3029 (java) S 3024 3011 2323 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993742478 887726080 11078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3030] ppid=3024 vsize=866920 CPUtime=0
/proc/3025/task/3030/stat : 3030 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993742480 887726080 11078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3031] ppid=3024 vsize=866920 CPUtime=0.1
/proc/3025/task/3031/stat : 3031 (java) S 3024 3011 2323 0 -1 64 347 0 0 0 10 0 0 0 17 0 9 0 1993742480 887726080 11078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3032] ppid=3024 vsize=866920 CPUtime=0
/proc/3025/task/3032/stat : 3032 (java) S 3024 3011 2323 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993742480 887726080 11078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3033] ppid=3024 vsize=866920 CPUtime=0
/proc/3025/task/3033/stat : 3033 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993742480 887726080 11078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 885876

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

[startup+19.1025 s]
/proc/loadavg: 2.16 2.12 2.09 3/92 3033
/proc/meminfo: memFree=1738920/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.34
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 974 4306 0 1 3 1 27 3 16 0 1 0 1993742438 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 797 370 3 0 500 0
[pid=3024] ppid=3011 vsize=5356 CPUtime=0
/proc/3024/stat : 3024 (sh) S 3011 3011 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993742475 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3024/statm: 1339 233 193 169 0 50 0
[pid=3025] ppid=3024 vsize=864352 CPUtime=18.61
/proc/3025/stat : 3025 (java) S 3024 3011 2323 0 -1 0 17106 0 1 0 1829 32 0 0 18 0 9 0 1993742475 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3025/statm: 216088 10438 2563 9 0 210635 0
[pid=3025/tid=3026] ppid=3024 vsize=864352 CPUtime=17.12
/proc/3025/task/3026/stat : 3026 (java) R 3024 3011 2323 0 -1 64 3852 0 1 0 1696 16 0 0 25 0 9 0 1993742476 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4126562887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3027] ppid=3024 vsize=864352 CPUtime=1.36
/proc/3025/task/3027/stat : 3027 (java) S 3024 3011 2323 0 -1 64 12214 0 0 0 122 14 0 0 16 0 9 0 1993742477 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3028] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3028/stat : 3028 (java) S 3024 3011 2323 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993742478 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3029] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3029/stat : 3029 (java) S 3024 3011 2323 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993742478 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3030] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3030/stat : 3030 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3031] ppid=3024 vsize=864352 CPUtime=0.1
/proc/3025/task/3031/stat : 3031 (java) S 3024 3011 2323 0 -1 64 347 0 0 0 10 0 0 0 17 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3032] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3032/stat : 3032 (java) S 3024 3011 2323 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3033] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3033/stat : 3033 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.95
Current children cumulated vsize (KiB) 883308

[startup+20.7028 s]
/proc/loadavg: 2.16 2.12 2.09 3/92 3033
/proc/meminfo: memFree=1737576/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.34
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 974 4306 0 1 3 1 27 3 16 0 1 0 1993742438 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 797 370 3 0 500 0
[pid=3024] ppid=3011 vsize=5356 CPUtime=0
/proc/3024/stat : 3024 (sh) S 3011 3011 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993742475 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3024/statm: 1339 233 193 169 0 50 0
[pid=3025] ppid=3024 vsize=864352 CPUtime=20.2
/proc/3025/stat : 3025 (java) S 3024 3011 2323 0 -1 0 17193 0 1 0 1987 33 0 0 18 0 9 0 1993742475 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3025/statm: 216088 10438 2563 9 0 210635 0
[pid=3025/tid=3026] ppid=3024 vsize=864352 CPUtime=18.64
/proc/3025/task/3026/stat : 3026 (java) R 3024 3011 2323 0 -1 64 3939 0 1 0 1847 17 0 0 25 0 9 0 1993742476 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4126512376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3027] ppid=3024 vsize=864352 CPUtime=1.43
/proc/3025/task/3027/stat : 3027 (java) S 3024 3011 2323 0 -1 64 12214 0 0 0 129 14 0 0 16 0 9 0 1993742477 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3028] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3028/stat : 3028 (java) S 3024 3011 2323 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993742478 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3029] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3029/stat : 3029 (java) S 3024 3011 2323 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993742478 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3030] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3030/stat : 3030 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3031] ppid=3024 vsize=864352 CPUtime=0.1
/proc/3025/task/3031/stat : 3031 (java) S 3024 3011 2323 0 -1 64 347 0 0 0 10 0 0 0 17 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3032] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3032/stat : 3032 (java) S 3024 3011 2323 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3033] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3033/stat : 3033 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.54
Current children cumulated vsize (KiB) 883308

[startup+21.5019 s]
/proc/loadavg: 2.14 2.12 2.09 3/92 3033
/proc/meminfo: memFree=1736296/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.34
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 974 4306 0 1 3 1 27 3 15 0 1 0 1993742438 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 797 370 3 0 500 0
[pid=3024] ppid=3011 vsize=5356 CPUtime=0
/proc/3024/stat : 3024 (sh) S 3011 3011 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993742475 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3024/statm: 1339 233 193 169 0 50 0
[pid=3025] ppid=3024 vsize=864352 CPUtime=20.99
/proc/3025/stat : 3025 (java) S 3024 3011 2323 0 -1 0 17265 0 1 0 2065 34 0 0 18 0 9 0 1993742475 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3025/statm: 216088 10438 2563 9 0 210635 0
[pid=3025/tid=3026] ppid=3024 vsize=864352 CPUtime=19.39
/proc/3025/task/3026/stat : 3026 (java) R 3024 3011 2323 0 -1 64 4011 0 1 0 1921 18 0 0 25 0 9 0 1993742476 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4126512368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3027] ppid=3024 vsize=864352 CPUtime=1.48
/proc/3025/task/3027/stat : 3027 (java) S 3024 3011 2323 0 -1 64 12214 0 0 0 133 15 0 0 16 0 9 0 1993742477 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3028] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3028/stat : 3028 (java) S 3024 3011 2323 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993742478 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3029] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3029/stat : 3029 (java) S 3024 3011 2323 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993742478 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3030] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3030/stat : 3030 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3031] ppid=3024 vsize=864352 CPUtime=0.1
/proc/3025/task/3031/stat : 3031 (java) S 3024 3011 2323 0 -1 64 347 0 0 0 10 0 0 0 17 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3032] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3032/stat : 3032 (java) S 3024 3011 2323 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3033] ppid=3024 vsize=864352 CPUtime=0
/proc/3025/task/3033/stat : 3033 (java) S 3024 3011 2323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993742480 885096448 10438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.33
Current children cumulated vsize (KiB) 883308

[startup+22.3011 s]
/proc/loadavg: 2.14 2.12 2.09 3/84 3035
/proc/meminfo: memFree=1760744/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=21.64
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 1033 23111 0 2 3 1 2120 40 16 0 1 0 1993742438 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 799 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993744622 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=25544 CPUtime=0.45
/proc/3035/stat : 3035 (minisat) R 3034 3011 2323 0 -1 4194304 6215 0 0 0 41 4 0 0 23 0 1 0 1993744622 26157056 6201 996147200 134512640 135127466 4294956272 18446744073709551615 134542080 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 6386 6201 62 150 0 6233 0
Current children cumulated CPU time (s) 22.09
Current children cumulated vsize (KiB) 44500

[startup+22.7011 s]
/proc/loadavg: 2.14 2.12 2.09 3/84 3035
/proc/meminfo: memFree=1760744/2055920 swapFree=4180700/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=22.38
/proc/3011/stat : 3011 (sugar) S 3009 3011 2323 0 -1 4194304 1092 30396 0 2 3 1 2188 46 16 0 1 0 1993742438 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 22.38
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 22.7598
CPU time (s): 22.5506
CPU user time (s): 22.0297
CPU system time (s): 0.52092
CPU usage (%): 99.0806
Max. virtual memory (cumulated for all children) (KiB): 885924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.0297
system time used= 0.52092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35237
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= 10254
involuntary context switches= 10453

runsolver used 0.040993 second user time and 0.080987 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-04 07:01:51
IDJOB=1066343
IDBENCH=55117
IDSOLVER=346
FILE ID=node61/1066343-1215147711
PBS_JOBID= 7877388
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg14-18_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-1066343-1215147711/watcher-1066343-1215147711 -o /tmp/evaluation-result-1066343-1215147711/solver-1066343-1215147711 -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-1066343-1215147711.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c0baf5847a68922bc777c70882c5468b
RANDOM SEED=415440179

node61.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.269
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.269
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:       1792352 kB
Buffers:         39752 kB
Cached:         143508 kB
SwapCached:       6188 kB
Active:         133188 kB
Inactive:        73316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792352 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          39324 kB
Slab:            42476 kB
Committed_AS:  3898880 kB
PageTables:       1824 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node61 at 2008-07-04 07:02:14