Trace number 2071940

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.14.6+minisatSAT 69.0015 69.4301

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg4-6_ext.xml
MD5SUMa797a3acf3e0d060958fe9edcfa2a904
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.074987
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints10
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:36:48 2009
0.00/0.07	c 0	PID 18632
0.00/0.07	c 0	HOST node86.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2071940-1247355408.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071940-1247355408.xml' 'HOME/temp.csp'
0.06/0.53	c 1	1 domains, 24 variables, 0 predicates, 2 relations, 10 constraints
0.06/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/0.62	c 1	Parsing HOME/temp.csp
0.51/0.87	c 1	parsed 37 expressions
0.51/0.87	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.87	c 1	Converting to clausal form CSP
0.51/0.89	c 1	converted 4 (10%) expressions
0.51/0.89	c 1	converted 8 (20%) expressions
0.51/0.89	c 1	converted 12 (30%) expressions
0.51/0.89	c 1	converted 15 (40%) expressions
0.51/0.89	c 1	converted 19 (50%) expressions
0.51/0.89	c 1	converted 23 (60%) expressions
0.51/0.94	c 1	converted 26 (70%) expressions
0.95/1.03	c 1	converted 30 (80%) expressions
1.14/1.22	c 2	converted 34 (90%) expressions
1.64/1.74	c 2	converted 37 (100%) expressions
1.64/1.74	c 2	CSP : 24 integers, 0 booleans, 10 clauses, largest domain size 26
1.64/1.74	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.74	c 2	Propagation in CSP
1.64/1.74	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.74	c 2	CSP : 24 integers, 0 booleans, 10 clauses, largest domain size 26
1.64/1.74	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.74	c 2	Simplifing CSP by introducing new Boolean variables
1.64/1.74	c 2	CSP : 24 integers, 0 booleans, 10 clauses, largest domain size 26
1.64/1.74	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.88	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.89	c 2	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.73/1.89	c 2	5 (20%) CSP integer variables are encoded (120 clauses, 1176 bytes)
1.73/1.90	c 2	8 (30%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.73/1.90	c 2	10 (40%) CSP integer variables are encoded (240 clauses, 2496 bytes)
1.83/1.90	c 2	12 (50%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.83/1.90	c 2	15 (60%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.83/1.90	c 2	17 (70%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.83/1.90	c 2	20 (80%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.83/1.90	c 2	22 (90%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.83/1.90	c 2	24 (100%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.04/2.15	c 3	1 (10%) CSP clauses are encoded (7711 clauses, 214168 bytes)
2.23/2.35	c 3	2 (20%) CSP clauses are encoded (14846 clauses, 427799 bytes)
2.43/2.54	c 3	3 (30%) CSP clauses are encoded (21981 clauses, 641430 bytes)
2.62/2.73	c 3	4 (40%) CSP clauses are encoded (29116 clauses, 855314 bytes)
2.82/2.91	c 3	5 (50%) CSP clauses are encoded (36251 clauses, 1082474 bytes)
3.03/3.10	c 3	6 (60%) CSP clauses are encoded (43386 clauses, 1309634 bytes)
18.65/18.81	c 19	7 (70%) CSP clauses are encoded (119950 clauses, 4011409 bytes)
34.47/34.76	c 35	8 (80%) CSP clauses are encoded (196514 clauses, 7344156 bytes)
50.29/50.67	c 51	9 (90%) CSP clauses are encoded (273078 clauses, 10676903 bytes)
66.21/66.62	c 67	10 (100%) CSP clauses are encoded (349642 clauses, 14009650 bytes)
66.21/66.62	c 67	10 CSP clauses encoded
66.21/66.62	c 67	Writing map file : HOME/temp.map
66.21/66.62	c 67	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
66.21/66.62	c 67	SAT : 600 SAT variables, 349642 SAT clauses, 14009650 bytes
66.21/66.62	c 67	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
66.21/66.64	c 67	SOLVING HOME/temp.cnf
66.21/66.64	c 67	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
66.21/66.65	c 67	This is MiniSat 2.0 beta
66.21/66.65	c 67	WARNING: for repeatability, setting FPU to use double precision
66.21/66.65	c 67	============================[ Problem Statistics ]=============================
66.21/66.65	c 67	|                                                                             |
66.21/66.65	c 67	|  Number of variables:  600                                                  |
66.21/66.65	c 67	|  Number of clauses:    349642                                               |
66.26/66.96	c 67	|  Parsing time:         0.28         s                                       |
66.26/66.98	c 67	============================[ Search Statistics ]==============================
66.26/66.98	c 67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.26/66.98	c 67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
66.26/66.98	c 67	===============================================================================
66.26/66.98	c 67	|         0 |     600   349642  3095478 |   116547        0    nan |  0.000 % |
66.60/67.03	c 67	|       100 |     600   349642  3095478 |   128202      100      6 |  0.000 % |
66.60/67.09	c 67	|       250 |     600   349642  3095478 |   141022      250      7 |  0.007 % |
66.70/67.13	c 68	|       476 |     600   349642  3095478 |   155124      476      7 |  0.007 % |
66.80/67.30	c 68	|       814 |     600   349642  3095478 |   170636      814      8 |  0.003 % |
67.39/67.82	c 68	|      1323 |     600   349642  3095478 |   187700     1323     11 |  0.006 % |
68.09/68.54	c 69	|      2082 |     600   349642  3095478 |   206470     2082     13 |  0.005 % |
68.78/69.25	c 70	===============================================================================
68.78/69.25	c 70	restarts              : 7
68.78/69.25	c 70	conflicts             : 2879           (1129 /sec)
68.78/69.25	c 70	decisions             : 4364           (0.82 % random) (1711 /sec)
68.78/69.25	c 70	propagations          : 122910         (48188 /sec)
68.78/69.25	c 70	conflict literals     : 40559          (21.20 % deleted)
68.78/69.25	c 70	Memory used           : 27.36 MB
68.78/69.25	c 70	CPU time              : 2.55061 s
68.78/69.25	c 70	
68.78/69.25	c 70	SATISFIABLE
68.78/69.26	c 70	DECODING HOME/temp.out WITH HOME/temp.map
68.78/69.26	c 70	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
68.86/69.33	c 70	Decoding HOME/temp.out
68.86/69.35	s SATISFIABLE
68.86/69.35	v 23 24 11 14 12 0 24 0 20 15 14 13 18 19 17 0 13 3 19 4 18 11 0 18
68.86/69.38	c 70	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
68.86/69.42	c 70	CPU 68.97 (0.05 0.02 68.53 0.37)
68.86/69.42	c 70	END Sun Jul 12 01:37:58 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071940-1247355408/watcher-2071940-1247355408 -o /tmp/evaluation-result-2071940-1247355408/solver-2071940-1247355408 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071940-1247355408.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.06 2.07 4/81 18632
/proc/meminfo: memFree=1819864/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=12268 CPUtime=0
/proc/18632/stat : 18632 (sugar) D 18630 18632 18305 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 22606118 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240154016357 0 2147483391 4224 0 18446744072099855350 0 0 17 0 0 0
/proc/18632/statm: 3067 316 241 3 0 167 0

[startup+0.07684 s]
/proc/loadavg: 2.09 2.06 2.07 4/81 18632
/proc/meminfo: memFree=1819864/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.06
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.111845 s]
/proc/loadavg: 2.09 2.06 2.07 4/81 18632
/proc/meminfo: memFree=1819864/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.06
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30188 s]
/proc/loadavg: 2.09 2.06 2.07 4/81 18632
/proc/meminfo: memFree=1819864/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.06
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701958 s]
/proc/loadavg: 2.09 2.06 2.07 4/81 18632
/proc/meminfo: memFree=1819864/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.51
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1309 7082 0 1 5 2 40 4 16 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50211 s]
/proc/loadavg: 2.09 2.06 2.07 3/92 18654
/proc/meminfo: memFree=1803840/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.51
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1310 7082 0 1 5 2 40 4 16 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
[pid=18645] ppid=18632 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18632 18632 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22606173 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18645/statm: 1339 233 193 169 0 50 0
[pid=18646] ppid=18645 vsize=864356 CPUtime=0.93
/proc/18646/stat : 18646 (java) S 18645 18632 18305 0 -1 0 10401 0 1 0 88 5 0 0 20 0 9 0 22606173 885100544 9469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18646/statm: 216089 9469 2566 9 0 210594 0
[pid=18646/tid=18647] ppid=18645 vsize=864356 CPUtime=0.51
/proc/18646/task/18647/stat : 18647 (java) R 18645 18632 18305 0 -1 64 2770 0 1 0 50 1 0 0 25 0 9 0 22606174 885100544 9469 996147200 134512640 134550932 4294955936 18446744073709551615 103211632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18648] ppid=18645 vsize=864356 CPUtime=0.35
/proc/18646/task/18648/stat : 18648 (java) R 18645 18632 18305 0 -1 64 6620 0 0 0 33 2 0 0 16 0 9 0 22606175 885100544 9469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18649] ppid=18645 vsize=864356 CPUtime=0
/proc/18646/task/18649/stat : 18649 (java) S 18645 18632 18305 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22606175 885100544 9469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18650] ppid=18645 vsize=864356 CPUtime=0
/proc/18646/task/18650/stat : 18650 (java) S 18645 18632 18305 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22606175 885100544 9469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18651] ppid=18645 vsize=864356 CPUtime=0
/proc/18646/task/18651/stat : 18651 (java) S 18645 18632 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22606177 885100544 9469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18652] ppid=18645 vsize=864356 CPUtime=0.04
/proc/18646/task/18652/stat : 18652 (java) S 18645 18632 18305 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22606177 885100544 9469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18653] ppid=18645 vsize=864356 CPUtime=0
/proc/18646/task/18653/stat : 18653 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22606177 885100544 9469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18654] ppid=18645 vsize=864356 CPUtime=0
/proc/18646/task/18654/stat : 18654 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22606177 885100544 9469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886580

[startup+3.10142 s]
/proc/loadavg: 2.09 2.06 2.07 3/92 18654
/proc/meminfo: memFree=1783360/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.51
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1310 7082 0 1 5 2 40 4 15 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
[pid=18645] ppid=18632 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18632 18632 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22606173 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18645/statm: 1339 233 193 169 0 50 0
[pid=18646] ppid=18645 vsize=864468 CPUtime=2.52
/proc/18646/stat : 18646 (java) S 18645 18632 18305 0 -1 0 11824 0 1 0 245 7 0 0 20 0 9 0 22606173 885215232 10691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18646/statm: 216117 10691 2590 9 0 210594 0
[pid=18646/tid=18647] ppid=18645 vsize=864468 CPUtime=1.68
/proc/18646/task/18647/stat : 18647 (java) R 18645 18632 18305 0 -1 64 3052 0 1 0 166 2 0 0 25 0 9 0 22606174 885215232 10691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18648] ppid=18645 vsize=864468 CPUtime=0.73
/proc/18646/task/18648/stat : 18648 (java) S 18645 18632 18305 0 -1 64 7737 0 0 0 70 3 0 0 16 0 9 0 22606175 885215232 10691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18649] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18649/stat : 18649 (java) S 18645 18632 18305 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 10691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18650] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18650/stat : 18650 (java) S 18645 18632 18305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 10691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18651] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18651/stat : 18651 (java) S 18645 18632 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 10691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18652] ppid=18645 vsize=864468 CPUtime=0.08
/proc/18646/task/18652/stat : 18652 (java) S 18645 18632 18305 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22606177 885215232 10691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18653] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18653/stat : 18653 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 10691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18654] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18654/stat : 18654 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22606177 885215232 10691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886692

[startup+6.30303 s]
/proc/loadavg: 2.08 2.06 2.07 3/92 18654
/proc/meminfo: memFree=1777600/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.51
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1310 7082 0 1 5 2 40 4 15 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
[pid=18645] ppid=18632 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18632 18632 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22606173 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18645/statm: 1339 233 193 169 0 50 0
[pid=18646] ppid=18645 vsize=864468 CPUtime=5.7
/proc/18646/stat : 18646 (java) S 18645 18632 18305 0 -1 0 13193 0 1 0 563 7 0 0 20 0 9 0 22606173 885215232 12029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18646/statm: 216117 12029 2590 9 0 210594 0
[pid=18646/tid=18647] ppid=18645 vsize=864468 CPUtime=4.81
/proc/18646/task/18647/stat : 18647 (java) R 18645 18632 18305 0 -1 64 3083 0 1 0 479 2 0 0 25 0 9 0 22606174 885215232 12029 996147200 134512640 134550932 4294955936 18446744073709551615 4126577004 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18648] ppid=18645 vsize=864468 CPUtime=0.78
/proc/18646/task/18648/stat : 18648 (java) S 18645 18632 18305 0 -1 64 9075 0 0 0 74 4 0 0 16 0 9 0 22606175 885215232 12029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18649] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18649/stat : 18649 (java) S 18645 18632 18305 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 12029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18650] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18650/stat : 18650 (java) S 18645 18632 18305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 12029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18651] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18651/stat : 18651 (java) S 18645 18632 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 12029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18652] ppid=18645 vsize=864468 CPUtime=0.08
/proc/18646/task/18652/stat : 18652 (java) S 18645 18632 18305 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22606177 885215232 12029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18653] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18653/stat : 18653 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 12029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18654] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18654/stat : 18654 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22606177 885215232 12029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 886692

[startup+12.7013 s]
/proc/loadavg: 2.08 2.06 2.07 3/92 18654
/proc/meminfo: memFree=1772800/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.51
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1310 7082 0 1 5 2 40 4 15 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
[pid=18645] ppid=18632 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18632 18632 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22606173 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18645/statm: 1339 233 193 169 0 50 0
[pid=18646] ppid=18645 vsize=864468 CPUtime=12.06
/proc/18646/stat : 18646 (java) S 18645 18632 18305 0 -1 0 14454 0 1 0 1198 8 0 0 20 0 9 0 22606173 885215232 13256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18646/statm: 216117 13256 2590 9 0 210594 0
[pid=18646/tid=18647] ppid=18645 vsize=864468 CPUtime=11.12
/proc/18646/task/18647/stat : 18647 (java) R 18645 18632 18305 0 -1 64 3117 0 1 0 1109 3 0 0 25 0 9 0 22606174 885215232 13256 996147200 134512640 134550932 4294955936 18446744073709551615 4126574138 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18648] ppid=18645 vsize=864468 CPUtime=0.84
/proc/18646/task/18648/stat : 18648 (java) S 18645 18632 18305 0 -1 64 10302 0 0 0 80 4 0 0 16 0 9 0 22606175 885215232 13256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18649] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18649/stat : 18649 (java) S 18645 18632 18305 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 13256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18650] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18650/stat : 18650 (java) S 18645 18632 18305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 13256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18651] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18651/stat : 18651 (java) S 18645 18632 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 13256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18652] ppid=18645 vsize=864468 CPUtime=0.08
/proc/18646/task/18652/stat : 18652 (java) S 18645 18632 18305 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22606177 885215232 13256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18653] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18653/stat : 18653 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 13256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18654] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18654/stat : 18654 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22606177 885215232 13256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 886692

[startup+25.5027 s]
/proc/loadavg: 2.06 2.06 2.07 3/92 18654
/proc/meminfo: memFree=1764672/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.51
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1310 7082 0 1 5 2 40 4 16 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
[pid=18645] ppid=18632 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18632 18632 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22606173 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18645/statm: 1339 233 193 169 0 50 0
[pid=18646] ppid=18645 vsize=864468 CPUtime=24.81
/proc/18646/stat : 18646 (java) S 18645 18632 18305 0 -1 0 18153 0 1 0 2469 12 0 0 20 0 9 0 22606173 885215232 14227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18646/statm: 216117 14227 2590 9 0 210594 0
[pid=18646/tid=18647] ppid=18645 vsize=864468 CPUtime=23.59
/proc/18646/task/18647/stat : 18647 (java) R 18645 18632 18305 0 -1 64 3215 0 1 0 2354 5 0 0 25 0 9 0 22606174 885215232 14227 996147200 134512640 134550932 4294955936 18446744073709551615 4126574181 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18648] ppid=18645 vsize=864468 CPUtime=1.11
/proc/18646/task/18648/stat : 18648 (java) S 18645 18632 18305 0 -1 64 13903 0 0 0 105 6 0 0 16 0 9 0 22606175 885215232 14227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18649] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18649/stat : 18649 (java) S 18645 18632 18305 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 14227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18650] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18650/stat : 18650 (java) S 18645 18632 18305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 14227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18651] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18651/stat : 18651 (java) S 18645 18632 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 14227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18652] ppid=18645 vsize=864468 CPUtime=0.08
/proc/18646/task/18652/stat : 18652 (java) S 18645 18632 18305 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22606177 885215232 14227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18653] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18653/stat : 18653 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 14227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18654] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18654/stat : 18654 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22606177 885215232 14227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 886692

[startup+51.1026 s]
/proc/loadavg: 2.04 2.05 2.06 3/92 18654
/proc/meminfo: memFree=1760000/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.51
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1310 7082 0 1 5 2 40 4 16 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
[pid=18645] ppid=18632 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18632 18632 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22606173 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18645/statm: 1339 233 193 169 0 50 0
[pid=18646] ppid=18645 vsize=864468 CPUtime=50.27
/proc/18646/stat : 18646 (java) S 18645 18632 18305 0 -1 0 20922 0 1 0 5008 19 0 0 20 0 9 0 22606173 885215232 14232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18646/statm: 216117 14232 2590 9 0 210594 0
[pid=18646/tid=18647] ppid=18645 vsize=864468 CPUtime=48.63
/proc/18646/task/18647/stat : 18647 (java) R 18645 18632 18305 0 -1 64 3426 0 1 0 4854 9 0 0 25 0 9 0 22606174 885215232 14232 996147200 134512640 134550932 4294955936 18446744073709551615 4126593504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18648] ppid=18645 vsize=864468 CPUtime=1.52
/proc/18646/task/18648/stat : 18648 (java) S 18645 18632 18305 0 -1 64 16456 0 0 0 144 8 0 0 16 0 9 0 22606175 885215232 14232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18649] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18649/stat : 18649 (java) S 18645 18632 18305 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 14232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18650] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18650/stat : 18650 (java) S 18645 18632 18305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 14232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18651] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18651/stat : 18651 (java) S 18645 18632 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 14232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18652] ppid=18645 vsize=864468 CPUtime=0.09
/proc/18646/task/18652/stat : 18652 (java) S 18645 18632 18305 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 22606177 885215232 14232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18653] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18653/stat : 18653 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 14232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18654] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18654/stat : 18654 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22606177 885215232 14232 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 886692

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

[startup+57.5028 s]
/proc/loadavg: 2.03 2.05 2.06 3/92 18654
/proc/meminfo: memFree=1757952/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.51
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1310 7082 0 1 5 2 40 4 16 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
[pid=18645] ppid=18632 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18632 18632 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22606173 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18645/statm: 1339 233 193 169 0 50 0
[pid=18646] ppid=18645 vsize=864468 CPUtime=56.64
/proc/18646/stat : 18646 (java) S 18645 18632 18305 0 -1 0 23532 0 1 0 5644 20 0 0 20 0 9 0 22606173 885215232 14264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18646/statm: 216117 14264 2590 9 0 210594 0
[pid=18646/tid=18647] ppid=18645 vsize=864468 CPUtime=54.77
/proc/18646/task/18647/stat : 18647 (java) R 18645 18632 18305 0 -1 64 3451 0 1 0 5467 10 0 0 25 0 9 0 22606174 885215232 14264 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18648] ppid=18645 vsize=864468 CPUtime=1.76
/proc/18646/task/18648/stat : 18648 (java) S 18645 18632 18305 0 -1 64 19041 0 0 0 167 9 0 0 16 0 9 0 22606175 885215232 14264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18649] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18649/stat : 18649 (java) S 18645 18632 18305 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 14264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18650] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18650/stat : 18650 (java) S 18645 18632 18305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 14264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18651] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18651/stat : 18651 (java) S 18645 18632 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 14264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18652] ppid=18645 vsize=864468 CPUtime=0.09
/proc/18646/task/18652/stat : 18652 (java) S 18645 18632 18305 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 22606177 885215232 14264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18653] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18653/stat : 18653 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 14264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18654] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18654/stat : 18654 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22606177 885215232 14264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.15
Current children cumulated vsize (KiB) 886692

[startup+63.901 s]
/proc/loadavg: 2.03 2.05 2.06 3/92 18654
/proc/meminfo: memFree=1757952/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=0.51
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1310 7082 0 1 5 2 40 4 16 0 1 0 22606118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1111 409 3 0 796 0
[pid=18645] ppid=18632 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18632 18632 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22606173 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18645/statm: 1339 233 193 169 0 50 0
[pid=18646] ppid=18645 vsize=864468 CPUtime=63.01
/proc/18646/stat : 18646 (java) S 18645 18632 18305 0 -1 0 23569 0 1 0 6281 20 0 0 20 0 9 0 22606173 885215232 14272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18646/statm: 216117 14272 2590 9 0 210594 0
[pid=18646/tid=18647] ppid=18645 vsize=864468 CPUtime=61.08
/proc/18646/task/18647/stat : 18647 (java) R 18645 18632 18305 0 -1 64 3480 0 1 0 6098 10 0 0 25 0 9 0 22606174 885215232 14272 996147200 134512640 134550932 4294955936 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18648] ppid=18645 vsize=864468 CPUtime=1.81
/proc/18646/task/18648/stat : 18648 (java) S 18645 18632 18305 0 -1 64 19049 0 0 0 172 9 0 0 16 0 9 0 22606175 885215232 14272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18649] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18649/stat : 18649 (java) S 18645 18632 18305 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 14272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18650] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18650/stat : 18650 (java) S 18645 18632 18305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22606175 885215232 14272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18651] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18651/stat : 18651 (java) S 18645 18632 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 14272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18652] ppid=18645 vsize=864468 CPUtime=0.09
/proc/18646/task/18652/stat : 18652 (java) S 18645 18632 18305 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 22606177 885215232 14272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18653] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18653/stat : 18653 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22606177 885215232 14272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18646/tid=18654] ppid=18645 vsize=864468 CPUtime=0
/proc/18646/task/18654/stat : 18654 (java) S 18645 18632 18305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22606177 885215232 14272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.52
Current children cumulated vsize (KiB) 886692

[startup+67.1067 s]
/proc/loadavg: 2.03 2.05 2.06 3/84 18656
/proc/meminfo: memFree=1778688/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=66.26
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1374 30997 0 2 5 2 6590 29 15 0 1 0 22606118 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18632/statm: 4217 1112 409 3 0 796 0
[pid=18655] ppid=18632 vsize=5356 CPUtime=0
/proc/18655/stat : 18655 (sh) S 18632 18632 18305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22612783 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18655/statm: 1339 232 193 169 0 50 0
[pid=18656] ppid=18655 vsize=25600 CPUtime=0.44
/proc/18656/stat : 18656 (minisat) R 18655 18632 18305 0 -1 4194304 6165 0 0 0 41 3 0 0 23 0 1 0 22612783 26214400 6151 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18656/statm: 6400 6151 75 150 0 6247 0
Current children cumulated CPU time (s) 66.7
Current children cumulated vsize (KiB) 47824

[startup+68.702 s]
/proc/loadavg: 2.03 2.05 2.06 3/84 18656
/proc/meminfo: memFree=1775296/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=66.26
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1374 30997 0 2 5 2 6590 29 15 0 1 0 22606118 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18632/statm: 4217 1112 409 3 0 796 0
[pid=18655] ppid=18632 vsize=5356 CPUtime=0
/proc/18655/stat : 18655 (sh) S 18632 18632 18305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22612783 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18655/statm: 1339 232 193 169 0 50 0
[pid=18656] ppid=18655 vsize=27880 CPUtime=2.03
/proc/18656/stat : 18656 (minisat) R 18655 18632 18305 0 -1 4194304 6716 0 0 0 200 3 0 0 25 0 1 0 22612783 28549120 6702 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18656/statm: 6970 6702 75 150 0 6817 0
Current children cumulated CPU time (s) 68.29
Current children cumulated vsize (KiB) 50104

[startup+69.101 s]
/proc/loadavg: 2.03 2.05 2.06 3/84 18656
/proc/meminfo: memFree=1775296/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=66.26
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1374 30997 0 2 5 2 6590 29 15 0 1 0 22606118 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18632/statm: 4217 1112 409 3 0 796 0
[pid=18655] ppid=18632 vsize=5356 CPUtime=0
/proc/18655/stat : 18655 (sh) S 18632 18632 18305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22612783 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18655/statm: 1339 232 193 169 0 50 0
[pid=18656] ppid=18655 vsize=28012 CPUtime=2.42
/proc/18656/stat : 18656 (minisat) R 18655 18632 18305 0 -1 4194304 6732 0 0 0 239 3 0 0 25 0 1 0 22612783 28684288 6718 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18656/statm: 7003 6718 75 150 0 6850 0
Current children cumulated CPU time (s) 68.68
Current children cumulated vsize (KiB) 50236

[startup+69.3061 s]
/proc/loadavg: 2.03 2.05 2.06 3/84 18656
/proc/meminfo: memFree=1775104/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=68.86
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1427 38029 0 2 5 2 6845 34 16 0 1 0 22606118 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18632/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 68.86
Current children cumulated vsize (KiB) 16868

[startup+69.4011 s]
/proc/loadavg: 2.03 2.05 2.06 3/84 18656
/proc/meminfo: memFree=1775104/2055920 swapFree=4192812/4192956
[pid=18632] ppid=18630 vsize=16868 CPUtime=68.86
/proc/18632/stat : 18632 (sugar) S 18630 18632 18305 0 -1 4194304 1447 38029 0 2 5 2 6845 34 15 0 1 0 22606118 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18632/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 68.86
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 69.4301
CPU time (s): 69.0015
CPU user time (s): 68.5966
CPU system time (s): 0.404938
CPU usage (%): 99.3828
Max. virtual memory (cumulated for all children) (KiB): 892076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.5966
system time used= 0.404938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43298
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= 7391
involuntary context switches= 8982

runsolver used 0.103984 second user time and 0.220966 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 01:36:48
IDJOB=2071940
IDBENCH=55555
IDSOLVER=739
FILE ID=node86/2071940-1247355408
PBS_JOBID= 9506972
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg4-6_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071940-1247355408/watcher-2071940-1247355408 -o /tmp/evaluation-result-2071940-1247355408/solver-2071940-1247355408 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071940-1247355408.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a797a3acf3e0d060958fe9edcfa2a904
RANDOM SEED=84369331

node86.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1820344 kB
Buffers:         15384 kB
Cached:          92872 kB
SwapCached:          0 kB
Active:         154880 kB
Inactive:        33888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          98296 kB
Slab:            31916 kB
Committed_AS:   904068 kB
PageTables:       2016 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= 66300 MiB
End job on node86 at 2009-07-12 01:37:58