Trace number 1126756

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 226.156 233.235

General information on the benchmark

Namemaxcsp/warehouses/
normalized-capmo4_ext.xml
MD5SUMe4a8ca98653b0d25fe779b3362514fd3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark2.25166
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints10100
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension10100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.20	c 0	Sugar v1-13 + HOME/minisat
0.03/0.20	c 0	BEGIN Wed Jul 16 07:40:56 2008
0.03/0.20	c 0	PID 30457
0.03/0.21	c 0	HOST node70.alineos.net
0.03/0.21	c 0	CONVERTING HOME/instance-1126756-1216186856.xml TO HOME/temp.csp
0.03/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126756-1216186856.xml' 'HOME/temp.csp'
0.91/1.11	c 1	3 domains, 201 variables, 0 predicates, 101 relations, 10100 constraints
0.91/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.91/1.15	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.23	c 1	Parsing HOME/temp.csp
0.93/1.53	c 1	parsed 10000 expressions
0.93/1.54	c 1	parsed 10405 expressions
0.93/1.54	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.65	c 2	MAX CSP: 10100 constraints
0.93/1.65	c 2	Converting to clausal form CSP
0.93/1.83	c 2	converted 2051 (10%) expressions
0.93/1.89	c 2	converted 4102 (20%) expressions
0.93/1.96	c 2	converted 6153 (30%) expressions
0.93/1.98	c 2	converted 8204 (40%) expressions
0.93/2.01	c 2	converted 10254 (50%) expressions
0.93/2.03	c 2	converted 12305 (60%) expressions
0.93/2.06	c 2	converted 14356 (70%) expressions
0.93/2.08	c 2	converted 16407 (80%) expressions
1.85/2.18	c 2	converted 18458 (90%) expressions
2.85/3.10	c 3	converted 20508 (100%) expressions
2.85/3.10	c 3	CSP : 20401 integers, 0 booleans, 30299 clauses, largest domain size 15151
2.85/3.10	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.85/3.11	c 3	Propagation in CSP
3.14/3.44	c 3	10092 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.14/3.45	c 3	CSP : 20401 integers, 0 booleans, 30299 clauses, largest domain size 10101
3.14/3.45	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.14/3.46	c 3	Simplifing CSP by introducing new Boolean variables
3.14/3.48	c 3	CSP : 20401 integers, 0 booleans, 30299 clauses, largest domain size 10101
3.14/3.48	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.34/3.61	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.34/3.66	c 4	2041 (10%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.34/3.67	c 4	4081 (20%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.34/3.67	c 4	6121 (30%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.34/3.67	c 4	8161 (40%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.34/3.67	c 4	10201 (50%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.53/3.82	c 4	12241 (60%) CSP integer variables are encoded (136966 clauses, 2131413 bytes)
3.53/3.87	c 4	14281 (70%) CSP integer variables are encoded (175223 clauses, 2781782 bytes)
3.64/3.91	c 4	16321 (80%) CSP integer variables are encoded (206273 clauses, 3309632 bytes)
3.64/3.94	c 4	18361 (90%) CSP integer variables are encoded (228146 clauses, 3681473 bytes)
3.64/3.98	c 4	20401 (100%) CSP integer variables are encoded (256025 clauses, 4155416 bytes)
4.13/4.42	c 4	3030 (10%) CSP clauses are encoded (259055 clauses, 4225820 bytes)
4.43/4.79	c 5	6060 (20%) CSP clauses are encoded (262085 clauses, 4297640 bytes)
4.83/5.16	c 5	9090 (30%) CSP clauses are encoded (265115 clauses, 4369460 bytes)
5.92/6.21	c 6	12120 (40%) CSP clauses are encoded (784217 clauses, 15416229 bytes)
128.76/131.47	c 131	15150 (50%) CSP clauses are encoded (51560901 clauses, 1216320906 bytes)
131.96/134.98	c 135	18180 (60%) CSP clauses are encoded (53215647 clauses, 1256632837 bytes)
225.13/230.82	c 231	ERROR Exception Too large HOME/temp.cnf
225.16/231.01	c 231	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
225.16/231.01	c 231	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
225.16/231.01	c 231	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
225.16/231.01	s UNKNOWN
225.17/231.34	c 231	CPU 208.84 (0.03 0.01 208.81 16.33)
225.17/231.34	c 231	END Wed Jul 16 07:44:47 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126756-1216186856/watcher-1126756-1216186856 -o /tmp/evaluation-result-1126756-1216186856/solver-1126756-1216186856 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1126756-1216186856.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.46 2.41 2.19 5/86 30457
/proc/meminfo: memFree=1808352/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=18572 CPUtime=0
/proc/30457/stat : 30457 (runsolver) D 30455 30457 29789 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 75383385 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 233402068263 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/30457/statm: 4643 292 257 25 0 2626 0

[startup+0.0325951 s]
/proc/loadavg: 2.46 2.41 2.19 5/86 30457
/proc/meminfo: memFree=1808352/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=2504 CPUtime=0
/proc/30457/stat : 30457 (sugar) D 30455 30457 29789 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 75383385 2564096 23 996147200 4194304 4206940 548682068592 18446744073709551615 233399452368 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/30457/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.106107 s]
/proc/loadavg: 2.46 2.41 2.19 5/86 30457
/proc/meminfo: memFree=1808352/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=12272 CPUtime=0
/proc/30457/stat : 30457 (sugar) R 30455 30457 29789 0 -1 4194304 394 0 3 0 0 0 0 0 18 0 1 0 75383385 12566528 365 996147200 4194304 4206940 548682068592 18446744073709551615 233410968574 0 0 4224 0 0 0 0 17 1 0 0
/proc/30457/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301118 s]
/proc/loadavg: 2.46 2.41 2.19 5/86 30457
/proc/meminfo: memFree=1808352/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.04
/proc/30457/stat : 30457 (sugar) S 30455 30457 29789 0 -1 4194304 895 127 3 0 3 1 0 0 19 0 1 0 75383385 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30457/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701163 s]
/proc/loadavg: 2.46 2.41 2.19 5/86 30457
/proc/meminfo: memFree=1808352/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.04
/proc/30457/stat : 30457 (sugar) S 30455 30457 29789 0 -1 4194304 895 127 3 0 3 1 0 0 19 0 1 0 75383385 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30457/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50124 s]
/proc/loadavg: 2.46 2.41 2.19 4/97 30469
/proc/meminfo: memFree=1789832/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.93
/proc/30457/stat : 30457 (sugar) S 30455 30457 29789 0 -1 4194304 971 7846 3 1 3 1 84 5 16 0 1 0 75383385 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30457/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 13600

[startup+3.1024 s]
/proc/loadavg: 2.46 2.41 2.19 3/97 30479
/proc/meminfo: memFree=1781256/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.93
/proc/30457/stat : 30457 (sugar) R 30455 30457 29789 0 -1 4194304 971 7846 3 1 3 1 84 5 16 0 1 0 75383385 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233419973696 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30457/statm: 3400 797 370 3 0 500 0
[pid=30470] ppid=30457 vsize=5356 CPUtime=0
/proc/30470/stat : 30470 (sh) S 30457 30457 29789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75383501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30470/statm: 1339 233 193 169 0 50 0
[pid=30471] ppid=30470 vsize=868396 CPUtime=1.92
/proc/30471/stat : 30471 (java) S 30470 30457 29789 0 -1 0 12884 0 1 0 184 8 0 0 20 0 9 0 75383501 889237504 11789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30471/statm: 217099 11789 2540 9 0 211674 0
[pid=30471/tid=30472] ppid=30470 vsize=868396 CPUtime=1.13
/proc/30471/task/30472/stat : 30472 (java) R 30470 30457 29789 0 -1 64 2907 0 1 0 111 2 0 0 25 0 9 0 75383502 889237504 11789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30473] ppid=30470 vsize=868396 CPUtime=0.56
/proc/30471/task/30473/stat : 30473 (java) S 30470 30457 29789 0 -1 64 7802 0 0 0 53 3 0 0 16 0 9 0 75383503 889237504 11789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30474] ppid=30470 vsize=868396 CPUtime=0
/proc/30471/task/30474/stat : 30474 (java) S 30470 30457 29789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75383503 889237504 11789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30475] ppid=30470 vsize=868396 CPUtime=0
/proc/30471/task/30475/stat : 30475 (java) S 30470 30457 29789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75383503 889237504 11789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30476] ppid=30470 vsize=868396 CPUtime=0
/proc/30471/task/30476/stat : 30476 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889237504 11789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30477] ppid=30470 vsize=868396 CPUtime=0.19
/proc/30471/task/30477/stat : 30477 (java) S 30470 30457 29789 0 -1 64 1479 0 0 0 19 0 0 0 16 0 9 0 75383505 889237504 11789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30478] ppid=30470 vsize=868396 CPUtime=0
/proc/30471/task/30478/stat : 30478 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889237504 11789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30479] ppid=30470 vsize=868396 CPUtime=0
/proc/30471/task/30479/stat : 30479 (java) S 30470 30457 29789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75383505 889237504 11789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 887352

[startup+6.30172 s]
/proc/loadavg: 2.50 2.42 2.19 3/97 30479
/proc/meminfo: memFree=1760648/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.93
/proc/30457/stat : 30457 (sugar) S 30455 30457 29789 0 -1 4194304 971 7846 3 1 3 1 84 5 16 0 1 0 75383385 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30457/statm: 3400 797 370 3 0 500 0
[pid=30470] ppid=30457 vsize=5356 CPUtime=0
/proc/30470/stat : 30470 (sh) S 30457 30457 29789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75383501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30470/statm: 1339 233 193 169 0 50 0
[pid=30471] ppid=30470 vsize=868508 CPUtime=5.09
/proc/30471/stat : 30471 (java) S 30470 30457 29789 0 -1 0 13927 0 1 0 488 21 0 0 20 0 9 0 75383501 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30471/statm: 217127 12276 2567 9 0 211674 0
[pid=30471/tid=30472] ppid=30470 vsize=868508 CPUtime=3.89
/proc/30471/task/30472/stat : 30472 (java) R 30470 30457 29789 0 -1 64 3309 0 1 0 376 13 0 0 25 0 9 0 75383502 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4127063558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30473] ppid=30470 vsize=868508 CPUtime=0.88
/proc/30471/task/30473/stat : 30473 (java) S 30470 30457 29789 0 -1 64 8382 0 0 0 82 6 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30474] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30474/stat : 30474 (java) S 30470 30457 29789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30475] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30475/stat : 30475 (java) S 30470 30457 29789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30476] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30476/stat : 30476 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30477] ppid=30470 vsize=868508 CPUtime=0.28
/proc/30471/task/30477/stat : 30477 (java) S 30470 30457 29789 0 -1 64 1540 0 0 0 28 0 0 0 16 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30478] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30478/stat : 30478 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30479] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30479/stat : 30479 (java) S 30470 30457 29789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 887464

[startup+12.7024 s]
/proc/loadavg: 2.46 2.41 2.19 3/97 30479
/proc/meminfo: memFree=1723208/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.93
/proc/30457/stat : 30457 (sugar) S 30455 30457 29789 0 -1 4194304 971 7846 3 1 3 1 84 5 16 0 1 0 75383385 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30457/statm: 3400 797 370 3 0 500 0
[pid=30470] ppid=30457 vsize=5356 CPUtime=0
/proc/30470/stat : 30470 (sh) S 30457 30457 29789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75383501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30470/statm: 1339 233 193 169 0 50 0
[pid=30471] ppid=30470 vsize=868508 CPUtime=11.45
/proc/30471/stat : 30471 (java) S 30470 30457 29789 0 -1 0 14302 0 1 0 1107 38 0 0 20 0 9 0 75383501 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30471/statm: 217127 12276 2567 9 0 211674 0
[pid=30471/tid=30472] ppid=30470 vsize=868508 CPUtime=10.11
/proc/30471/task/30472/stat : 30472 (java) R 30470 30457 29789 0 -1 64 3684 0 1 0 984 27 0 0 25 0 9 0 75383502 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4126603745 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30473] ppid=30470 vsize=868508 CPUtime=1.02
/proc/30471/task/30473/stat : 30473 (java) S 30470 30457 29789 0 -1 64 8382 0 0 0 93 9 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30474] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30474/stat : 30474 (java) S 30470 30457 29789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30475] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30475/stat : 30475 (java) S 30470 30457 29789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30476] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30476/stat : 30476 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30477] ppid=30470 vsize=868508 CPUtime=0.28
/proc/30471/task/30477/stat : 30477 (java) S 30470 30457 29789 0 -1 64 1540 0 0 0 28 0 0 0 16 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30478] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30478/stat : 30478 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30479] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30479/stat : 30479 (java) S 30470 30457 29789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 887464

[startup+25.5026 s]
/proc/loadavg: 2.58 2.44 2.20 4/97 30479
/proc/meminfo: memFree=1723208/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.93
/proc/30457/stat : 30457 (sugar) S 30455 30457 29789 0 -1 4194304 971 7846 3 1 3 1 84 5 16 0 1 0 75383385 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30457/statm: 3400 797 370 3 0 500 0
[pid=30470] ppid=30457 vsize=5356 CPUtime=0
/proc/30470/stat : 30470 (sh) S 30457 30457 29789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75383501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30470/statm: 1339 233 193 169 0 50 0
[pid=30471] ppid=30470 vsize=868508 CPUtime=24.18
/proc/30471/stat : 30471 (java) S 30470 30457 29789 0 -1 0 14588 0 1 0 2377 41 0 0 20 0 9 0 75383501 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30471/statm: 217127 12276 2567 9 0 211674 0
[pid=30471/tid=30472] ppid=30470 vsize=868508 CPUtime=22.75
/proc/30471/task/30472/stat : 30472 (java) R 30470 30457 29789 0 -1 64 3970 0 1 0 2246 29 0 0 25 0 9 0 75383502 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4126603749 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30473] ppid=30470 vsize=868508 CPUtime=1.12
/proc/30471/task/30473/stat : 30473 (java) S 30470 30457 29789 0 -1 64 8382 0 0 0 102 10 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30474] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30474/stat : 30474 (java) S 30470 30457 29789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30475] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30475/stat : 30475 (java) S 30470 30457 29789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30476] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30476/stat : 30476 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30477] ppid=30470 vsize=868508 CPUtime=0.28
/proc/30471/task/30477/stat : 30477 (java) S 30470 30457 29789 0 -1 64 1540 0 0 0 28 0 0 0 16 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30478] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30478/stat : 30478 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30479] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30479/stat : 30479 (java) S 30470 30457 29789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 887464

[startup+51.1022 s]
/proc/loadavg: 2.58 2.45 2.21 3/97 30479
/proc/meminfo: memFree=1524296/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.93
/proc/30457/stat : 30457 (sugar) S 30455 30457 29789 0 -1 4194304 971 7846 3 1 3 1 84 5 16 0 1 0 75383385 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30457/statm: 3400 797 370 3 0 500 0
[pid=30470] ppid=30457 vsize=5356 CPUtime=0
/proc/30470/stat : 30470 (sh) S 30457 30457 29789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75383501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30470/statm: 1339 233 193 169 0 50 0
[pid=30471] ppid=30470 vsize=868508 CPUtime=49.53
/proc/30471/stat : 30471 (java) S 30470 30457 29789 0 -1 0 16936 0 1 0 4779 174 0 0 20 0 9 0 75383501 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=30471/tid=30477] ppid=30470 vsize=868508 CPUtime=0.28
/proc/30471/task/30477/stat : 30477 (java) S 30470 30457 29789 0 -1 64 1540 0 0 0 28 0 0 0 16 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30478] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30478/stat : 30478 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30479] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30479/stat : 30479 (java) S 30470 30457 29789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.49
Current children cumulated vsize (KiB) 887464

[startup+222.302 s]
/proc/loadavg: 2.96 2.69 2.34 3/97 30479
/proc/meminfo: memFree=15560/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.93
/proc/30457/stat : 30457 (sugar) S 30455 30457 29789 0 -1 4194304 971 7846 3 1 3 1 84 5 16 0 1 0 75383385 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30457/statm: 3400 797 370 3 0 500 0
[pid=30470] ppid=30457 vsize=5356 CPUtime=0
/proc/30470/stat : 30470 (sh) S 30457 30457 29789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75383501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30470/statm: 1339 233 193 169 0 50 0
[pid=30471] ppid=30470 vsize=868508 CPUtime=215.87
/proc/30471/stat : 30471 (java) S 30470 30457 29789 0 -1 0 37824 0 1 0 20031 1556 0 0 20 0 9 0 75383501 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30471/statm: 217127 12276 2567 9 0 211674 0
[pid=30471/tid=30472] ppid=30470 vsize=868508 CPUtime=205.38
/proc/30471/task/30472/stat : 30472 (java) R 30470 30457 29789 0 -1 64 27206 0 1 0 19149 1389 0 0 25 0 9 0 75383502 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30471/tid=30473] ppid=30470 vsize=868508 CPUtime=10.18
/proc/30471/task/30473/stat : 30473 (java) S 30470 30457 29789 0 -1 64 8382 0 0 0 853 165 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30471/tid=30474] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30474/stat : 30474 (java) S 30470 30457 29789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30475] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30475/stat : 30475 (java) S 30470 30457 29789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30476] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30476/stat : 30476 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30477] ppid=30470 vsize=868508 CPUtime=0.28
/proc/30471/task/30477/stat : 30477 (java) S 30470 30457 29789 0 -1 64 1540 0 0 0 28 0 0 0 16 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30478] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30478/stat : 30478 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30479] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30479/stat : 30479 (java) S 30470 30457 29789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.8
Current children cumulated vsize (KiB) 887464

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

[startup+223.902 s]
/proc/loadavg: 2.96 2.70 2.34 3/97 30479
/proc/meminfo: memFree=15304/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.93
/proc/30457/stat : 30457 (sugar) S 30455 30457 29789 0 -1 4194304 971 7846 3 1 3 1 84 5 16 0 1 0 75383385 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30457/statm: 3400 797 370 3 0 500 0
[pid=30470] ppid=30457 vsize=5356 CPUtime=0
/proc/30470/stat : 30470 (sh) S 30457 30457 29789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75383501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30470/statm: 1339 233 193 169 0 50 0
[pid=30471] ppid=30470 vsize=868508 CPUtime=217.45
/proc/30471/stat : 30471 (java) S 30470 30457 29789 0 -1 0 38023 0 1 0 20176 1569 0 0 20 0 9 0 75383501 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30471/statm: 217127 12276 2567 9 0 211674 0
[pid=30471/tid=30472] ppid=30470 vsize=868508 CPUtime=206.88
/proc/30471/task/30472/stat : 30472 (java) R 30470 30457 29789 0 -1 64 27405 0 1 0 19287 1401 0 0 25 0 9 0 75383502 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4127061064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30471/tid=30473] ppid=30470 vsize=868508 CPUtime=10.26
/proc/30471/task/30473/stat : 30473 (java) S 30470 30457 29789 0 -1 64 8382 0 0 0 860 166 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30471/tid=30474] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30474/stat : 30474 (java) S 30470 30457 29789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30475] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30475/stat : 30475 (java) S 30470 30457 29789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30476] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30476/stat : 30476 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30477] ppid=30470 vsize=868508 CPUtime=0.28
/proc/30471/task/30477/stat : 30477 (java) S 30470 30457 29789 0 -1 64 1540 0 0 0 28 0 0 0 16 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30478] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30478/stat : 30478 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30479] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30479/stat : 30479 (java) S 30470 30457 29789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.38
Current children cumulated vsize (KiB) 887464

[startup+227.102 s]
/proc/loadavg: 2.96 2.70 2.34 3/97 30479
/proc/meminfo: memFree=15752/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.93
/proc/30457/stat : 30457 (sugar) S 30455 30457 29789 0 -1 4194304 971 7846 3 1 3 1 84 5 16 0 1 0 75383385 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30457/statm: 3400 797 370 3 0 500 0
[pid=30470] ppid=30457 vsize=5356 CPUtime=0
/proc/30470/stat : 30470 (sh) S 30457 30457 29789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75383501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30470/statm: 1339 233 193 169 0 50 0
[pid=30471] ppid=30470 vsize=868508 CPUtime=220.6
/proc/30471/stat : 30471 (java) S 30470 30457 29789 0 -1 0 38415 0 1 0 20464 1596 0 0 20 0 9 0 75383501 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30471/statm: 217127 12276 2567 9 0 211674 0
[pid=30471/tid=30472] ppid=30470 vsize=868508 CPUtime=209.93
/proc/30471/task/30472/stat : 30472 (java) R 30470 30457 29789 0 -1 64 27797 0 1 0 19567 1426 0 0 25 0 9 0 75383502 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30471/tid=30473] ppid=30470 vsize=868508 CPUtime=10.36
/proc/30471/task/30473/stat : 30473 (java) S 30470 30457 29789 0 -1 64 8382 0 0 0 868 168 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30471/tid=30474] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30474/stat : 30474 (java) S 30470 30457 29789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30475] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30475/stat : 30475 (java) S 30470 30457 29789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30476] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30476/stat : 30476 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30477] ppid=30470 vsize=868508 CPUtime=0.28
/proc/30471/task/30477/stat : 30477 (java) S 30470 30457 29789 0 -1 64 1540 0 0 0 28 0 0 0 16 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30478] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30478/stat : 30478 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30479] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30479/stat : 30479 (java) S 30470 30457 29789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.53
Current children cumulated vsize (KiB) 887464

[startup+230.302 s]
/proc/loadavg: 2.89 2.68 2.34 3/97 30479
/proc/meminfo: memFree=15944/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=0.93
/proc/30457/stat : 30457 (sugar) S 30455 30457 29789 0 -1 4194304 971 7846 3 1 3 1 84 5 16 0 1 0 75383385 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30457/statm: 3400 797 370 3 0 500 0
[pid=30470] ppid=30457 vsize=5356 CPUtime=0
/proc/30470/stat : 30470 (sh) S 30457 30457 29789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75383501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30470/statm: 1339 233 193 169 0 50 0
[pid=30471] ppid=30470 vsize=868508 CPUtime=223.72
/proc/30471/stat : 30471 (java) S 30470 30457 29789 0 -1 0 38814 0 1 0 20751 1621 0 0 20 0 9 0 75383501 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30471/statm: 217127 12276 2567 9 0 211674 0
[pid=30471/tid=30472] ppid=30470 vsize=868508 CPUtime=212.89
/proc/30471/task/30472/stat : 30472 (java) R 30470 30457 29789 0 -1 64 28196 0 1 0 19841 1448 0 0 25 0 9 0 75383502 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4126603760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30473] ppid=30470 vsize=868508 CPUtime=10.51
/proc/30471/task/30473/stat : 30473 (java) S 30470 30457 29789 0 -1 64 8382 0 0 0 880 171 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30474] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30474/stat : 30474 (java) S 30470 30457 29789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30475] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30475/stat : 30475 (java) S 30470 30457 29789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75383503 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30476] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30476/stat : 30476 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30477] ppid=30470 vsize=868508 CPUtime=0.28
/proc/30471/task/30477/stat : 30477 (java) S 30470 30457 29789 0 -1 64 1540 0 0 0 28 0 0 0 16 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30478] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30478/stat : 30478 (java) S 30470 30457 29789 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30471/tid=30479] ppid=30470 vsize=868508 CPUtime=0
/proc/30471/task/30479/stat : 30479 (java) S 30470 30457 29789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75383505 889352192 12276 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224.65
Current children cumulated vsize (KiB) 887464

[startup+231.901 s]
/proc/loadavg: 2.89 2.68 2.34 2/95 30479
/proc/meminfo: memFree=15944/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=225.51
/proc/30457/stat : 30457 (sugar) R 30455 30457 29789 0 -1 4194304 995 47023 3 2 3 34 20881 1633 16 0 1 0 75383385 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30457/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 225.51
Current children cumulated vsize (KiB) 13600

[startup+232.701 s]
/proc/loadavg: 2.89 2.68 2.34 3/87 30479
/proc/meminfo: memFree=1050520/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=226.09
/proc/30457/stat : 30457 (sugar) D 30455 30457 29789 0 -1 4194304 995 47023 3 2 3 92 20881 1633 15 0 1 0 75383385 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30457/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 226.09
Current children cumulated vsize (KiB) 13600

[startup+233.103 s]
/proc/loadavg: 2.82 2.67 2.34 3/87 30479
/proc/meminfo: memFree=1845720/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=226.12
/proc/30457/stat : 30457 (sugar) D 30455 30457 29789 0 -1 4194304 995 47023 3 2 3 95 20881 1633 15 0 1 0 75383385 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30457/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 226.12
Current children cumulated vsize (KiB) 13600

[startup+233.208 s]
/proc/loadavg: 2.82 2.67 2.34 3/87 30479
/proc/meminfo: memFree=1845720/2055920 swapFree=4176608/4192956
[pid=30457] ppid=30455 vsize=13600 CPUtime=226.13
/proc/30457/stat : 30457 (sugar) D 30455 30457 29789 0 -1 4194304 995 47023 3 2 3 96 20881 1633 15 0 1 0 75383385 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30457/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 226.13
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 233.235
CPU time (s): 226.156
CPU user time (s): 208.86
CPU system time (s): 17.2954
CPU usage (%): 96.9647
Max. virtual memory (cumulated for all children) (KiB): 887856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.86
system time used= 17.2954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48048
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 184117
involuntary context switches= 188425

runsolver used 0.281957 second user time and 0.813876 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-16 07:40:56
IDJOB=1126756
IDBENCH=66084
IDSOLVER=368
FILE ID=node70/1126756-1216186856
PBS_JOBID= 7905868
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/warehouses/normalized-capmo4_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126756-1216186856/watcher-1126756-1216186856 -o /tmp/evaluation-result-1126756-1216186856/solver-1126756-1216186856 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1126756-1216186856.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e4a8ca98653b0d25fe779b3362514fd3
RANDOM SEED=1284128387

node70.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.221
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.221
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:       1808896 kB
Buffers:          9336 kB
Cached:          60604 kB
SwapCached:       6016 kB
Active:         174284 kB
Inactive:        22316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808896 kB
SwapTotal:     4192956 kB
SwapFree:      4176608 kB
Dirty:            2016 kB
Writeback:           0 kB
Mapped:         142592 kB
Slab:            34912 kB
Committed_AS:  1132216 kB
PageTables:       2568 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= 66556 MiB
End job on node70 at 2008-07-16 07:44:49