Trace number 1126748

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? 233.419 242.665

General information on the benchmark

Namemaxcsp/warehouses/
normalized-capmo3_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.14667
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.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 16 07:38:56 2008
0.00/0.04	c 0	PID 31135
0.00/0.05	c 0	HOST node51.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1126748-1216186736.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126748-1216186736.xml' 'HOME/temp.csp'
0.04/0.94	c 1	3 domains, 201 variables, 0 predicates, 101 relations, 10100 constraints
0.04/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.99	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.92/1.07	c 1	Parsing HOME/temp.csp
1.20/1.39	c 1	parsed 10000 expressions
1.20/1.39	c 1	parsed 10405 expressions
1.31/1.40	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.51	c 1	MAX CSP: 10100 constraints
1.41/1.51	c 1	Converting to clausal form CSP
1.60/1.71	c 2	converted 2051 (10%) expressions
1.60/1.77	c 2	converted 4102 (20%) expressions
1.71/1.85	c 2	converted 6153 (30%) expressions
1.71/1.87	c 2	converted 8204 (40%) expressions
1.71/1.90	c 2	converted 10254 (50%) expressions
1.80/1.93	c 2	converted 12305 (60%) expressions
1.80/1.96	c 2	converted 14356 (70%) expressions
1.80/1.98	c 2	converted 16407 (80%) expressions
1.90/2.08	c 2	converted 18458 (90%) expressions
2.88/3.06	c 3	converted 20508 (100%) expressions
2.88/3.07	c 3	CSP : 20401 integers, 0 booleans, 30299 clauses, largest domain size 15151
2.88/3.07	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.88/3.07	c 3	Propagation in CSP
3.28/3.44	c 3	10092 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.28/3.44	c 3	CSP : 20401 integers, 0 booleans, 30299 clauses, largest domain size 10101
3.28/3.44	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.46	c 3	Simplifing CSP by introducing new Boolean variables
3.28/3.47	c 3	CSP : 20401 integers, 0 booleans, 30299 clauses, largest domain size 10101
3.28/3.47	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.62	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.47/3.67	c 4	2041 (10%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.47/3.67	c 4	4081 (20%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.47/3.68	c 4	6121 (30%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.47/3.68	c 4	8161 (40%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.47/3.68	c 4	10201 (50%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.67/3.84	c 4	12241 (60%) CSP integer variables are encoded (136966 clauses, 2131413 bytes)
3.67/3.89	c 4	14281 (70%) CSP integer variables are encoded (175223 clauses, 2781782 bytes)
3.77/3.94	c 4	16321 (80%) CSP integer variables are encoded (206273 clauses, 3309632 bytes)
3.77/3.97	c 4	18361 (90%) CSP integer variables are encoded (228146 clauses, 3681473 bytes)
3.88/4.01	c 4	20401 (100%) CSP integer variables are encoded (256025 clauses, 4155416 bytes)
4.27/4.49	c 4	3030 (10%) CSP clauses are encoded (259055 clauses, 4225820 bytes)
4.66/4.89	c 5	6060 (20%) CSP clauses are encoded (262085 clauses, 4297640 bytes)
5.06/5.29	c 5	9090 (30%) CSP clauses are encoded (265115 clauses, 4369460 bytes)
6.25/6.42	c 6	12120 (40%) CSP clauses are encoded (784217 clauses, 15416229 bytes)
132.53/135.92	c 136	15150 (50%) CSP clauses are encoded (51560901 clauses, 1216320906 bytes)
135.75/139.28	c 139	18180 (60%) CSP clauses are encoded (53215647 clauses, 1256632837 bytes)
232.29/239.03	c 239	ERROR Exception Too large HOME/temp.cnf
232.29/239.04	c 239	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
232.29/239.04	c 239	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
232.29/239.04	c 239	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
232.29/239.04	s UNKNOWN
232.33/239.11	c 239	CPU 215.3 (0.03 0.01 215.27 17.04)
232.33/239.11	c 239	END Wed Jul 16 07:42:55 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-1126748-1216186736/watcher-1126748-1216186736 -o /tmp/evaluation-result-1126748-1216186736/solver-1126748-1216186736 -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-1126748-1216186736.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.84 2.58 2.24 4/73 31135
/proc/meminfo: memFree=1941904/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=12272 CPUtime=0
/proc/31135/stat : 31135 (sugar) R 31133 31135 29402 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 75372487 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 235371461221 0 0 4224 0 0 0 0 17 1 0 0
/proc/31135/statm: 3068 327 246 3 0 168 0

[startup+0.110099 s]
/proc/loadavg: 2.84 2.58 2.24 4/73 31135
/proc/meminfo: memFree=1941904/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.04
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 75372487 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202109 s]
/proc/loadavg: 2.84 2.58 2.24 4/73 31135
/proc/meminfo: memFree=1941904/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.04
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 75372487 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302111 s]
/proc/loadavg: 2.84 2.58 2.24 4/73 31135
/proc/meminfo: memFree=1941904/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.04
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 75372487 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702153 s]
/proc/loadavg: 2.84 2.58 2.24 4/73 31135
/proc/meminfo: memFree=1941904/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.04
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 75372487 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50222 s]
/proc/loadavg: 2.84 2.58 2.24 4/84 31157
/proc/meminfo: memFree=1935032/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.92
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 974 7847 0 1 3 1 84 4 15 0 1 0 75372487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 797 370 3 0 500 0
[pid=31148] ppid=31135 vsize=5356 CPUtime=0
/proc/31148/stat : 31148 (sh) S 31135 31135 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75372586 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1339 233 193 169 0 50 0
[pid=31149] ppid=31148 vsize=864148 CPUtime=0.49
/proc/31149/stat : 31149 (java) S 31148 31135 29402 0 -1 0 6100 0 1 0 45 4 0 0 18 0 9 0 75372586 884887552 5344 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31149/statm: 216037 5344 2539 9 0 210612 0
[pid=31149/tid=31150] ppid=31148 vsize=864148 CPUtime=0.29
/proc/31149/task/31150/stat : 31150 (java) R 31148 31135 29402 0 -1 64 2533 0 1 0 28 1 0 0 22 0 9 0 75372587 884887552 5344 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31151] ppid=31148 vsize=864148 CPUtime=0.09
/proc/31149/task/31151/stat : 31151 (java) R 31148 31135 29402 0 -1 64 2529 0 0 0 8 1 0 0 16 0 9 0 75372588 884887552 5344 996147200 134512640 134550740 4294955936 18446744073709551615 102514473 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31152] ppid=31148 vsize=864148 CPUtime=0
/proc/31149/task/31152/stat : 31152 (java) S 31148 31135 29402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75372588 884887552 5344 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31153] ppid=31148 vsize=864148 CPUtime=0
/proc/31149/task/31153/stat : 31153 (java) S 31148 31135 29402 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75372588 884887552 5344 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31154] ppid=31148 vsize=864148 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75372590 884887552 5344 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31155] ppid=31148 vsize=864148 CPUtime=0.08
/proc/31149/task/31155/stat : 31155 (java) S 31148 31135 29402 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 75372590 884887552 5344 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31156] ppid=31148 vsize=864148 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75372590 884887552 5344 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31157] ppid=31148 vsize=864148 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75372590 884887552 5344 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883104

[startup+3.10137 s]
/proc/loadavg: 2.84 2.58 2.24 3/84 31157
/proc/meminfo: memFree=1912760/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.92
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 974 7847 0 1 3 1 84 4 16 0 1 0 75372487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 797 370 3 0 500 0
[pid=31148] ppid=31135 vsize=5356 CPUtime=0
/proc/31148/stat : 31148 (sh) S 31135 31135 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75372586 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1339 233 193 169 0 50 0
[pid=31149] ppid=31148 vsize=868392 CPUtime=2.07
/proc/31149/stat : 31149 (java) S 31148 31135 29402 0 -1 0 12923 0 1 0 199 8 0 0 18 0 9 0 75372586 889233408 11862 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31149/statm: 217098 11862 2540 9 0 211673 0
[pid=31149/tid=31150] ppid=31148 vsize=868392 CPUtime=1.22
/proc/31149/task/31150/stat : 31150 (java) R 31148 31135 29402 0 -1 64 2909 0 1 0 120 2 0 0 25 0 9 0 75372587 889233408 11862 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31151] ppid=31148 vsize=868392 CPUtime=0.6
/proc/31149/task/31151/stat : 31151 (java) S 31148 31135 29402 0 -1 64 7847 0 0 0 57 3 0 0 16 0 9 0 75372588 889233408 11862 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31152] ppid=31148 vsize=868392 CPUtime=0
/proc/31149/task/31152/stat : 31152 (java) S 31148 31135 29402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75372588 889233408 11862 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31153] ppid=31148 vsize=868392 CPUtime=0
/proc/31149/task/31153/stat : 31153 (java) S 31148 31135 29402 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75372588 889233408 11862 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31154] ppid=31148 vsize=868392 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75372590 889233408 11862 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31155] ppid=31148 vsize=868392 CPUtime=0.22
/proc/31149/task/31155/stat : 31155 (java) R 31148 31135 29402 0 -1 64 1470 0 0 0 21 1 0 0 16 0 9 0 75372590 889233408 11862 996147200 134512640 134550740 4294955936 18446744073709551615 101658742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31156] ppid=31148 vsize=868392 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75372590 889233408 11862 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31157] ppid=31148 vsize=868392 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75372590 889233408 11862 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887348

[startup+6.30266 s]
/proc/loadavg: 2.77 2.57 2.23 4/84 31157
/proc/meminfo: memFree=1895288/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.92
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 974 7847 0 1 3 1 84 4 15 0 1 0 75372487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 797 370 3 0 500 0
[pid=31148] ppid=31135 vsize=5356 CPUtime=0
/proc/31148/stat : 31148 (sh) S 31135 31135 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75372586 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1339 233 193 169 0 50 0
[pid=31149] ppid=31148 vsize=868504 CPUtime=5.23
/proc/31149/stat : 31149 (java) S 31148 31135 29402 0 -1 0 13860 0 1 0 505 18 0 0 18 0 9 0 75372586 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31149/statm: 217126 12269 2567 9 0 211673 0
[pid=31149/tid=31150] ppid=31148 vsize=868504 CPUtime=3.96
/proc/31149/task/31150/stat : 31150 (java) R 31148 31135 29402 0 -1 64 3284 0 1 0 385 11 0 0 25 0 9 0 75372587 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4126486607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31151] ppid=31148 vsize=868504 CPUtime=0.93
/proc/31149/task/31151/stat : 31151 (java) S 31148 31135 29402 0 -1 64 8351 0 0 0 88 5 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31152] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31152/stat : 31152 (java) S 31148 31135 29402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31153] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31153/stat : 31153 (java) S 31148 31135 29402 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31154] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31155] ppid=31148 vsize=868504 CPUtime=0.32
/proc/31149/task/31155/stat : 31155 (java) S 31148 31135 29402 0 -1 64 1528 0 0 0 31 1 0 0 16 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31156] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31157] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 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) 887460

[startup+12.7022 s]
/proc/loadavg: 2.71 2.56 2.23 3/84 31157
/proc/meminfo: memFree=1857720/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.92
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 974 7847 0 1 3 1 84 4 16 0 1 0 75372487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 797 370 3 0 500 0
[pid=31148] ppid=31135 vsize=5356 CPUtime=0
/proc/31148/stat : 31148 (sh) S 31135 31135 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75372586 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1339 233 193 169 0 50 0
[pid=31149] ppid=31148 vsize=868504 CPUtime=11.53
/proc/31149/stat : 31149 (java) S 31148 31135 29402 0 -1 0 14251 0 1 0 1115 38 0 0 18 0 9 0 75372586 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31149/statm: 217126 12269 2567 9 0 211673 0
[pid=31149/tid=31150] ppid=31148 vsize=868504 CPUtime=10.09
/proc/31149/task/31150/stat : 31150 (java) R 31148 31135 29402 0 -1 64 3675 0 1 0 981 28 0 0 25 0 9 0 75372587 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4127165071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31151] ppid=31148 vsize=868504 CPUtime=1.09
/proc/31149/task/31151/stat : 31151 (java) S 31148 31135 29402 0 -1 64 8351 0 0 0 102 7 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31152] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31152/stat : 31152 (java) S 31148 31135 29402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31153] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31153/stat : 31153 (java) S 31148 31135 29402 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31154] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31155] ppid=31148 vsize=868504 CPUtime=0.32
/proc/31149/task/31155/stat : 31155 (java) S 31148 31135 29402 0 -1 64 1528 0 0 0 31 1 0 0 16 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31156] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31157] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887460

[startup+25.5024 s]
/proc/loadavg: 2.55 2.53 2.23 3/84 31157
/proc/meminfo: memFree=1857720/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.92
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 974 7847 0 1 3 1 84 4 16 0 1 0 75372487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 797 370 3 0 500 0
[pid=31148] ppid=31135 vsize=5356 CPUtime=0
/proc/31148/stat : 31148 (sh) S 31135 31135 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75372586 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1339 233 193 169 0 50 0
[pid=31149] ppid=31148 vsize=868504 CPUtime=24.21
/proc/31149/stat : 31149 (java) S 31148 31135 29402 0 -1 0 14529 0 1 0 2380 41 0 0 18 0 9 0 75372586 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31149/statm: 217126 12269 2567 9 0 211673 0
[pid=31149/tid=31150] ppid=31148 vsize=868504 CPUtime=22.65
/proc/31149/task/31150/stat : 31150 (java) R 31148 31135 29402 0 -1 64 3953 0 1 0 2236 29 0 0 25 0 9 0 75372587 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4127168122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31151] ppid=31148 vsize=868504 CPUtime=1.2
/proc/31149/task/31151/stat : 31151 (java) S 31148 31135 29402 0 -1 64 8351 0 0 0 111 9 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31152] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31152/stat : 31152 (java) S 31148 31135 29402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31153] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31153/stat : 31153 (java) S 31148 31135 29402 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=31149/tid=31155] ppid=31148 vsize=868504 CPUtime=0.32
/proc/31149/task/31155/stat : 31155 (java) S 31148 31135 29402 0 -1 64 1528 0 0 0 31 1 0 0 16 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31156] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31157] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.94
Current children cumulated vsize (KiB) 887460

[startup+162.303 s]
/proc/loadavg: 3.17 2.76 2.35 3/84 31157
/proc/meminfo: memFree=367544/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.92
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 974 7847 0 1 3 1 84 4 16 0 1 0 75372487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 797 370 3 0 500 0
[pid=31148] ppid=31135 vsize=5356 CPUtime=0
/proc/31148/stat : 31148 (sh) S 31135 31135 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75372586 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1339 233 193 169 0 50 0
[pid=31149] ppid=31148 vsize=868504 CPUtime=157.25
/proc/31149/stat : 31149 (java) S 31148 31135 29402 0 -1 0 29697 0 1 0 14657 1068 0 0 18 0 9 0 75372586 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31149/statm: 217126 12269 2567 9 0 211673 0
[pid=31149/tid=31150] ppid=31148 vsize=868504 CPUtime=149.78
/proc/31149/task/31150/stat : 31150 (java) R 31148 31135 29402 0 -1 64 19121 0 1 0 14019 959 0 0 25 0 9 0 75372587 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4126901954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31151] ppid=31148 vsize=868504 CPUtime=7.12
/proc/31149/task/31151/stat : 31151 (java) S 31148 31135 29402 0 -1 64 8351 0 0 0 606 106 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31152] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31152/stat : 31152 (java) S 31148 31135 29402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31153] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31153/stat : 31153 (java) S 31148 31135 29402 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31154] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31155] ppid=31148 vsize=868504 CPUtime=0.32
/proc/31149/task/31155/stat : 31155 (java) S 31148 31135 29402 0 -1 64 1528 0 0 0 31 1 0 0 16 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31156] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31157] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.17
Current children cumulated vsize (KiB) 887460

[startup+222.307 s]
/proc/loadavg: 3.18 2.83 2.40 3/84 31157
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.92
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 974 7847 0 1 3 1 84 4 16 0 1 0 75372487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 797 370 3 0 500 0
[pid=31148] ppid=31135 vsize=5356 CPUtime=0
/proc/31148/stat : 31148 (sh) S 31135 31135 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75372586 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1339 233 193 169 0 50 0
[pid=31149] ppid=31148 vsize=868504 CPUtime=215.19
/proc/31149/stat : 31149 (java) S 31148 31135 29402 0 -1 0 36828 0 1 0 19961 1558 0 0 18 0 9 0 75372586 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31149/statm: 217126 12269 2567 9 0 211673 0
[pid=31149/tid=31150] ppid=31148 vsize=868504 CPUtime=204.85
/proc/31149/task/31150/stat : 31150 (java) R 31148 31135 29402 0 -1 64 26252 0 1 0 19085 1400 0 0 25 0 9 0 75372587 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31151] ppid=31148 vsize=868504 CPUtime=10
/proc/31149/task/31151/stat : 31151 (java) S 31148 31135 29402 0 -1 64 8351 0 0 0 844 156 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31152] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31152/stat : 31152 (java) S 31148 31135 29402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31153] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31153/stat : 31153 (java) S 31148 31135 29402 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31154] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31155] ppid=31148 vsize=868504 CPUtime=0.32
/proc/31149/task/31155/stat : 31155 (java) S 31148 31135 29402 0 -1 64 1528 0 0 0 31 1 0 0 16 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31156] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31157] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.11
Current children cumulated vsize (KiB) 887460

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

[startup+230.402 s]
/proc/loadavg: 3.22 2.85 2.41 4/84 31157
/proc/meminfo: memFree=14776/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.92
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 974 7847 0 1 3 1 84 4 16 0 1 0 75372487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 797 370 3 0 500 0
[pid=31148] ppid=31135 vsize=5356 CPUtime=0
/proc/31148/stat : 31148 (sh) S 31135 31135 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75372586 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1339 233 193 169 0 50 0
[pid=31149] ppid=31148 vsize=868504 CPUtime=223.02
/proc/31149/stat : 31149 (java) S 31148 31135 29402 0 -1 0 37802 0 1 0 20677 1625 0 0 18 0 9 0 75372586 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31149/statm: 217126 12269 2567 9 0 211673 0
[pid=31149/tid=31150] ppid=31148 vsize=868504 CPUtime=212.3
/proc/31149/task/31150/stat : 31150 (java) R 31148 31135 29402 0 -1 64 27226 0 1 0 19769 1461 0 0 25 0 9 0 75372587 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4126563632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31151] ppid=31148 vsize=868504 CPUtime=10.38
/proc/31149/task/31151/stat : 31151 (java) S 31148 31135 29402 0 -1 64 8351 0 0 0 876 162 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31152] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31152/stat : 31152 (java) S 31148 31135 29402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31153] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31153/stat : 31153 (java) S 31148 31135 29402 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31154] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31155] ppid=31148 vsize=868504 CPUtime=0.32
/proc/31149/task/31155/stat : 31155 (java) S 31148 31135 29402 0 -1 64 1528 0 0 0 31 1 0 0 16 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31156] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31157] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.94
Current children cumulated vsize (KiB) 887460

[startup+236.802 s]
/proc/loadavg: 3.37 2.89 2.42 3/84 31157
/proc/meminfo: memFree=14904/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=0.92
/proc/31135/stat : 31135 (sugar) S 31133 31135 29402 0 -1 4194304 974 7847 0 1 3 1 84 4 16 0 1 0 75372487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31135/statm: 3400 797 370 3 0 500 0
[pid=31148] ppid=31135 vsize=5356 CPUtime=0
/proc/31148/stat : 31148 (sh) S 31135 31135 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75372586 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31148/statm: 1339 233 193 169 0 50 0
[pid=31149] ppid=31148 vsize=868504 CPUtime=229.22
/proc/31149/stat : 31149 (java) S 31148 31135 29402 0 -1 0 38570 0 1 0 21243 1679 0 0 18 0 9 0 75372586 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31149/statm: 217126 12269 2567 9 0 211673 0
[pid=31149/tid=31150] ppid=31148 vsize=868504 CPUtime=218.24
/proc/31149/task/31150/stat : 31150 (java) R 31148 31135 29402 0 -1 64 27994 0 1 0 20315 1509 0 0 25 0 9 0 75372587 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4127055272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31151] ppid=31148 vsize=868504 CPUtime=10.63
/proc/31149/task/31151/stat : 31151 (java) S 31148 31135 29402 0 -1 64 8351 0 0 0 896 167 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31152] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31152/stat : 31152 (java) S 31148 31135 29402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31153] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31153/stat : 31153 (java) S 31148 31135 29402 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75372588 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31154] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31154/stat : 31154 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31155] ppid=31148 vsize=868504 CPUtime=0.32
/proc/31149/task/31155/stat : 31155 (java) S 31148 31135 29402 0 -1 64 1528 0 0 0 31 1 0 0 16 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31156] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31156/stat : 31156 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31149/tid=31157] ppid=31148 vsize=868504 CPUtime=0
/proc/31149/task/31157/stat : 31157 (java) S 31148 31135 29402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75372590 889348096 12269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 230.14
Current children cumulated vsize (KiB) 887460

[startup+240.003 s]
/proc/loadavg: 3.34 2.89 2.42 3/74 31157
/proc/meminfo: memFree=1443080/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=233.18
/proc/31135/stat : 31135 (sugar) R 31133 31135 29402 0 -1 4194304 998 46980 0 2 3 84 21527 1704 17 0 1 0 75372487 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31135/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 233.18
Current children cumulated vsize (KiB) 13600

[startup+241.602 s]
/proc/loadavg: 3.34 2.89 2.42 2/74 31157
/proc/meminfo: memFree=1924488/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=233.24
/proc/31135/stat : 31135 (sugar) D 31133 31135 29402 0 -1 4194304 998 46980 0 2 3 90 21527 1704 15 0 1 0 75372487 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/31135/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 233.24
Current children cumulated vsize (KiB) 13600

[startup+242.402 s]
/proc/loadavg: 3.34 2.89 2.42 2/74 31157
/proc/meminfo: memFree=1949768/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=233.39
/proc/31135/stat : 31135 (sugar) D 31133 31135 29402 0 -1 4194304 998 46980 0 2 3 105 21527 1704 15 0 1 0 75372487 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31135/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 233.39
Current children cumulated vsize (KiB) 13600

[startup+242.602 s]
/proc/loadavg: 3.34 2.89 2.42 2/74 31157
/proc/meminfo: memFree=1949768/2055920 swapFree=4192812/4192956
[pid=31135] ppid=31133 vsize=13600 CPUtime=233.4
/proc/31135/stat : 31135 (sugar) D 31133 31135 29402 0 -1 4194304 998 46980 0 2 3 106 21527 1704 15 0 1 0 75372487 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31135/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 233.4
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 242.665
CPU time (s): 233.419
CPU user time (s): 215.309
CPU system time (s): 18.1092
CPU usage (%): 96.1895
Max. virtual memory (cumulated for all children) (KiB): 887852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 215.309
system time used= 18.1092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48008
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 184383
involuntary context switches= 189738

runsolver used 0.317951 second user time and 0.833873 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-16 07:38:56
IDJOB=1126748
IDBENCH=66083
IDSOLVER=368
FILE ID=node51/1126748-1216186736
PBS_JOBID= 7905811
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/warehouses/normalized-capmo3_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-1126748-1216186736/watcher-1126748-1216186736 -o /tmp/evaluation-result-1126748-1216186736/solver-1126748-1216186736 -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-1126748-1216186736.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e4a8ca98653b0d25fe779b3362514fd3
RANDOM SEED=479695379

node51.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.218
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.218
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:       1942448 kB
Buffers:          3364 kB
Cached:          37912 kB
SwapCached:          0 kB
Active:          58732 kB
Inactive:         3996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1942448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2220 kB
Writeback:           0 kB
Mapped:          32416 kB
Slab:            36024 kB
Committed_AS:   316992 kB
PageTables:       1852 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= 66552 MiB
End job on node51 at 2008-07-16 07:42:59