Trace number 1056175

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? 198.9 204.956

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-400.xml
MD5SUM35ecf1acb3b6774e91a99570f293720f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.0939
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints79800
Maximum constraint arity2
Maximum domain size400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension79800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 07:14:56 2008
0.00/0.05	c 0	PID 28568
0.03/0.05	c 0	HOST node33.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1056175-1215062096.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056175-1215062096.xml' 'HOME/temp.csp'
4.13/4.27	c 5	1 domains, 400 variables, 1 predicates, 0 relations, 79800 constraints
4.13/4.30	c 5	ENCODING HOME/temp.csp TO HOME/temp.cnf
4.13/4.30	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
4.23/4.38	c 5	Parsing HOME/temp.csp
4.23/4.83	c 5	parsed 10000 expressions
4.23/5.15	c 6	parsed 20000 expressions
5.30/5.49	c 6	parsed 30000 expressions
5.60/5.75	c 6	parsed 40000 expressions
5.99/6.16	c 7	parsed 50000 expressions
6.29/6.43	c 7	parsed 60000 expressions
6.49/6.69	c 7	parsed 70000 expressions
6.98/7.18	c 8	parsed 80000 expressions
6.98/7.19	c 8	parsed 80202 expressions
6.98/7.19	c 8	Heap : 37 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.98/7.19	c 8	Converting to clausal form CSP
8.07/8.25	c 9	converted 8021 (10%) expressions
9.46/9.64	c 10	converted 16041 (20%) expressions
10.25/10.47	c 11	converted 24061 (30%) expressions
11.04/11.27	c 12	converted 32081 (40%) expressions
12.63/12.87	c 13	converted 40101 (50%) expressions
13.53/13.73	c 14	converted 48122 (60%) expressions
14.33/14.57	c 15	converted 56142 (70%) expressions
15.12/15.39	c 16	converted 64162 (80%) expressions
17.11/17.33	c 18	converted 72182 (90%) expressions
17.91/18.17	c 19	converted 80202 (100%) expressions
17.91/18.18	c 19	CSP : 400 integers, 79800 booleans, 319200 clauses, largest domain size 400
17.91/18.18	c 19	Heap : 192 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.91/18.18	c 19	Propagation in CSP
19.20/19.42	c 20	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.20/19.42	c 20	CSP : 400 integers, 79800 booleans, 319200 clauses, largest domain size 400
19.20/19.43	c 20	Heap : 223 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.31/19.52	c 20	Simplifing CSP by introducing new Boolean variables
22.79/23.04	c 23	CSP : 400 integers, 398998 booleans, 638398 clauses, largest domain size 400
22.79/23.04	c 23	Heap : 329 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.58/24.84	c 25	Encoding CSP to SAT : HOME/temp.cnf
24.67/24.93	c 25	40 (10%) CSP integer variables are encoded (15920 clauses, 216710 bytes)
24.67/24.95	c 25	80 (20%) CSP integer variables are encoded (31840 clauses, 455510 bytes)
24.67/24.97	c 25	120 (30%) CSP integer variables are encoded (47760 clauses, 694310 bytes)
24.67/24.99	c 25	160 (40%) CSP integer variables are encoded (63680 clauses, 933110 bytes)
24.78/25.00	c 25	200 (50%) CSP integer variables are encoded (79600 clauses, 1171910 bytes)
24.78/25.02	c 25	240 (60%) CSP integer variables are encoded (95520 clauses, 1410710 bytes)
24.78/25.04	c 25	280 (70%) CSP integer variables are encoded (111440 clauses, 1672893 bytes)
24.78/25.06	c 26	320 (80%) CSP integer variables are encoded (127360 clauses, 1943533 bytes)
24.78/25.08	c 26	360 (90%) CSP integer variables are encoded (143280 clauses, 2214173 bytes)
24.87/25.10	c 26	400 (100%) CSP integer variables are encoded (159200 clauses, 2484813 bytes)
48.74/49.32	c 50	63840 (10%) CSP clauses are encoded (13170058 clauses, 289225610 bytes)
73.51/74.76	c 75	127680 (20%) CSP clauses are encoded (26409690 clauses, 594512832 bytes)
99.07/100.86	c 101	191520 (30%) CSP clauses are encoded (40046218 clauses, 912178472 bytes)
125.38/127.73	c 128	255360 (40%) CSP clauses are encoded (54025418 clauses, 1238474152 bytes)
152.37/155.85	c 156	319199 (50%) CSP clauses are encoded (68442910 clauses, 1575688834 bytes)
180.22/184.51	c 185	383039 (60%) CSP clauses are encoded (83336034 clauses, 1924968953 bytes)
197.87/202.74	c 203	ERROR Exception Too large HOME/temp.cnf
197.87/202.74	c 203	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
197.87/202.74	c 203	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
197.87/202.74	c 203	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
197.87/202.74	s UNKNOWN
197.91/202.87	c 203	CPU 183.75 (0.03 0.01 183.72 14.23)
197.91/202.87	c 203	END Thu Jul  3 07:18:19 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1056175-1215062096/watcher-1056175-1215062096 -o /tmp/evaluation-result-1056175-1215062096/solver-1056175-1215062096 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1056175-1215062096.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.06 2.02 4/74 28568
/proc/meminfo: memFree=1594424/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=18572 CPUtime=0
/proc/28568/stat : 28568 (runsolver) R 28566 28568 28333 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1985183136 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28568/statm: 4643 292 257 25 0 2626 0

[startup+0.051978 s]
/proc/loadavg: 2.00 2.06 2.02 4/74 28568
/proc/meminfo: memFree=1594424/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=0.03
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 845 0 0 0 3 0 0 0 18 0 1 0 1985183136 13926400 793 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102239 s]
/proc/loadavg: 2.00 2.06 2.02 4/74 28568
/proc/meminfo: memFree=1594424/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=0.04
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985183136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302005 s]
/proc/loadavg: 2.00 2.06 2.02 4/74 28568
/proc/meminfo: memFree=1594424/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=0.04
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985183136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701063 s]
/proc/loadavg: 2.00 2.06 2.02 4/74 28568
/proc/meminfo: memFree=1594424/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=0.04
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985183136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50216 s]
/proc/loadavg: 2.00 2.06 2.02 3/85 28580
/proc/meminfo: memFree=1567328/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=0.04
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985183136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 796 370 3 0 500 0
[pid=28571] ppid=28568 vsize=5356 CPUtime=0
/proc/28571/stat : 28571 (sh) S 28568 28568 28333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985183142 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28571/statm: 1339 233 193 169 0 50 0
[pid=28572] ppid=28571 vsize=864676 CPUtime=1.42
/proc/28572/stat : 28572 (java) S 28571 28568 28333 0 -1 0 15791 0 1 0 133 9 0 0 18 0 9 0 1985183142 885428224 13343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28572/statm: 216169 13343 2529 9 0 210751 0
[pid=28572/tid=28573] ppid=28571 vsize=864676 CPUtime=0.81
/proc/28572/task/28573/stat : 28573 (java) R 28571 28568 28333 0 -1 64 2973 0 1 0 79 2 0 0 24 0 9 0 1985183143 885428224 13343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28574] ppid=28571 vsize=864676 CPUtime=0.49
/proc/28572/task/28574/stat : 28574 (java) R 28571 28568 28333 0 -1 64 11631 0 0 0 44 5 0 0 16 0 9 0 1985183144 885428224 13343 996147200 134512640 134550740 4294956016 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28575] ppid=28571 vsize=864676 CPUtime=0
/proc/28572/task/28575/stat : 28575 (java) S 28571 28568 28333 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985183145 885428224 13343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28576] ppid=28571 vsize=864676 CPUtime=0
/proc/28572/task/28576/stat : 28576 (java) S 28571 28568 28333 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1985183145 885428224 13343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28577] ppid=28571 vsize=864676 CPUtime=0
/proc/28572/task/28577/stat : 28577 (java) S 28571 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985183147 885428224 13343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28578] ppid=28571 vsize=864676 CPUtime=0.09
/proc/28572/task/28578/stat : 28578 (java) S 28571 28568 28333 0 -1 64 488 0 0 0 9 0 0 0 16 0 9 0 1985183147 885428224 13343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28579] ppid=28571 vsize=864676 CPUtime=0
/proc/28572/task/28579/stat : 28579 (java) S 28571 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985183147 885428224 13343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28580] ppid=28571 vsize=864676 CPUtime=0
/proc/28572/task/28580/stat : 28580 (java) S 28571 28568 28333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985183147 885428224 13343 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883632

[startup+3.10135 s]
/proc/loadavg: 2.00 2.06 2.02 3/85 28580
/proc/meminfo: memFree=1525984/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=0.04
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985183136 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 796 370 3 0 500 0
[pid=28571] ppid=28568 vsize=5356 CPUtime=0
/proc/28571/stat : 28571 (sh) S 28568 28568 28333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985183142 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28571/statm: 1339 233 193 169 0 50 0
[pid=28572] ppid=28571 vsize=864696 CPUtime=3
/proc/28572/stat : 28572 (java) S 28571 28568 28333 0 -1 0 33663 0 1 0 280 20 0 0 18 0 9 0 1985183142 885448704 28265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28572/statm: 216174 28265 2529 9 0 210756 0
[pid=28572/tid=28573] ppid=28571 vsize=864696 CPUtime=1.45
/proc/28572/task/28573/stat : 28573 (java) R 28571 28568 28333 0 -1 64 3865 0 1 0 142 3 0 0 25 0 9 0 1985183143 885448704 28265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28574] ppid=28571 vsize=864696 CPUtime=1.4
/proc/28572/task/28574/stat : 28574 (java) R 28571 28568 28333 0 -1 64 28593 0 0 0 125 15 0 0 16 0 9 0 1985183144 885448704 28265 996147200 134512640 134550740 4294956016 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28575] ppid=28571 vsize=864696 CPUtime=0
/proc/28572/task/28575/stat : 28575 (java) S 28571 28568 28333 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985183145 885448704 28265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28576] ppid=28571 vsize=864696 CPUtime=0
/proc/28572/task/28576/stat : 28576 (java) S 28571 28568 28333 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985183145 885448704 28265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28577] ppid=28571 vsize=864696 CPUtime=0
/proc/28572/task/28577/stat : 28577 (java) S 28571 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985183147 885448704 28265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28578] ppid=28571 vsize=864696 CPUtime=0.12
/proc/28572/task/28578/stat : 28578 (java) S 28571 28568 28333 0 -1 64 506 0 0 0 12 0 0 0 16 0 9 0 1985183147 885448704 28265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28579] ppid=28571 vsize=864696 CPUtime=0
/proc/28572/task/28579/stat : 28579 (java) S 28571 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985183147 885448704 28265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28572/tid=28580] ppid=28571 vsize=864696 CPUtime=0
/proc/28572/task/28580/stat : 28580 (java) S 28571 28568 28333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985183147 885448704 28265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883652

[startup+6.30274 s]
/proc/loadavg: 2.00 2.05 2.02 4/85 28590
/proc/meminfo: memFree=1570400/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=4.23
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 974 36853 0 1 3 1 394 25 15 0 1 0 1985183136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 797 370 3 0 500 0
[pid=28581] ppid=28568 vsize=5356 CPUtime=0
/proc/28581/stat : 28581 (sh) S 28568 28568 28333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985183566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28581/statm: 1339 233 193 169 0 50 0
[pid=28582] ppid=28581 vsize=864080 CPUtime=1.96
/proc/28582/stat : 28582 (java) S 28581 28568 28333 0 -1 0 11477 0 1 0 187 9 0 0 18 0 9 0 1985183567 884817920 10101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28582/statm: 216020 10101 2532 9 0 210602 0
[pid=28582/tid=28583] ppid=28581 vsize=864080 CPUtime=1.2
/proc/28582/task/28583/stat : 28583 (java) R 28581 28568 28333 0 -1 64 2942 0 1 0 118 2 0 0 25 0 9 0 1985183568 884817920 10101 996147200 134512640 134550740 4294955952 18446744073709551615 4126430816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28584] ppid=28581 vsize=864080 CPUtime=0.66
/proc/28582/task/28584/stat : 28584 (java) S 28581 28568 28333 0 -1 64 7502 0 0 0 61 5 0 0 16 0 9 0 1985183569 884817920 10101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28585] ppid=28581 vsize=864080 CPUtime=0
/proc/28582/task/28585/stat : 28585 (java) S 28581 28568 28333 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985183570 884817920 10101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28586] ppid=28581 vsize=864080 CPUtime=0
/proc/28582/task/28586/stat : 28586 (java) S 28581 28568 28333 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1985183570 884817920 10101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28587] ppid=28581 vsize=864080 CPUtime=0
/proc/28582/task/28587/stat : 28587 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985183572 884817920 10101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28588] ppid=28581 vsize=864080 CPUtime=0.07
/proc/28582/task/28588/stat : 28588 (java) S 28581 28568 28333 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1985183572 884817920 10101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28589] ppid=28581 vsize=864080 CPUtime=0
/proc/28582/task/28589/stat : 28589 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985183572 884817920 10101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28590] ppid=28581 vsize=864080 CPUtime=0
/proc/28582/task/28590/stat : 28590 (java) S 28581 28568 28333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985183572 884817920 10101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883036

[startup+12.7015 s]
/proc/loadavg: 2.08 2.07 2.03 3/85 28590
/proc/meminfo: memFree=1478368/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=4.23
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 974 36853 0 1 3 1 394 25 15 0 1 0 1985183136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 797 370 3 0 500 0
[pid=28581] ppid=28568 vsize=5356 CPUtime=0
/proc/28581/stat : 28581 (sh) S 28568 28568 28333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985183566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28581/statm: 1339 233 193 169 0 50 0
[pid=28582] ppid=28581 vsize=868400 CPUtime=8.3
/proc/28582/stat : 28582 (java) S 28581 28568 28333 0 -1 0 55448 0 1 0 798 32 0 0 18 0 9 0 1985183567 889241600 33457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28582/statm: 217100 33457 2540 9 0 211675 0
[pid=28582/tid=28583] ppid=28581 vsize=868400 CPUtime=4.65
/proc/28582/task/28583/stat : 28583 (java) R 28581 28568 28333 0 -1 64 4542 0 1 0 461 4 0 0 25 0 9 0 1985183568 889241600 33457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28584] ppid=28581 vsize=868400 CPUtime=3.43
/proc/28582/task/28584/stat : 28584 (java) R 28581 28568 28333 0 -1 64 48736 0 0 0 317 26 0 0 16 0 9 0 1985183569 889241600 33457 996147200 134512640 134550740 4294955952 18446744073709551615 102722819 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28585] ppid=28581 vsize=868400 CPUtime=0
/proc/28582/task/28585/stat : 28585 (java) S 28581 28568 28333 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985183570 889241600 33457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28586] ppid=28581 vsize=868400 CPUtime=0
/proc/28582/task/28586/stat : 28586 (java) S 28581 28568 28333 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985183570 889241600 33457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28587] ppid=28581 vsize=868400 CPUtime=0
/proc/28582/task/28587/stat : 28587 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985183572 889241600 33457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28588] ppid=28581 vsize=868400 CPUtime=0.19
/proc/28582/task/28588/stat : 28588 (java) S 28581 28568 28333 0 -1 64 1474 0 0 0 19 0 0 0 17 0 9 0 1985183572 889241600 33457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28589] ppid=28581 vsize=868400 CPUtime=0
/proc/28582/task/28589/stat : 28589 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985183572 889241600 33457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28590] ppid=28581 vsize=868400 CPUtime=0
/proc/28582/task/28590/stat : 28590 (java) S 28581 28568 28333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985183572 889241600 33457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887356

[startup+25.5024 s]
/proc/loadavg: 2.21 2.10 2.04 3/85 28590
/proc/meminfo: memFree=1237344/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=4.23
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 974 36853 0 1 3 1 394 25 15 0 1 0 1985183136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 797 370 3 0 500 0
[pid=28581] ppid=28568 vsize=5356 CPUtime=0
/proc/28581/stat : 28581 (sh) S 28568 28568 28333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985183566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28581/statm: 1339 233 193 169 0 50 0
[pid=28582] ppid=28581 vsize=868512 CPUtime=21.04
/proc/28582/stat : 28582 (java) S 28581 28568 28333 0 -1 0 131718 0 1 0 2032 72 0 0 18 0 9 0 1985183567 889356288 89238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28582/statm: 217128 89238 2565 9 0 211675 0
[pid=28582/tid=28583] ppid=28581 vsize=868512 CPUtime=9.78
/proc/28582/task/28583/stat : 28583 (java) R 28581 28568 28333 0 -1 64 7759 0 1 0 968 10 0 0 25 0 9 0 1985183568 889356288 89238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28584] ppid=28581 vsize=868512 CPUtime=10.98
/proc/28582/task/28584/stat : 28584 (java) S 28581 28568 28333 0 -1 64 121749 0 0 0 1038 60 0 0 15 0 9 0 1985183569 889356288 89238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28585] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28585/stat : 28585 (java) S 28581 28568 28333 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985183570 889356288 89238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28586] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28586/stat : 28586 (java) S 28581 28568 28333 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985183570 889356288 89238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=28582/tid=28588] ppid=28581 vsize=868512 CPUtime=0.26
/proc/28582/task/28588/stat : 28588 (java) S 28581 28568 28333 0 -1 64 1518 0 0 0 26 0 0 0 16 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28589] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28589/stat : 28589 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28590] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28590/stat : 28590 (java) S 28581 28568 28333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.69
Current children cumulated vsize (KiB) 887468

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

[startup+179.103 s]
/proc/loadavg: 2.99 2.49 2.19 3/85 28590
/proc/meminfo: memFree=15392/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=4.23
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 974 36853 0 1 3 1 394 25 16 0 1 0 1985183136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 797 370 3 0 500 0
[pid=28581] ppid=28568 vsize=5356 CPUtime=0
/proc/28581/stat : 28581 (sh) S 28568 28568 28333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985183566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28581/statm: 1339 233 193 169 0 50 0
[pid=28582] ppid=28581 vsize=868512 CPUtime=170.75
/proc/28582/stat : 28582 (java) S 28581 28568 28333 0 -1 0 133211 0 1 0 15860 1215 0 0 18 0 9 0 1985183567 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28582/statm: 217128 89242 2565 9 0 211675 0
[pid=28582/tid=28583] ppid=28581 vsize=868512 CPUtime=157.8
/proc/28582/task/28583/stat : 28583 (java) R 28581 28568 28333 0 -1 64 9248 0 1 0 14638 1142 0 0 25 0 9 0 1985183568 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4126992447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28584] ppid=28581 vsize=868512 CPUtime=12.65
/proc/28582/task/28584/stat : 28584 (java) S 28581 28568 28333 0 -1 64 121749 0 0 0 1194 71 0 0 16 0 9 0 1985183569 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28585] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28585/stat : 28585 (java) S 28581 28568 28333 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985183570 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28586] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28586/stat : 28586 (java) S 28581 28568 28333 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985183570 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28587] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28587/stat : 28587 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28588] ppid=28581 vsize=868512 CPUtime=0.26
/proc/28582/task/28588/stat : 28588 (java) S 28581 28568 28333 0 -1 64 1518 0 0 0 26 0 0 0 16 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28589] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28589/stat : 28589 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28590] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28590/stat : 28590 (java) S 28581 28568 28333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.98
Current children cumulated vsize (KiB) 887468

[startup+191.901 s]
/proc/loadavg: 2.99 2.51 2.20 3/85 28590
/proc/meminfo: memFree=16160/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=4.23
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 974 36853 0 1 3 1 394 25 16 0 1 0 1985183136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 797 370 3 0 500 0
[pid=28581] ppid=28568 vsize=5356 CPUtime=0
/proc/28581/stat : 28581 (sh) S 28568 28568 28333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985183566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28581/statm: 1339 233 193 169 0 50 0
[pid=28582] ppid=28581 vsize=868512 CPUtime=183.2
/proc/28582/stat : 28582 (java) S 28581 28568 28333 0 -1 0 133335 0 1 0 17009 1311 0 0 18 0 9 0 1985183567 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28582/statm: 217128 89242 2565 9 0 211675 0
[pid=28582/tid=28583] ppid=28581 vsize=868512 CPUtime=170.11
/proc/28582/task/28583/stat : 28583 (java) R 28581 28568 28333 0 -1 64 9372 0 1 0 15774 1237 0 0 25 0 9 0 1985183568 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4126476137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28584] ppid=28581 vsize=868512 CPUtime=12.78
/proc/28582/task/28584/stat : 28584 (java) S 28581 28568 28333 0 -1 64 121749 0 0 0 1207 71 0 0 16 0 9 0 1985183569 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28585] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28585/stat : 28585 (java) S 28581 28568 28333 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985183570 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28586] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28586/stat : 28586 (java) S 28581 28568 28333 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985183570 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28587] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28587/stat : 28587 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28588] ppid=28581 vsize=868512 CPUtime=0.26
/proc/28582/task/28588/stat : 28588 (java) S 28581 28568 28333 0 -1 64 1518 0 0 0 26 0 0 0 16 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28589] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28589/stat : 28589 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28590] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28590/stat : 28590 (java) S 28581 28568 28333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 187.43
Current children cumulated vsize (KiB) 887468

[startup+198.303 s]
/proc/loadavg: 2.91 2.50 2.20 3/85 28590
/proc/meminfo: memFree=15136/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=4.23
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 974 36853 0 1 3 1 394 25 16 0 1 0 1985183136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 797 370 3 0 500 0
[pid=28581] ppid=28568 vsize=5356 CPUtime=0
/proc/28581/stat : 28581 (sh) S 28568 28568 28333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985183566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28581/statm: 1339 233 193 169 0 50 0
[pid=28582] ppid=28581 vsize=868512 CPUtime=189.35
/proc/28582/stat : 28582 (java) S 28581 28568 28333 0 -1 0 133396 0 1 0 17578 1357 0 0 18 0 9 0 1985183567 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28582/statm: 217128 89242 2565 9 0 211675 0
[pid=28582/tid=28583] ppid=28581 vsize=868512 CPUtime=176.19
/proc/28582/task/28583/stat : 28583 (java) R 28581 28568 28333 0 -1 64 9433 0 1 0 16337 1282 0 0 25 0 9 0 1985183568 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4126865917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28584] ppid=28581 vsize=868512 CPUtime=12.85
/proc/28582/task/28584/stat : 28584 (java) S 28581 28568 28333 0 -1 64 121749 0 0 0 1213 72 0 0 16 0 9 0 1985183569 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28585] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28585/stat : 28585 (java) S 28581 28568 28333 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985183570 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28586] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28586/stat : 28586 (java) S 28581 28568 28333 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985183570 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28587] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28587/stat : 28587 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28588] ppid=28581 vsize=868512 CPUtime=0.26
/proc/28582/task/28588/stat : 28588 (java) S 28581 28568 28333 0 -1 64 1518 0 0 0 26 0 0 0 16 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28589] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28589/stat : 28589 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28590] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28590/stat : 28590 (java) S 28581 28568 28333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 193.58
Current children cumulated vsize (KiB) 887468

[startup+201.502 s]
/proc/loadavg: 2.92 2.51 2.20 4/85 28590
/proc/meminfo: memFree=16032/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=4.23
/proc/28568/stat : 28568 (sugar) S 28566 28568 28333 0 -1 4194304 974 36853 0 1 3 1 394 25 16 0 1 0 1985183136 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28568/statm: 3400 797 370 3 0 500 0
[pid=28581] ppid=28568 vsize=5356 CPUtime=0
/proc/28581/stat : 28581 (sh) S 28568 28568 28333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985183566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28581/statm: 1339 233 193 169 0 50 0
[pid=28582] ppid=28581 vsize=868512 CPUtime=192.47
/proc/28582/stat : 28582 (java) S 28581 28568 28333 0 -1 0 133427 0 1 0 17864 1383 0 0 18 0 9 0 1985183567 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28582/statm: 217128 89242 2565 9 0 211675 0
[pid=28582/tid=28583] ppid=28581 vsize=868512 CPUtime=179.27
/proc/28582/task/28583/stat : 28583 (java) R 28581 28568 28333 0 -1 64 9464 0 1 0 16619 1308 0 0 25 0 9 0 1985183568 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4126988625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28584] ppid=28581 vsize=868512 CPUtime=12.89
/proc/28582/task/28584/stat : 28584 (java) S 28581 28568 28333 0 -1 64 121749 0 0 0 1217 72 0 0 16 0 9 0 1985183569 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28585] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28585/stat : 28585 (java) S 28581 28568 28333 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985183570 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28586] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28586/stat : 28586 (java) S 28581 28568 28333 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985183570 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28587] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28587/stat : 28587 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28588] ppid=28581 vsize=868512 CPUtime=0.26
/proc/28582/task/28588/stat : 28588 (java) S 28581 28568 28333 0 -1 64 1518 0 0 0 26 0 0 0 16 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28589] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28589/stat : 28589 (java) S 28581 28568 28333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28582/tid=28590] ppid=28581 vsize=868512 CPUtime=0
/proc/28582/task/28590/stat : 28590 (java) S 28581 28568 28333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985183572 889356288 89242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.7
Current children cumulated vsize (KiB) 887468

[startup+203.101 s]
/proc/loadavg: 2.92 2.51 2.20 3/85 28590
/proc/meminfo: memFree=16032/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=198.19
/proc/28568/stat : 28568 (sugar) R 28566 28568 28333 0 -1 4194304 996 170590 0 2 3 21 18372 1423 16 0 1 0 1985183136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28568/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 198.19
Current children cumulated vsize (KiB) 13600

[startup+203.902 s]
/proc/loadavg: 2.92 2.51 2.20 3/75 28590
/proc/meminfo: memFree=1413872/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=198.85
/proc/28568/stat : 28568 (sugar) D 28566 28568 28333 0 -1 4194304 996 170590 0 2 3 87 18372 1423 15 0 1 0 1985183136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28568/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 198.85
Current children cumulated vsize (KiB) 13600

[startup+204.702 s]
/proc/loadavg: 2.84 2.50 2.20 2/75 28590
/proc/meminfo: memFree=1909680/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=198.87
/proc/28568/stat : 28568 (sugar) D 28566 28568 28333 0 -1 4194304 996 170590 0 2 3 89 18372 1423 15 0 1 0 1985183136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28568/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 198.87
Current children cumulated vsize (KiB) 13600

[startup+204.902 s]
/proc/loadavg: 2.84 2.50 2.20 2/75 28590
/proc/meminfo: memFree=1909680/2055920 swapFree=4180424/4192956
[pid=28568] ppid=28566 vsize=13600 CPUtime=198.88
/proc/28568/stat : 28568 (sugar) D 28566 28568 28333 0 -1 4194304 996 170590 0 2 3 90 18372 1423 15 0 1 0 1985183136 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28568/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 198.88
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 204.956
CPU time (s): 198.9
CPU user time (s): 183.759
CPU system time (s): 15.1407
CPU usage (%): 97.045
Max. virtual memory (cumulated for all children) (KiB): 911852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.759
system time used= 15.1407
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171616
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= 21256
involuntary context switches= 24607

runsolver used 0.288956 second user time and 0.752885 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-03 07:14:56
IDJOB=1056175
IDBENCH=57402
IDSOLVER=346
FILE ID=node33/1056175-1215062096
PBS_JOBID= 7875223
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-400.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056175-1215062096/watcher-1056175-1215062096 -o /tmp/evaluation-result-1056175-1215062096/solver-1056175-1215062096 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1056175-1215062096.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35ecf1acb3b6774e91a99570f293720f
RANDOM SEED=1087398588

node33.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.231
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.231
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:       1594904 kB
Buffers:         85176 kB
Cached:         254636 kB
SwapCached:       6444 kB
Active:         174228 kB
Inactive:       206716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594904 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:           11792 kB
Writeback:           0 kB
Mapped:          48196 kB
Slab:            65392 kB
Committed_AS:  3465536 kB
PageTables:       1904 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= 66536 MiB
End job on node33 at 2008-07-03 07:18:21