Trace number 1067056

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.3106 22.6137

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg14-16_ext.xml
MD5SUM46d659a38f4ee95352527cc9eba8e224
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.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables224
Number of constraints30
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension30
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:36:24 2008
0.00/0.04	c 0	PID 17258
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1067056-1215149784.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-1067056-1215149784.xml' 'HOME/temp.csp'
0.03/0.28	c 0	1 domains, 224 variables, 0 predicates, 2 relations, 30 constraints
0.03/0.32	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.32	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.03/0.40	c 0	Parsing HOME/temp.csp
0.25/0.51	c 0	parsed 257 expressions
0.25/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.51	c 0	Converting to clausal form CSP
0.25/0.53	c 0	converted 26 (10%) expressions
0.25/0.54	c 0	converted 52 (20%) expressions
0.25/0.54	c 0	converted 78 (30%) expressions
0.25/0.54	c 0	converted 103 (40%) expressions
0.25/0.54	c 0	converted 129 (50%) expressions
0.25/0.54	c 0	converted 155 (60%) expressions
0.25/0.54	c 0	converted 180 (70%) expressions
0.25/0.54	c 1	converted 206 (80%) expressions
0.25/0.61	c 1	converted 232 (90%) expressions
0.25/0.85	c 1	converted 257 (100%) expressions
0.25/0.85	c 1	CSP : 224 integers, 0 booleans, 30 clauses, largest domain size 26
0.25/0.85	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.85	c 1	Propagation in CSP
0.25/0.85	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.85	c 1	CSP : 224 integers, 0 booleans, 30 clauses, largest domain size 26
0.25/0.85	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.85	c 1	Simplifing CSP by introducing new Boolean variables
0.25/0.85	c 1	CSP : 224 integers, 0 booleans, 30 clauses, largest domain size 26
0.25/0.85	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.91	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.93	c 1	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
0.25/0.94	c 1	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
0.25/0.94	c 1	68 (30%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
0.25/0.94	c 1	90 (40%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
0.25/0.94	c 1	112 (50%) CSP integer variables are encoded (2688 clauses, 32881 bytes)
0.25/0.94	c 1	135 (60%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
0.25/0.94	c 1	157 (70%) CSP integer variables are encoded (3768 clauses, 46921 bytes)
0.25/0.96	c 1	180 (80%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
0.25/0.96	c 1	202 (90%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
0.25/0.96	c 1	224 (100%) CSP integer variables are encoded (5376 clauses, 67825 bytes)
4.18/4.32	c 4	3 (10%) CSP clauses are encoded (47571 clauses, 3667488 bytes)
7.55/7.73	c 8	6 (20%) CSP clauses are encoded (89766 clauses, 7332783 bytes)
10.91/11.13	c 11	9 (30%) CSP clauses are encoded (131961 clauses, 11051220 bytes)
14.27/14.52	c 14	12 (40%) CSP clauses are encoded (174156 clauses, 14822703 bytes)
17.54/17.89	c 18	15 (50%) CSP clauses are encoded (216351 clauses, 18594186 bytes)
19.03/19.33	c 19	18 (60%) CSP clauses are encoded (237394 clauses, 20395106 bytes)
19.52/19.86	c 20	21 (70%) CSP clauses are encoded (247861 clauses, 21393769 bytes)
20.02/20.38	c 20	24 (80%) CSP clauses are encoded (258328 clauses, 22438648 bytes)
20.61/20.93	c 21	27 (90%) CSP clauses are encoded (268795 clauses, 23483527 bytes)
21.20/21.55	c 22	30 (100%) CSP clauses are encoded (279262 clauses, 24528406 bytes)
21.20/21.55	c 22	30 CSP clauses encoded
21.20/21.55	c 22	Writing map file : HOME/temp.map
21.20/21.55	c 22	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.20/21.55	c 22	SAT : 5600 SAT variables, 279262 SAT clauses, 24528406 bytes
21.20/21.55	c 22	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.20/21.57	c 22	SOLVING HOME/temp.cnf
21.20/21.57	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.20/21.57	c 22	This is MiniSat 2.0 beta
21.20/21.57	c 22	WARNING: for repeatability, setting FPU to use double precision
21.20/21.57	c 22	============================[ Problem Statistics ]=============================
21.20/21.57	c 22	|                                                                             |
21.20/21.57	c 22	|  Number of variables:  5600                                                 |
21.20/21.57	c 22	|  Number of clauses:    279262                                               |
21.69/22.09	c 22	|  Parsing time:         0.46         s                                       |
21.79/22.12	c 22	============================[ Search Statistics ]==============================
21.79/22.13	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.79/22.13	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.79/22.13	c 22	===============================================================================
21.79/22.13	c 22	|         0 |    5485   275426  4521116 |    91808        0    nan |  0.000 % |
21.79/22.14	c 22	|       100 |    5479   275426  4521116 |   100989       97      6 |  2.161 % |
21.79/22.19	c 22	|       250 |    5479   275426  4521116 |   111088      247      7 |  2.161 % |
21.99/22.33	c 22	|       475 |    5474   275426  4521116 |   122197      471      7 |  2.286 % |
22.08/22.43	c 22	===============================================================================
22.08/22.43	c 22	restarts              : 4
22.08/22.43	c 22	conflicts             : 615            (769 /sec)
22.08/22.43	c 22	decisions             : 1023           (1.96 % random) (1279 /sec)
22.08/22.43	c 22	propagations          : 50002          (62512 /sec)
22.08/22.43	c 22	conflict literals     : 3727           (27.70 % deleted)
22.08/22.43	c 22	Memory used           : 28.91 MB
22.08/22.43	c 22	CPU time              : 0.799878 s
22.08/22.43	c 22	
22.08/22.43	c 22	UNSATISFIABLE
22.08/22.43	c 22	DECODING HOME/temp.out WITH HOME/temp.map
22.08/22.43	c 22	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.15/22.51	c 22	Decoding HOME/temp.out
22.15/22.56	s UNSATISFIABLE
22.15/22.56	c 23	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
22.15/22.60	c 23	CPU 21.82 (0.04 0 21.78 0.46)
22.15/22.60	c 23	END Fri Jul  4 07:36:47 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-1067056-1215149784/watcher-1067056-1215149784 -o /tmp/evaluation-result-1067056-1215149784/solver-1067056-1215149784 -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-1067056-1215149784.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: 1.92 1.98 1.99 4/72 17258
/proc/meminfo: memFree=1814672/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=18572 CPUtime=0
/proc/17258/stat : 17258 (runsolver) R 17256 17258 16345 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993952988 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17258/statm: 4643 292 257 25 0 2626 0

[startup+0.0663689 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 17258
/proc/meminfo: memFree=1814672/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=0.03
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993952988 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101358 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 17258
/proc/meminfo: memFree=1814672/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=0.03
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993952988 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301303 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 17258
/proc/meminfo: memFree=1814672/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=0.03
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1993952988 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701204 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 17258
/proc/meminfo: memFree=1814672/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=0.25
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 973 4306 0 1 3 0 20 2 15 0 1 0 1993952988 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+1.50199 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 17280
/proc/meminfo: memFree=1791800/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=0.25
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 974 4306 0 1 3 0 20 2 15 0 1 0 1993952988 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 797 370 3 0 500 0
[pid=17271] ppid=17258 vsize=5356 CPUtime=0
/proc/17271/stat : 17271 (sh) S 17258 17258 16345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993953021 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17271/statm: 1339 233 193 169 0 50 0
[pid=17272] ppid=17271 vsize=864224 CPUtime=1.15
/proc/17272/stat : 17272 (java) S 17271 17258 16345 0 -1 0 8825 0 1 0 110 5 0 0 18 0 9 0 1993953021 884965376 8041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17272/statm: 216056 8041 2563 9 0 210603 0
[pid=17272/tid=17273] ppid=17271 vsize=864224 CPUtime=0.74
/proc/17272/task/17273/stat : 17273 (java) R 17271 17258 16345 0 -1 64 2846 0 1 0 72 2 0 0 23 0 9 0 1993953022 884965376 8041 996147200 134512640 134550740 4294955952 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17274] ppid=17271 vsize=864224 CPUtime=0.28
/proc/17272/task/17274/stat : 17274 (java) S 17271 17258 16345 0 -1 64 4945 0 0 0 27 1 0 0 16 0 9 0 1993953023 884965376 8041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17275] ppid=17271 vsize=864224 CPUtime=0
/proc/17272/task/17275/stat : 17275 (java) S 17271 17258 16345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993953023 884965376 8041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17276] ppid=17271 vsize=864224 CPUtime=0
/proc/17272/task/17276/stat : 17276 (java) S 17271 17258 16345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993953023 884965376 8041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17277] ppid=17271 vsize=864224 CPUtime=0
/proc/17272/task/17277/stat : 17277 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993953025 884965376 8041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17278] ppid=17271 vsize=864224 CPUtime=0.09
/proc/17272/task/17278/stat : 17278 (java) S 17271 17258 16345 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 1993953025 884965376 8041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17279] ppid=17271 vsize=864224 CPUtime=0
/proc/17272/task/17279/stat : 17279 (java) S 17271 17258 16345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993953025 884965376 8041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17280] ppid=17271 vsize=864224 CPUtime=0
/proc/17272/task/17280/stat : 17280 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993953025 884965376 8041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883180

[startup+3.10258 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 17280
/proc/meminfo: memFree=1787768/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=0.25
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 974 4306 0 1 3 0 20 2 15 0 1 0 1993952988 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 797 370 3 0 500 0
[pid=17271] ppid=17258 vsize=5356 CPUtime=0
/proc/17271/stat : 17271 (sh) S 17258 17258 16345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993953021 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17271/statm: 1339 233 193 169 0 50 0
[pid=17272] ppid=17271 vsize=864224 CPUtime=2.73
/proc/17272/stat : 17272 (java) S 17271 17258 16345 0 -1 0 9855 0 1 0 266 7 0 0 18 0 9 0 1993953021 884965376 8986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17272/statm: 216056 8986 2563 9 0 210603 0
[pid=17272/tid=17273] ppid=17271 vsize=864224 CPUtime=2.27
/proc/17272/task/17273/stat : 17273 (java) R 17271 17258 16345 0 -1 64 2931 0 1 0 223 4 0 0 25 0 9 0 1993953022 884965376 8986 996147200 134512640 134550740 4294955952 18446744073709551615 4126535205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17274] ppid=17271 vsize=864224 CPUtime=0.34
/proc/17272/task/17274/stat : 17274 (java) S 17271 17258 16345 0 -1 64 5887 0 0 0 32 2 0 0 16 0 9 0 1993953023 884965376 8986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17275] ppid=17271 vsize=864224 CPUtime=0
/proc/17272/task/17275/stat : 17275 (java) S 17271 17258 16345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993953023 884965376 8986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17276] ppid=17271 vsize=864224 CPUtime=0
/proc/17272/task/17276/stat : 17276 (java) S 17271 17258 16345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993953023 884965376 8986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17277] ppid=17271 vsize=864224 CPUtime=0
/proc/17272/task/17277/stat : 17277 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993953025 884965376 8986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17278] ppid=17271 vsize=864224 CPUtime=0.09
/proc/17272/task/17278/stat : 17278 (java) S 17271 17258 16345 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 1993953025 884965376 8986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17279] ppid=17271 vsize=864224 CPUtime=0
/proc/17272/task/17279/stat : 17279 (java) S 17271 17258 16345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993953025 884965376 8986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17280] ppid=17271 vsize=864224 CPUtime=0
/proc/17272/task/17280/stat : 17280 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993953025 884965376 8986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883180

[startup+6.30174 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 17280
/proc/meminfo: memFree=1778680/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=0.25
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 974 4306 0 1 3 0 20 2 16 0 1 0 1993952988 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 797 370 3 0 500 0
[pid=17271] ppid=17258 vsize=5356 CPUtime=0
/proc/17271/stat : 17271 (sh) S 17258 17258 16345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993953021 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17271/statm: 1339 233 193 169 0 50 0
[pid=17272] ppid=17271 vsize=864352 CPUtime=5.91
/proc/17272/stat : 17272 (java) S 17271 17258 16345 0 -1 0 12185 0 1 0 580 11 0 0 18 0 9 0 1993953021 885096448 9878 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17272/statm: 216088 9878 2563 9 0 210635 0
[pid=17272/tid=17273] ppid=17271 vsize=864352 CPUtime=5.22
/proc/17272/task/17273/stat : 17273 (java) R 17271 17258 16345 0 -1 64 3125 0 1 0 517 5 0 0 25 0 9 0 1993953022 885096448 9878 996147200 134512640 134550740 4294955952 18446744073709551615 4126570277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17274] ppid=17271 vsize=864352 CPUtime=0.56
/proc/17272/task/17274/stat : 17274 (java) S 17271 17258 16345 0 -1 64 8022 0 0 0 52 4 0 0 16 0 9 0 1993953023 885096448 9878 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17275] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17275/stat : 17275 (java) S 17271 17258 16345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993953023 885096448 9878 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17276] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17276/stat : 17276 (java) S 17271 17258 16345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993953023 885096448 9878 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17277] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17277/stat : 17277 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993953025 885096448 9878 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17278] ppid=17271 vsize=864352 CPUtime=0.09
/proc/17272/task/17278/stat : 17278 (java) S 17271 17258 16345 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 1993953025 885096448 9878 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17279] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17279/stat : 17279 (java) S 17271 17258 16345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993953025 885096448 9878 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17280] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17280/stat : 17280 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993953025 885096448 9878 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883308

[startup+12.7021 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 17280
/proc/meminfo: memFree=1770168/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=0.25
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 974 4306 0 1 3 0 20 2 16 0 1 0 1993952988 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 797 370 3 0 500 0
[pid=17271] ppid=17258 vsize=5356 CPUtime=0
/proc/17271/stat : 17271 (sh) S 17258 17258 16345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993953021 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17271/statm: 1339 233 193 169 0 50 0
[pid=17272] ppid=17271 vsize=864352 CPUtime=12.25
/proc/17272/stat : 17272 (java) S 17271 17258 16345 0 -1 0 14406 0 1 0 1206 19 0 0 18 0 9 0 1993953021 885096448 10525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17272/statm: 216088 10525 2563 9 0 210635 0
[pid=17272/tid=17273] ppid=17271 vsize=864352 CPUtime=11.19
/proc/17272/task/17273/stat : 17273 (java) R 17271 17258 16345 0 -1 64 3492 0 1 0 1108 11 0 0 25 0 9 0 1993953022 885096448 10525 996147200 134512640 134550740 4294955952 18446744073709551615 4126518764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17274] ppid=17271 vsize=864352 CPUtime=0.93
/proc/17272/task/17274/stat : 17274 (java) S 17271 17258 16345 0 -1 64 9872 0 0 0 86 7 0 0 16 0 9 0 1993953023 885096448 10525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17275] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17275/stat : 17275 (java) S 17271 17258 16345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993953023 885096448 10525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17276] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17276/stat : 17276 (java) S 17271 17258 16345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993953023 885096448 10525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17277] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17277/stat : 17277 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993953025 885096448 10525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17278] ppid=17271 vsize=864352 CPUtime=0.1
/proc/17272/task/17278/stat : 17278 (java) S 17271 17258 16345 0 -1 64 348 0 0 0 10 0 0 0 17 0 9 0 1993953025 885096448 10525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17279] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17279/stat : 17279 (java) S 17271 17258 16345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993953025 885096448 10525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17280] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17280/stat : 17280 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993953025 885096448 10525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883308

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

[startup+19.1024 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 17280
/proc/meminfo: memFree=1760440/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=0.25
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 974 4306 0 1 3 0 20 2 16 0 1 0 1993952988 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 797 370 3 0 500 0
[pid=17271] ppid=17258 vsize=5356 CPUtime=0
/proc/17271/stat : 17271 (sh) S 17258 17258 16345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993953021 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17271/statm: 1339 233 193 169 0 50 0
[pid=17272] ppid=17271 vsize=864352 CPUtime=18.58
/proc/17272/stat : 17272 (java) S 17271 17258 16345 0 -1 0 17436 0 1 0 1829 29 0 0 18 0 9 0 1993953021 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17272/statm: 216088 10771 2563 9 0 210635 0
[pid=17272/tid=17273] ppid=17271 vsize=864352 CPUtime=17.07
/proc/17272/task/17273/stat : 17273 (java) R 17271 17258 16345 0 -1 64 3845 0 1 0 1690 17 0 0 25 0 9 0 1993953022 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 102492645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17274] ppid=17271 vsize=864352 CPUtime=1.38
/proc/17272/task/17274/stat : 17274 (java) S 17271 17258 16345 0 -1 64 12549 0 0 0 127 11 0 0 16 0 9 0 1993953023 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17275] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17275/stat : 17275 (java) S 17271 17258 16345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993953023 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17276] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17276/stat : 17276 (java) S 17271 17258 16345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993953023 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17277] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17277/stat : 17277 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17278] ppid=17271 vsize=864352 CPUtime=0.1
/proc/17272/task/17278/stat : 17278 (java) S 17271 17258 16345 0 -1 64 348 0 0 0 10 0 0 0 17 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17279] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17279/stat : 17279 (java) S 17271 17258 16345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17280] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17280/stat : 17280 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.83
Current children cumulated vsize (KiB) 883308

[startup+20.702 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 17280
/proc/meminfo: memFree=1757944/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=0.25
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 974 4306 0 1 3 0 20 2 15 0 1 0 1993952988 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 797 370 3 0 500 0
[pid=17271] ppid=17258 vsize=5356 CPUtime=0
/proc/17271/stat : 17271 (sh) S 17258 17258 16345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993953021 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17271/statm: 1339 233 193 169 0 50 0
[pid=17272] ppid=17271 vsize=864352 CPUtime=20.15
/proc/17272/stat : 17272 (java) S 17271 17258 16345 0 -1 0 17583 0 1 0 1984 31 0 0 18 0 9 0 1993953021 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17272/statm: 216088 10771 2563 9 0 210635 0
[pid=17272/tid=17273] ppid=17271 vsize=864352 CPUtime=18.53
/proc/17272/task/17273/stat : 17273 (java) R 17271 17258 16345 0 -1 64 3992 0 1 0 1834 19 0 0 25 0 9 0 1993953022 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 101444664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17274] ppid=17271 vsize=864352 CPUtime=1.49
/proc/17272/task/17274/stat : 17274 (java) S 17271 17258 16345 0 -1 64 12549 0 0 0 138 11 0 0 16 0 9 0 1993953023 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17275] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17275/stat : 17275 (java) S 17271 17258 16345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993953023 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17276] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17276/stat : 17276 (java) S 17271 17258 16345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993953023 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17277] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17277/stat : 17277 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17278] ppid=17271 vsize=864352 CPUtime=0.1
/proc/17272/task/17278/stat : 17278 (java) S 17271 17258 16345 0 -1 64 348 0 0 0 10 0 0 0 17 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17279] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17279/stat : 17279 (java) S 17271 17258 16345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17280] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17280/stat : 17280 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.4
Current children cumulated vsize (KiB) 883308

[startup+21.5028 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 17280
/proc/meminfo: memFree=1755896/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=0.25
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 974 4306 0 1 3 0 20 2 15 0 1 0 1993952988 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 797 370 3 0 500 0
[pid=17271] ppid=17258 vsize=5356 CPUtime=0
/proc/17271/stat : 17271 (sh) S 17258 17258 16345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993953021 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17271/statm: 1339 233 193 169 0 50 0
[pid=17272] ppid=17271 vsize=864352 CPUtime=20.95
/proc/17272/stat : 17272 (java) S 17271 17258 16345 0 -1 0 18861 0 1 0 2061 34 0 0 18 0 9 0 1993953021 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17272/statm: 216088 10771 2563 9 0 210635 0
[pid=17272/tid=17273] ppid=17271 vsize=864352 CPUtime=19.18
/proc/17272/task/17273/stat : 17273 (java) R 17271 17258 16345 0 -1 64 4057 0 1 0 1898 20 0 0 25 0 9 0 1993953022 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17274] ppid=17271 vsize=864352 CPUtime=1.63
/proc/17272/task/17274/stat : 17274 (java) S 17271 17258 16345 0 -1 64 13762 0 0 0 151 12 0 0 16 0 9 0 1993953023 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17275] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17275/stat : 17275 (java) S 17271 17258 16345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993953023 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17276] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17276/stat : 17276 (java) S 17271 17258 16345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993953023 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17277] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17277/stat : 17277 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17278] ppid=17271 vsize=864352 CPUtime=0.1
/proc/17272/task/17278/stat : 17278 (java) S 17271 17258 16345 0 -1 64 348 0 0 0 10 0 0 0 17 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17279] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17279/stat : 17279 (java) S 17271 17258 16345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17272/tid=17280] ppid=17271 vsize=864352 CPUtime=0
/proc/17272/task/17280/stat : 17280 (java) S 17271 17258 16345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993953025 885096448 10771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.2
Current children cumulated vsize (KiB) 883308

[startup+22.3016 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 17282
/proc/meminfo: memFree=1769784/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=21.28
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 1033 23476 0 2 3 0 2087 38 15 0 1 0 1993952988 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 799 370 3 0 500 0
[pid=17281] ppid=17258 vsize=5356 CPUtime=0
/proc/17281/stat : 17281 (sh) S 17258 17258 16345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993955145 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17281/statm: 1339 232 193 169 0 50 0
[pid=17282] ppid=17281 vsize=29208 CPUtime=0.71
/proc/17282/stat : 17282 (minisat) R 17281 17258 16345 0 -1 4194304 7181 0 0 0 67 4 0 0 25 0 1 0 1993955146 29908992 7167 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17282/statm: 7302 7167 74 150 0 7149 0
Current children cumulated CPU time (s) 21.99
Current children cumulated vsize (KiB) 48164

[startup+22.5015 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 17282
/proc/meminfo: memFree=1769784/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=22.15
/proc/17258/stat : 17258 (sugar) S 17256 17258 16345 0 -1 4194304 1072 31057 0 2 4 0 2167 44 16 0 1 0 1993952988 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17258/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 22.15
Current children cumulated vsize (KiB) 13600

[startup+22.6086 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 17282
/proc/meminfo: memFree=1769784/2055920 swapFree=4180112/4192956
[pid=17258] ppid=17256 vsize=13600 CPUtime=22.29
/proc/17258/stat : 17258 (sugar) R 17256 17258 16345 0 -1 4194304 1119 34741 0 3 4 1 2178 46 16 0 1 0 1993952988 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17258/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 22.29
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 22.6137
CPU time (s): 22.3106
CPU user time (s): 21.8247
CPU system time (s): 0.485926
CPU usage (%): 98.6599
Max. virtual memory (cumulated for all children) (KiB): 886520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8247
system time used= 0.485926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35890
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= 10538
involuntary context switches= 10795

runsolver used 0.034994 second user time and 0.085986 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 07:36:24
IDJOB=1067056
IDBENCH=55161
IDSOLVER=346
FILE ID=node16/1067056-1215149784
PBS_JOBID= 7877416
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 46d659a38f4ee95352527cc9eba8e224
RANDOM SEED=452372391

node16.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.213
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.213
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:       1815152 kB
Buffers:         35260 kB
Cached:         140672 kB
SwapCached:       7056 kB
Active:         118140 kB
Inactive:        70368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815152 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:          19364 kB
Slab:            37688 kB
Committed_AS:  3393108 kB
PageTables:       1780 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= 66560 MiB
End job on node16 at 2008-07-04 07:36:47