Trace number 2077220

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 242.062 244.547

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg4-7_ext.xml
MD5SUM84dd7f3a83d7666294b2e86a3aadbe05
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.138978
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints11
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension11
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:53:13 2009
0.00/0.08	c 0	PID 21048
0.07/0.08	c 0	HOST node1.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2077220-1247363593.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077220-1247363593.xml' 'HOME/temp.csp'
0.07/0.56	c 1	1 domains, 28 variables, 0 predicates, 2 relations, 11 constraints
0.07/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	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.07/0.69	c 1	Parsing HOME/temp.csp
0.91/1.06	c 1	parsed 42 expressions
0.91/1.07	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.07	c 1	Converting to clausal form CSP
0.91/1.09	c 1	converted 5 (10%) expressions
0.91/1.09	c 1	converted 9 (20%) expressions
0.91/1.09	c 1	converted 13 (30%) expressions
0.91/1.09	c 1	converted 17 (40%) expressions
0.91/1.09	c 1	converted 21 (50%) expressions
0.91/1.09	c 1	converted 26 (60%) expressions
1.00/1.16	c 1	converted 30 (70%) expressions
1.09/1.22	c 1	converted 34 (80%) expressions
1.09/1.26	c 1	converted 38 (90%) expressions
2.38/2.58	c 3	converted 42 (100%) expressions
2.38/2.58	c 3	CSP : 28 integers, 0 booleans, 11 clauses, largest domain size 26
2.38/2.58	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.38/2.58	c 3	Propagation in CSP
2.38/2.58	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.38/2.58	c 3	CSP : 28 integers, 0 booleans, 11 clauses, largest domain size 26
2.38/2.58	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.38/2.58	c 3	Simplifing CSP by introducing new Boolean variables
2.38/2.58	c 3	CSP : 28 integers, 0 booleans, 11 clauses, largest domain size 26
2.38/2.58	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.68/2.82	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.68/2.82	c 3	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.68/2.83	c 3	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
2.68/2.83	c 3	9 (30%) CSP integer variables are encoded (216 clauses, 2232 bytes)
2.68/2.83	c 3	12 (40%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.68/2.83	c 3	14 (50%) CSP integer variables are encoded (336 clauses, 3552 bytes)
2.68/2.84	c 3	17 (60%) CSP integer variables are encoded (408 clauses, 4344 bytes)
2.68/2.84	c 3	20 (70%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.68/2.84	c 3	23 (80%) CSP integer variables are encoded (552 clauses, 5928 bytes)
2.68/2.84	c 3	26 (90%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.68/2.84	c 3	28 (100%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.98/3.12	c 3	2 (10%) CSP clauses are encoded (9616 clauses, 261103 bytes)
3.08/3.24	c 3	3 (20%) CSP clauses are encoded (14088 clauses, 389894 bytes)
3.17/3.34	c 3	4 (30%) CSP clauses are encoded (18560 clauses, 518800 bytes)
3.27/3.45	c 4	5 (40%) CSP clauses are encoded (23032 clauses, 656008 bytes)
3.37/3.55	c 4	6 (50%) CSP clauses are encoded (27504 clauses, 793216 bytes)
3.47/3.66	c 4	7 (60%) CSP clauses are encoded (31976 clauses, 930424 bytes)
62.28/63.06	c 63	8 (70%) CSP clauses are encoded (164328 clauses, 6387005 bytes)
121.40/122.71	c 123	9 (80%) CSP clauses are encoded (296680 clauses, 12955840 bytes)
180.22/182.16	c 182	10 (90%) CSP clauses are encoded (429032 clauses, 19524675 bytes)
239.25/241.75	c 242	11 (100%) CSP clauses are encoded (561384 clauses, 26093510 bytes)
239.25/241.75	c 242	11 CSP clauses encoded
239.25/241.76	c 242	Writing map file : HOME/temp.map
239.25/241.76	c 242	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
239.25/241.76	c 242	SAT : 700 SAT variables, 561384 SAT clauses, 26093510 bytes
239.25/241.76	c 242	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
239.25/241.79	c 242	SOLVING HOME/temp.cnf
239.25/241.79	c 242	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
239.25/241.80	c 242	This is MiniSat 2.0 beta
239.25/241.80	c 242	WARNING: for repeatability, setting FPU to use double precision
239.25/241.80	c 242	============================[ Problem Statistics ]=============================
239.25/241.80	c 242	|                                                                             |
239.34/241.80	c 242	|  Number of variables:  700                                                  |
239.34/241.80	c 242	|  Number of clauses:    561384                                               |
239.92/242.46	c 243	|  Parsing time:         0.57         s                                       |
239.92/242.50	c 243	============================[ Search Statistics ]==============================
239.92/242.50	c 243	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
239.92/242.50	c 243	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
239.92/242.50	c 243	===============================================================================
239.92/242.50	c 243	|         0 |     700   561384  5768867 |   187128        0    nan |  0.000 % |
240.02/242.58	c 243	|       100 |     700   561384  5768867 |   205840      100      5 |  0.000 % |
240.12/242.69	c 243	|       250 |     700   561384  5768867 |   226424      250      7 |  0.005 % |
240.62/243.16	c 243	|       475 |     700   561384  5768867 |   249067      475      9 |  0.001 % |
241.01/243.51	c 244	|       812 |     700   561384  5768867 |   273974      812     11 |  0.006 % |
241.70/244.23	c 244	|      1319 |     700   561384  5768867 |   301371     1319     11 |  0.005 % |
241.80/244.39	c 245	===============================================================================
241.80/244.39	c 245	restarts              : 6
241.80/244.39	c 245	conflicts             : 1428           (578 /sec)
241.80/244.39	c 245	decisions             : 2369           (1.52 % random) (959 /sec)
241.80/244.39	c 245	propagations          : 64723          (26197 /sec)
241.80/244.39	c 245	conflict literals     : 15275          (28.64 % deleted)
241.80/244.39	c 245	Memory used           : 44.83 MB
241.80/244.39	c 245	CPU time              : 2.47062 s
241.80/244.39	c 245	
241.80/244.39	c 245	SATISFIABLE
241.80/244.40	c 245	DECODING HOME/temp.out WITH HOME/temp.map
241.80/244.40	c 245	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'
241.91/244.48	c 245	Decoding HOME/temp.out
241.91/244.50	s SATISFIABLE
241.91/244.50	v 15 14 20 19 18 0 19 4 13 21 14 8 11 0 25 24 4 20 19 4 17 4 23 4 17 4 18 4
241.91/244.51	c 245	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
241.91/244.53	c 245	CPU 242.03 (0.06 0.01 241.36 0.6)
241.91/244.53	c 245	END Sun Jul 12 03:57:18 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-2077220-1247363593/watcher-2077220-1247363593 -o /tmp/evaluation-result-2077220-1247363593/solver-2077220-1247363593 -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-2077220-1247363593.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.68 2.68 2.46 4/82 21048
/proc/meminfo: memFree=1499840/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=18576 CPUtime=0
/proc/21048/stat : 21048 (runsolver) R 21046 21048 18296 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 23427062 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21048/statm: 4644 284 249 26 0 2626 0

[startup+0.0827049 s]
/proc/loadavg: 2.68 2.68 2.46 4/82 21048
/proc/meminfo: memFree=1499840/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16740 CPUtime=0.07
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 23427062 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101403 s]
/proc/loadavg: 2.68 2.68 2.46 4/82 21048
/proc/meminfo: memFree=1499840/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=0.07
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23427062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30143 s]
/proc/loadavg: 2.68 2.68 2.46 4/82 21048
/proc/meminfo: memFree=1499840/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=0.07
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23427062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701469 s]
/proc/loadavg: 2.68 2.68 2.46 4/82 21048
/proc/meminfo: memFree=1499840/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=0.54
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1309 8171 0 1 6 1 42 5 16 0 1 0 23427062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50257 s]
/proc/loadavg: 2.68 2.68 2.46 3/93 21070
/proc/meminfo: memFree=1485160/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=0.54
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1310 8171 0 1 6 1 42 5 15 0 1 0 23427062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1111 409 3 0 796 0
[pid=21061] ppid=21048 vsize=5356 CPUtime=0
/proc/21061/stat : 21061 (sh) S 21048 21048 18296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23427124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21061/statm: 1339 233 193 169 0 50 0
[pid=21062] ppid=21061 vsize=864352 CPUtime=0.86
/proc/21062/stat : 21062 (java) S 21061 21048 18296 0 -1 0 9502 0 1 0 82 4 0 0 18 0 9 0 23427124 885096448 8300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21062/statm: 216088 8300 2566 9 0 210593 0
[pid=21062/tid=21063] ppid=21061 vsize=864352 CPUtime=0.45
/proc/21062/task/21063/stat : 21063 (java) R 21061 21048 18296 0 -1 64 2675 0 1 0 44 1 0 0 23 0 9 0 23427125 885096448 8300 996147200 134512640 134550932 4294955936 18446744073709551615 101450484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21064] ppid=21061 vsize=864352 CPUtime=0.33
/proc/21062/task/21064/stat : 21064 (java) S 21061 21048 18296 0 -1 64 5811 0 0 0 32 1 0 0 16 0 9 0 23427126 885096448 8300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21065] ppid=21061 vsize=864352 CPUtime=0
/proc/21062/task/21065/stat : 21065 (java) S 21061 21048 18296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23427127 885096448 8300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21066] ppid=21061 vsize=864352 CPUtime=0
/proc/21062/task/21066/stat : 21066 (java) S 21061 21048 18296 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23427127 885096448 8300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21067] ppid=21061 vsize=864352 CPUtime=0
/proc/21062/task/21067/stat : 21067 (java) S 21061 21048 18296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23427129 885096448 8300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21068] ppid=21061 vsize=864352 CPUtime=0.04
/proc/21062/task/21068/stat : 21068 (java) S 21061 21048 18296 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 23427129 885096448 8300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21069] ppid=21061 vsize=864352 CPUtime=0
/proc/21062/task/21069/stat : 21069 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23427129 885096448 8300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21070] ppid=21061 vsize=864352 CPUtime=0
/proc/21062/task/21070/stat : 21070 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23427129 885096448 8300 996147200 134512640 134550932 4294955936 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) 886576

[startup+3.10275 s]
/proc/loadavg: 2.68 2.68 2.46 4/93 21070
/proc/meminfo: memFree=1458216/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=0.54
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1310 8171 0 1 6 1 42 5 15 0 1 0 23427062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1111 409 3 0 796 0
[pid=21061] ppid=21048 vsize=5356 CPUtime=0
/proc/21061/stat : 21061 (sh) S 21048 21048 18296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23427124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21061/statm: 1339 233 193 169 0 50 0
[pid=21062] ppid=21061 vsize=864464 CPUtime=2.44
/proc/21062/stat : 21062 (java) S 21061 21048 18296 0 -1 0 16257 0 1 0 237 7 0 0 18 0 9 0 23427124 885211136 14441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21062/statm: 216116 14441 2590 9 0 210593 0
[pid=21062/tid=21063] ppid=21061 vsize=864464 CPUtime=1.1
/proc/21062/task/21063/stat : 21063 (java) R 21061 21048 18296 0 -1 64 3183 0 1 0 108 2 0 0 25 0 9 0 23427125 885211136 14441 996147200 134512640 134550932 4294955936 18446744073709551615 4125977358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21064] ppid=21061 vsize=864464 CPUtime=1.24
/proc/21062/task/21064/stat : 21064 (java) S 21061 21048 18296 0 -1 64 12033 0 0 0 120 4 0 0 16 0 9 0 23427126 885211136 14441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21065] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21065/stat : 21065 (java) S 21061 21048 18296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 14441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21066] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21066/stat : 21066 (java) S 21061 21048 18296 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 14441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21067] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21067/stat : 21067 (java) S 21061 21048 18296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23427129 885211136 14441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21068] ppid=21061 vsize=864464 CPUtime=0.08
/proc/21062/task/21068/stat : 21068 (java) S 21061 21048 18296 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 23427129 885211136 14441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21069] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21069/stat : 21069 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23427129 885211136 14441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21070] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21070/stat : 21070 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23427129 885211136 14441 996147200 134512640 134550932 4294955936 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) 886688

[startup+6.30212 s]
/proc/loadavg: 2.63 2.66 2.46 3/93 21070
/proc/meminfo: memFree=1429736/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=0.54
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1310 8171 0 1 6 1 42 5 15 0 1 0 23427062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1111 409 3 0 796 0
[pid=21061] ppid=21048 vsize=5356 CPUtime=0
/proc/21061/stat : 21061 (sh) S 21048 21048 18296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23427124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21061/statm: 1339 233 193 169 0 50 0
[pid=21062] ppid=21061 vsize=864464 CPUtime=5.61
/proc/21062/stat : 21062 (java) S 21061 21048 18296 0 -1 0 17870 0 1 0 551 10 0 0 18 0 9 0 23427124 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21062/statm: 216116 16009 2590 9 0 210593 0
[pid=21062/tid=21063] ppid=21061 vsize=864464 CPUtime=4.15
/proc/21062/task/21063/stat : 21063 (java) R 21061 21048 18296 0 -1 64 3228 0 1 0 412 3 0 0 25 0 9 0 23427125 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4126564039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21064] ppid=21061 vsize=864464 CPUtime=1.35
/proc/21062/task/21064/stat : 21064 (java) S 21061 21048 18296 0 -1 64 13601 0 0 0 130 5 0 0 16 0 9 0 23427126 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21065] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21065/stat : 21065 (java) S 21061 21048 18296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21066] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21066/stat : 21066 (java) S 21061 21048 18296 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21067] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21067/stat : 21067 (java) S 21061 21048 18296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23427129 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21068] ppid=21061 vsize=864464 CPUtime=0.08
/proc/21062/task/21068/stat : 21068 (java) S 21061 21048 18296 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 23427129 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21069] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21069/stat : 21069 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23427129 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21070] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21070/stat : 21070 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23427129 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886688

[startup+12.7029 s]
/proc/loadavg: 2.58 2.65 2.45 3/93 21070
/proc/meminfo: memFree=1416488/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=0.54
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1310 8171 0 1 6 1 42 5 15 0 1 0 23427062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1111 409 3 0 796 0
[pid=21061] ppid=21048 vsize=5356 CPUtime=0
/proc/21061/stat : 21061 (sh) S 21048 21048 18296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23427124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21061/statm: 1339 233 193 169 0 50 0
[pid=21062] ppid=21061 vsize=864464 CPUtime=11.94
/proc/21062/stat : 21062 (java) S 21061 21048 18296 0 -1 0 17870 0 1 0 1184 10 0 0 18 0 9 0 23427124 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21062/statm: 216116 16009 2590 9 0 210593 0
[pid=21062/tid=21063] ppid=21061 vsize=864464 CPUtime=10.5
/proc/21062/task/21063/stat : 21063 (java) R 21061 21048 18296 0 -1 64 3228 0 1 0 1046 4 0 0 25 0 9 0 23427125 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4126568340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21064] ppid=21061 vsize=864464 CPUtime=1.35
/proc/21062/task/21064/stat : 21064 (java) S 21061 21048 18296 0 -1 64 13601 0 0 0 130 5 0 0 16 0 9 0 23427126 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21065] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21065/stat : 21065 (java) S 21061 21048 18296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21066] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21066/stat : 21066 (java) S 21061 21048 18296 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21067] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21067/stat : 21067 (java) S 21061 21048 18296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23427129 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21068] ppid=21061 vsize=864464 CPUtime=0.08
/proc/21062/task/21068/stat : 21068 (java) S 21061 21048 18296 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 23427129 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21069] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21069/stat : 21069 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23427129 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21070] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21070/stat : 21070 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23427129 885211136 16009 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886688

[startup+25.5014 s]
/proc/loadavg: 2.45 2.62 2.45 3/93 21070
/proc/meminfo: memFree=1413736/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=0.54
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1310 8171 0 1 6 1 42 5 15 0 1 0 23427062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1111 409 3 0 796 0
[pid=21061] ppid=21048 vsize=5356 CPUtime=0
/proc/21061/stat : 21061 (sh) S 21048 21048 18296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23427124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21061/statm: 1339 233 193 169 0 50 0
[pid=21062] ppid=21061 vsize=864464 CPUtime=24.61
/proc/21062/stat : 21062 (java) S 21061 21048 18296 0 -1 0 18589 0 1 0 2451 10 0 0 18 0 9 0 23427124 885211136 16714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21062/statm: 216116 16714 2590 9 0 210593 0
[pid=21062/tid=21063] ppid=21061 vsize=864464 CPUtime=23.11
/proc/21062/task/21063/stat : 21063 (java) R 21061 21048 18296 0 -1 64 3242 0 1 0 2307 4 0 0 25 0 9 0 23427125 885211136 16714 996147200 134512640 134550932 4294955936 18446744073709551615 4126564167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21064] ppid=21061 vsize=864464 CPUtime=1.4
/proc/21062/task/21064/stat : 21064 (java) S 21061 21048 18296 0 -1 64 14306 0 0 0 135 5 0 0 16 0 9 0 23427126 885211136 16714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21065] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21065/stat : 21065 (java) S 21061 21048 18296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 16714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21066] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21066/stat : 21066 (java) S 21061 21048 18296 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 16714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21067] ppid=21061 vsize=864464 CPUtime=0

################
# More data... #
################

[pid=21062] ppid=21061 vsize=864464 CPUtime=219.49
/proc/21062/stat : 21062 (java) S 21061 21048 18296 0 -1 0 31223 0 1 0 21914 35 0 0 18 0 9 0 23427124 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21062/statm: 216116 20767 2590 9 0 210593 0
[pid=21062/tid=21063] ppid=21061 vsize=864464 CPUtime=215.86
/proc/21062/task/21063/stat : 21063 (java) R 21061 21048 18296 0 -1 64 3718 0 1 0 21567 19 0 0 25 0 9 0 23427125 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4126564096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21064] ppid=21061 vsize=864464 CPUtime=3.51
/proc/21062/task/21064/stat : 21064 (java) S 21061 21048 18296 0 -1 64 26459 0 0 0 336 15 0 0 16 0 9 0 23427126 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21065] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21065/stat : 21065 (java) S 21061 21048 18296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21066] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21066/stat : 21066 (java) S 21061 21048 18296 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21067] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21067/stat : 21067 (java) S 21061 21048 18296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21068] ppid=21061 vsize=864464 CPUtime=0.09
/proc/21062/task/21068/stat : 21068 (java) S 21061 21048 18296 0 -1 64 344 0 0 0 9 0 0 0 17 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21069] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21069/stat : 21069 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21070] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21070/stat : 21070 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 886688

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

[startup+230.301 s]
/proc/loadavg: 2.01 2.31 2.35 3/93 21070
/proc/meminfo: memFree=1355752/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=0.54
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1310 8171 0 1 6 1 42 5 16 0 1 0 23427062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1111 409 3 0 796 0
[pid=21061] ppid=21048 vsize=5356 CPUtime=0
/proc/21061/stat : 21061 (sh) S 21048 21048 18296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23427124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21061/statm: 1339 233 193 169 0 50 0
[pid=21062] ppid=21061 vsize=864464 CPUtime=227.41
/proc/21062/stat : 21062 (java) S 21061 21048 18296 0 -1 0 31234 0 1 0 22706 35 0 0 18 0 9 0 23427124 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21062/statm: 216116 20767 2590 9 0 210593 0
[pid=21062/tid=21063] ppid=21061 vsize=864464 CPUtime=223.75
/proc/21062/task/21063/stat : 21063 (java) R 21061 21048 18296 0 -1 64 3729 0 1 0 22356 19 0 0 25 0 9 0 23427125 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21064] ppid=21061 vsize=864464 CPUtime=3.55
/proc/21062/task/21064/stat : 21064 (java) S 21061 21048 18296 0 -1 64 26459 0 0 0 340 15 0 0 16 0 9 0 23427126 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21065] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21065/stat : 21065 (java) S 21061 21048 18296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21066] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21066/stat : 21066 (java) S 21061 21048 18296 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21067] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21067/stat : 21067 (java) S 21061 21048 18296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21068] ppid=21061 vsize=864464 CPUtime=0.09
/proc/21062/task/21068/stat : 21068 (java) S 21061 21048 18296 0 -1 64 344 0 0 0 9 0 0 0 17 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21069] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21069/stat : 21069 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21070] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21070/stat : 21070 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 227.95
Current children cumulated vsize (KiB) 886688

[startup+236.702 s]
/proc/loadavg: 2.01 2.30 2.35 3/93 21070
/proc/meminfo: memFree=1355752/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=0.54
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1310 8171 0 1 6 1 42 5 16 0 1 0 23427062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1111 409 3 0 796 0
[pid=21061] ppid=21048 vsize=5356 CPUtime=0
/proc/21061/stat : 21061 (sh) S 21048 21048 18296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23427124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21061/statm: 1339 233 193 169 0 50 0
[pid=21062] ppid=21061 vsize=864464 CPUtime=233.75
/proc/21062/stat : 21062 (java) S 21061 21048 18296 0 -1 0 31242 0 1 0 23340 35 0 0 18 0 9 0 23427124 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21062/statm: 216116 20767 2590 9 0 210593 0
[pid=21062/tid=21063] ppid=21061 vsize=864464 CPUtime=230.06
/proc/21062/task/21063/stat : 21063 (java) R 21061 21048 18296 0 -1 64 3737 0 1 0 22987 19 0 0 25 0 9 0 23427125 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21064] ppid=21061 vsize=864464 CPUtime=3.57
/proc/21062/task/21064/stat : 21064 (java) S 21061 21048 18296 0 -1 64 26459 0 0 0 342 15 0 0 16 0 9 0 23427126 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21065] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21065/stat : 21065 (java) S 21061 21048 18296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21066] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21066/stat : 21066 (java) S 21061 21048 18296 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21067] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21067/stat : 21067 (java) S 21061 21048 18296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21068] ppid=21061 vsize=864464 CPUtime=0.09
/proc/21062/task/21068/stat : 21068 (java) S 21061 21048 18296 0 -1 64 344 0 0 0 9 0 0 0 17 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21069] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21069/stat : 21069 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21070] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21070/stat : 21070 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 234.29
Current children cumulated vsize (KiB) 886688

[startup+239.901 s]
/proc/loadavg: 2.01 2.29 2.35 3/93 21070
/proc/meminfo: memFree=1352936/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=0.54
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1310 8171 0 1 6 1 42 5 16 0 1 0 23427062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1111 409 3 0 796 0
[pid=21061] ppid=21048 vsize=5356 CPUtime=0
/proc/21061/stat : 21061 (sh) S 21048 21048 18296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23427124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21061/statm: 1339 233 193 169 0 50 0
[pid=21062] ppid=21061 vsize=864464 CPUtime=236.92
/proc/21062/stat : 21062 (java) S 21061 21048 18296 0 -1 0 31243 0 1 0 23657 35 0 0 18 0 9 0 23427124 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21062/statm: 216116 20767 2590 9 0 210593 0
[pid=21062/tid=21063] ppid=21061 vsize=864464 CPUtime=233.23
/proc/21062/task/21063/stat : 21063 (java) R 21061 21048 18296 0 -1 64 3738 0 1 0 23304 19 0 0 25 0 9 0 23427125 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4126564068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21064] ppid=21061 vsize=864464 CPUtime=3.58
/proc/21062/task/21064/stat : 21064 (java) S 21061 21048 18296 0 -1 64 26459 0 0 0 343 15 0 0 16 0 9 0 23427126 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21065] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21065/stat : 21065 (java) S 21061 21048 18296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21066] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21066/stat : 21066 (java) S 21061 21048 18296 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23427127 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21067] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21067/stat : 21067 (java) S 21061 21048 18296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21068] ppid=21061 vsize=864464 CPUtime=0.09
/proc/21062/task/21068/stat : 21068 (java) S 21061 21048 18296 0 -1 64 344 0 0 0 9 0 0 0 17 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21069] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21069/stat : 21069 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21062/tid=21070] ppid=21061 vsize=864464 CPUtime=0
/proc/21062/task/21070/stat : 21070 (java) S 21061 21048 18296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23427129 885211136 20767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 237.46
Current children cumulated vsize (KiB) 886688

[startup+243.108 s]
/proc/loadavg: 2.01 2.29 2.35 3/85 21072
/proc/meminfo: memFree=1376680/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=239.34
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1374 39770 0 2 6 1 23880 47 15 0 1 0 23427062 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1112 409 3 0 796 0
[pid=21071] ppid=21048 vsize=5356 CPUtime=0
/proc/21071/stat : 21071 (sh) S 21048 21048 18296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23451241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21071/statm: 1339 232 193 169 0 50 0
[pid=21072] ppid=21071 vsize=44840 CPUtime=1.28
/proc/21072/stat : 21072 (minisat) R 21071 21048 18296 0 -1 4194304 10814 0 0 0 120 8 0 0 25 0 1 0 23451242 45916160 10800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21072/statm: 11210 10800 75 150 0 11057 0
Current children cumulated CPU time (s) 240.62
Current children cumulated vsize (KiB) 67064

[startup+243.902 s]
/proc/loadavg: 2.01 2.29 2.35 3/85 21072
/proc/meminfo: memFree=1376680/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=239.34
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1374 39770 0 2 6 1 23880 47 15 0 1 0 23427062 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1112 409 3 0 796 0
[pid=21071] ppid=21048 vsize=5356 CPUtime=0
/proc/21071/stat : 21071 (sh) S 21048 21048 18296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23451241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21071/statm: 1339 232 193 169 0 50 0
[pid=21072] ppid=21071 vsize=45612 CPUtime=2.07
/proc/21072/stat : 21072 (minisat) R 21071 21048 18296 0 -1 4194304 10998 0 0 0 199 8 0 0 25 0 1 0 23451242 46706688 10984 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 1 0 0
/proc/21072/statm: 11403 10984 75 150 0 11250 0
Current children cumulated CPU time (s) 241.41
Current children cumulated vsize (KiB) 67836

[startup+244.303 s]
/proc/loadavg: 2.01 2.29 2.35 3/85 21072
/proc/meminfo: memFree=1375336/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=239.34
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1374 39770 0 2 6 1 23880 47 15 0 1 0 23427062 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1112 409 3 0 796 0
[pid=21071] ppid=21048 vsize=5356 CPUtime=0
/proc/21071/stat : 21071 (sh) S 21048 21048 18296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23451241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21071/statm: 1339 232 193 169 0 50 0
[pid=21072] ppid=21071 vsize=45904 CPUtime=2.46
/proc/21072/stat : 21072 (minisat) R 21071 21048 18296 0 -1 4194304 11068 0 0 0 238 8 0 0 25 0 1 0 23451242 47005696 11054 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21072/statm: 11476 11054 75 150 0 11323 0
Current children cumulated CPU time (s) 241.8
Current children cumulated vsize (KiB) 68128

[startup+244.502 s]
/proc/loadavg: 2.01 2.29 2.35 3/85 21072
/proc/meminfo: memFree=1375336/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=16868 CPUtime=241.91
/proc/21048/stat : 21048 (sugar) S 21046 21048 18296 0 -1 4194304 1445 51150 0 2 6 1 24127 57 16 0 1 0 23427062 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21048/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 241.91
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 244.547
CPU time (s): 242.062
CPU user time (s): 241.424
CPU system time (s): 0.637903
CPU usage (%): 98.9838
Max. virtual memory (cumulated for all children) (KiB): 892320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.424
system time used= 0.637903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56349
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= 12014
involuntary context switches= 21117

runsolver used 0.25996 second user time and 0.886865 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 03:53:13
IDJOB=2077220
IDBENCH=56568
IDSOLVER=739
FILE ID=node1/2077220-1247363593
PBS_JOBID= 9506933
Free space on /tmp= 66336 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg4-7_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-2077220-1247363593/watcher-2077220-1247363593 -o /tmp/evaluation-result-2077220-1247363593/solver-2077220-1247363593 -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-2077220-1247363593.xml

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

MD5SUM BENCH= 84dd7f3a83d7666294b2e86a3aadbe05
RANDOM SEED=1399404315

node1.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.216
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.216
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:       1500384 kB
Buffers:         28048 kB
Cached:         146372 kB
SwapCached:          0 kB
Active:         457044 kB
Inactive:        45808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1500384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2244 kB
Writeback:           0 kB
Mapped:         349816 kB
Slab:            37044 kB
Committed_AS:   547936 kB
PageTables:       2636 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= 66320 MiB
End job on node1 at 2009-07-12 03:57:18