Trace number 1056154

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? 211.551 219.2

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-500.xml
MD5SUM2f41b36922ebee8c6bbe2e06a2cfd3a7
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 benchmark47.4628
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints124750
Maximum constraint arity2
Maximum domain size500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension124750
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:12:14 2008
0.00/0.05	c 0	PID 8521
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1056154-1215061933.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-1056154-1215061933.xml' 'HOME/temp.csp'
6.00/6.13	c 6	1 domains, 500 variables, 1 predicates, 0 relations, 124750 constraints
6.04/6.21	c 6	ENCODING HOME/temp.csp TO HOME/temp.cnf
6.04/6.21	c 6	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'
6.04/6.29	c 6	Parsing HOME/temp.csp
6.55/6.74	c 7	parsed 10000 expressions
6.84/7.04	c 7	parsed 20000 expressions
7.12/7.39	c 7	parsed 30000 expressions
7.43/7.66	c 8	parsed 40000 expressions
7.81/8.06	c 8	parsed 50000 expressions
8.11/8.32	c 8	parsed 60000 expressions
8.30/8.58	c 9	parsed 70000 expressions
8.81/9.07	c 9	parsed 80000 expressions
9.11/9.33	c 9	parsed 90000 expressions
9.29/9.59	c 10	parsed 100000 expressions
9.59/9.85	c 10	parsed 110000 expressions
9.89/10.11	c 10	parsed 120000 expressions
9.99/10.25	c 10	parsed 125252 expressions
9.99/10.25	c 10	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.99/10.25	c 10	Converting to clausal form CSP
12.06/12.31	c 12	converted 12526 (10%) expressions
14.14/14.41	c 14	converted 25051 (20%) expressions
15.43/15.77	c 16	converted 37576 (30%) expressions
16.82/17.14	c 17	converted 50101 (40%) expressions
19.30/19.65	c 20	converted 62626 (50%) expressions
20.68/21.03	c 21	converted 75152 (60%) expressions
22.07/22.40	c 22	converted 87677 (70%) expressions
23.36/23.78	c 24	converted 100202 (80%) expressions
26.12/26.56	c 27	converted 112727 (90%) expressions
27.81/28.25	c 28	converted 125252 (100%) expressions
27.81/28.25	c 28	CSP : 500 integers, 124750 booleans, 499000 clauses, largest domain size 500
27.81/28.25	c 28	Heap : 297 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.81/28.25	c 28	Propagation in CSP
29.70/30.15	c 30	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.70/30.15	c 30	CSP : 500 integers, 124750 booleans, 499000 clauses, largest domain size 500
29.70/30.15	c 30	Heap : 357 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.89/30.33	c 30	Simplifing CSP by introducing new Boolean variables
35.04/35.58	c 36	CSP : 500 integers, 623748 booleans, 997998 clauses, largest domain size 500
35.04/35.58	c 36	Heap : 518 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.92/38.49	c 39	Encoding CSP to SAT : HOME/temp.cnf
38.11/38.61	c 39	50 (10%) CSP integer variables are encoded (24900 clauses, 351400 bytes)
38.11/38.64	c 39	100 (20%) CSP integer variables are encoded (49800 clauses, 724900 bytes)
38.11/38.67	c 39	150 (30%) CSP integer variables are encoded (74700 clauses, 1098400 bytes)
38.21/38.70	c 39	200 (40%) CSP integer variables are encoded (99600 clauses, 1471900 bytes)
38.21/38.73	c 39	250 (50%) CSP integer variables are encoded (124500 clauses, 1894803 bytes)
38.21/38.77	c 39	300 (60%) CSP integer variables are encoded (149400 clauses, 2318103 bytes)
38.30/38.80	c 39	350 (70%) CSP integer variables are encoded (174300 clauses, 2741403 bytes)
38.30/38.83	c 39	400 (80%) CSP integer variables are encoded (199200 clauses, 3164703 bytes)
38.30/38.87	c 39	450 (90%) CSP integer variables are encoded (224100 clauses, 3588003 bytes)
38.30/38.90	c 39	500 (100%) CSP integer variables are encoded (249000 clauses, 4011303 bytes)
85.38/87.01	c 87	99800 (10%) CSP clauses are encoded (25633948 clauses, 577171889 bytes)
134.07/137.49	c 138	199600 (20%) CSP clauses are encoded (51544370 clauses, 1186639167 bytes)
184.13/189.85	c 190	299400 (30%) CSP clauses are encoded (78185084 clauses, 1814732107 bytes)
210.59/217.23	c 217	ERROR Exception Too large HOME/temp.cnf
210.59/217.23	c 217	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
210.59/217.23	c 217	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
210.59/217.23	c 217	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
210.59/217.23	s UNKNOWN
210.68/217.54	c 218	CPU 196.19 (0.04 0.01 196.15 14.53)
210.68/217.54	c 218	END Thu Jul  3 07:15:52 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-1056154-1215061933/watcher-1056154-1215061933 -o /tmp/evaluation-result-1056154-1215061933/solver-1056154-1215061933 -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-1056154-1215061933.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: 1.99 1.98 1.99 4/81 8521
/proc/meminfo: memFree=1776248/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=12268 CPUtime=0
/proc/8521/stat : 8521 (sugar) R 8519 8521 1842 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1985169030 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259353442917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8521/statm: 3067 316 241 3 0 167 0

[startup+0.0636801 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 8521
/proc/meminfo: memFree=1776248/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=0.03
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985169030 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101746 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 8521
/proc/meminfo: memFree=1776248/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=0.03
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985169030 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301778 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 8521
/proc/meminfo: memFree=1776248/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=0.03
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985169030 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701863 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 8521
/proc/meminfo: memFree=1776248/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=0.03
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985169030 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 2.15 2.02 2.01 3/92 8533
/proc/meminfo: memFree=1750752/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=0.03
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985169030 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 796 370 3 0 500 0
[pid=8524] ppid=8521 vsize=5356 CPUtime=0
/proc/8524/stat : 8524 (sh) S 8521 8521 1842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985169035 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8524/statm: 1339 233 193 169 0 50 0
[pid=8525] ppid=8524 vsize=864676 CPUtime=1.42
/proc/8525/stat : 8525 (java) S 8524 8521 1842 0 -1 0 15546 0 1 0 133 9 0 0 18 0 9 0 1985169035 885428224 13091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8525/statm: 216169 13091 2529 9 0 210751 0
[pid=8525/tid=8526] ppid=8524 vsize=864676 CPUtime=0.83
/proc/8525/task/8526/stat : 8526 (java) R 8524 8521 1842 0 -1 64 2972 0 1 0 81 2 0 0 25 0 9 0 1985169037 885428224 13091 996147200 134512640 134550740 4294956016 18446744073709551615 4126618573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8527] ppid=8524 vsize=864676 CPUtime=0.46
/proc/8525/task/8527/stat : 8527 (java) S 8524 8521 1842 0 -1 64 11393 0 0 0 41 5 0 0 16 0 9 0 1985169038 885428224 13091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8528] ppid=8524 vsize=864676 CPUtime=0
/proc/8525/task/8528/stat : 8528 (java) S 8524 8521 1842 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985169038 885428224 13091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8529] ppid=8524 vsize=864676 CPUtime=0
/proc/8525/task/8529/stat : 8529 (java) S 8524 8521 1842 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1985169038 885428224 13091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8530] ppid=8524 vsize=864676 CPUtime=0
/proc/8525/task/8530/stat : 8530 (java) S 8524 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985169040 885428224 13091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8531] ppid=8524 vsize=864676 CPUtime=0.09
/proc/8525/task/8531/stat : 8531 (java) S 8524 8521 1842 0 -1 64 481 0 0 0 9 0 0 0 16 0 9 0 1985169040 885428224 13091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8532] ppid=8524 vsize=864676 CPUtime=0
/proc/8525/task/8532/stat : 8532 (java) S 8524 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985169040 885428224 13091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8533] ppid=8524 vsize=864676 CPUtime=0
/proc/8525/task/8533/stat : 8533 (java) S 8524 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985169040 885428224 13091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10134 s]
/proc/loadavg: 2.15 2.02 2.01 4/92 8533
/proc/meminfo: memFree=1708768/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=0.03
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985169030 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 796 370 3 0 500 0
[pid=8524] ppid=8521 vsize=5356 CPUtime=0
/proc/8524/stat : 8524 (sh) S 8521 8521 1842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985169035 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8524/statm: 1339 233 193 169 0 50 0
[pid=8525] ppid=8524 vsize=864680 CPUtime=2.99
/proc/8525/stat : 8525 (java) S 8524 8521 1842 0 -1 0 32431 0 1 0 280 19 0 0 18 0 9 0 1985169035 885432320 27027 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8525/statm: 216170 27027 2529 9 0 210752 0
[pid=8525/tid=8526] ppid=8524 vsize=864680 CPUtime=1.65
/proc/8525/task/8526/stat : 8526 (java) R 8524 8521 1842 0 -1 64 3861 0 1 0 161 4 0 0 25 0 9 0 1985169037 885432320 27027 996147200 134512640 134550740 4294956016 18446744073709551615 4126667487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8527] ppid=8524 vsize=864680 CPUtime=1.21
/proc/8525/task/8527/stat : 8527 (java) S 8524 8521 1842 0 -1 64 27380 0 0 0 108 13 0 0 16 0 9 0 1985169038 885432320 27027 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8528] ppid=8524 vsize=864680 CPUtime=0
/proc/8525/task/8528/stat : 8528 (java) S 8524 8521 1842 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985169038 885432320 27027 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8529] ppid=8524 vsize=864680 CPUtime=0
/proc/8525/task/8529/stat : 8529 (java) S 8524 8521 1842 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1985169038 885432320 27027 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8530] ppid=8524 vsize=864680 CPUtime=0
/proc/8525/task/8530/stat : 8530 (java) S 8524 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985169040 885432320 27027 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8531] ppid=8524 vsize=864680 CPUtime=0.11
/proc/8525/task/8531/stat : 8531 (java) S 8524 8521 1842 0 -1 64 490 0 0 0 11 0 0 0 16 0 9 0 1985169040 885432320 27027 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8532] ppid=8524 vsize=864680 CPUtime=0
/proc/8525/task/8532/stat : 8532 (java) S 8524 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985169040 885432320 27027 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8525/tid=8533] ppid=8524 vsize=864680 CPUtime=0
/proc/8525/task/8533/stat : 8533 (java) S 8524 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985169040 885432320 27027 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883636

[startup+6.30196 s]
/proc/loadavg: 2.15 2.02 2.01 4/92 8533
/proc/meminfo: memFree=1602464/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=6.07
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 973 54616 0 1 3 1 568 35 16 0 1 0 1985169030 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 13600

[startup+12.7092 s]
/proc/loadavg: 2.13 2.02 2.00 3/92 8543
/proc/meminfo: memFree=1683808/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=6.07
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 974 54616 0 1 3 1 568 35 16 0 1 0 1985169030 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 797 370 3 0 500 0
[pid=8534] ppid=8521 vsize=5356 CPUtime=0
/proc/8534/stat : 8534 (sh) S 8521 8521 1842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985169651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8534/statm: 1339 233 193 169 0 50 0
[pid=8535] ppid=8534 vsize=868396 CPUtime=6.4
/proc/8535/stat : 8535 (java) S 8534 8521 1842 0 -1 0 39654 0 1 0 615 25 0 0 18 0 9 0 1985169652 889237504 26958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8535/statm: 217099 26958 2540 9 0 211674 0
[pid=8535/tid=8536] ppid=8534 vsize=868396 CPUtime=3.84
/proc/8535/task/8536/stat : 8536 (java) R 8534 8521 1842 0 -1 64 3870 0 1 0 379 5 0 0 25 0 9 0 1985169653 889237504 26958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8537] ppid=8534 vsize=868396 CPUtime=2.33
/proc/8535/task/8537/stat : 8537 (java) R 8534 8521 1842 0 -1 64 33615 0 0 0 215 18 0 0 16 0 9 0 1985169654 889237504 26958 996147200 134512640 134550740 4294955952 18446744073709551615 102723001 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8538] ppid=8534 vsize=868396 CPUtime=0
/proc/8535/task/8538/stat : 8538 (java) S 8534 8521 1842 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985169654 889237504 26958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8539] ppid=8534 vsize=868396 CPUtime=0
/proc/8535/task/8539/stat : 8539 (java) S 8534 8521 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985169654 889237504 26958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8540] ppid=8534 vsize=868396 CPUtime=0
/proc/8535/task/8540/stat : 8540 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985169656 889237504 26958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8541] ppid=8534 vsize=868396 CPUtime=0.2
/proc/8535/task/8541/stat : 8541 (java) S 8534 8521 1842 0 -1 64 1473 0 0 0 19 1 0 0 17 0 9 0 1985169656 889237504 26958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8542] ppid=8534 vsize=868396 CPUtime=0
/proc/8535/task/8542/stat : 8542 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985169656 889237504 26958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8543] ppid=8534 vsize=868396 CPUtime=0
/proc/8535/task/8543/stat : 8543 (java) R 8534 8521 1842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985169656 889237504 26958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887352

[startup+25.5028 s]
/proc/loadavg: 2.19 2.03 2.01 4/92 8543
/proc/meminfo: memFree=1483488/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=6.07
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 974 54616 0 1 3 1 568 35 16 0 1 0 1985169030 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 797 370 3 0 500 0
[pid=8534] ppid=8521 vsize=5356 CPUtime=0
/proc/8534/stat : 8534 (sh) S 8521 8521 1842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985169651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8534/statm: 1339 233 193 169 0 50 0
[pid=8535] ppid=8534 vsize=872400 CPUtime=19.07
/proc/8535/stat : 8535 (java) S 8534 8521 1842 0 -1 0 105318 0 1 0 1848 59 0 0 18 0 9 0 1985169652 893337600 73806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8535/statm: 218100 73806 2540 9 0 212675 0
[pid=8535/tid=8536] ppid=8534 vsize=872400 CPUtime=11.18
/proc/8535/task/8536/stat : 8536 (java) R 8534 8521 1842 0 -1 64 5615 0 1 0 1112 6 0 0 25 0 9 0 1985169653 893337600 73806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8537] ppid=8534 vsize=872400 CPUtime=7.66
/proc/8535/task/8537/stat : 8537 (java) R 8534 8521 1842 0 -1 64 97534 0 0 0 716 50 0 0 16 0 9 0 1985169654 893337600 73806 996147200 134512640 134550740 4294955952 18446744073709551615 103736193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8538] ppid=8534 vsize=872400 CPUtime=0
/proc/8535/task/8538/stat : 8538 (java) S 8534 8521 1842 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985169654 893337600 73806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8539] ppid=8534 vsize=872400 CPUtime=0
/proc/8535/task/8539/stat : 8539 (java) S 8534 8521 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985169654 893337600 73806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8540] ppid=8534 vsize=872400 CPUtime=0
/proc/8535/task/8540/stat : 8540 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985169656 893337600 73806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8541] ppid=8534 vsize=872400 CPUtime=0.2
/proc/8535/task/8541/stat : 8541 (java) S 8534 8521 1842 0 -1 64 1473 0 0 0 19 1 0 0 17 0 9 0 1985169656 893337600 73806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8542] ppid=8534 vsize=872400 CPUtime=0
/proc/8535/task/8542/stat : 8542 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985169656 893337600 73806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8543] ppid=8534 vsize=872400 CPUtime=0
/proc/8535/task/8543/stat : 8543 (java) S 8534 8521 1842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985169656 893337600 73806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 891356

[startup+51.1028 s]
/proc/loadavg: 2.26 2.06 2.02 3/92 8543
/proc/meminfo: memFree=1106144/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=6.07
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 974 54616 0 1 3 1 568 35 15 0 1 0 1985169030 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 797 370 3 0 500 0
[pid=8534] ppid=8521 vsize=5356 CPUtime=0
/proc/8534/stat : 8534 (sh) S 8521 8521 1842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985169651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8534/statm: 1339 233 193 169 0 50 0
[pid=8535] ppid=8534 vsize=868508 CPUtime=44.34
/proc/8535/stat : 8535 (java) S 8534 8521 1842 0 -1 0 183949 0 1 0 4251 183 0 0 18 0 9 0 1985169652 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 157.88
Current children cumulated vsize (KiB) 887464

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

[startup+179.103 s]
/proc/loadavg: 3.06 2.44 2.16 3/92 8543
/proc/meminfo: memFree=15520/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=6.07
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 974 54616 0 1 3 1 568 35 16 0 1 0 1985169030 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 797 370 3 0 500 0
[pid=8534] ppid=8521 vsize=5356 CPUtime=0
/proc/8534/stat : 8534 (sh) S 8521 8521 1842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985169651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8534/statm: 1339 233 193 169 0 50 0
[pid=8535] ppid=8534 vsize=868508 CPUtime=167.89
/proc/8535/stat : 8535 (java) S 8534 8521 1842 0 -1 0 184766 0 1 0 15658 1131 0 0 18 0 9 0 1985169652 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8535/statm: 217127 132505 2565 9 0 211674 0
[pid=8535/tid=8536] ppid=8534 vsize=868508 CPUtime=148.93
/proc/8535/task/8536/stat : 8536 (java) R 8534 8521 1842 0 -1 64 10702 0 1 0 13855 1038 0 0 25 0 9 0 1985169653 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4126991977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8537] ppid=8534 vsize=868508 CPUtime=18.65
/proc/8535/task/8537/stat : 8537 (java) S 8534 8521 1842 0 -1 64 171854 0 0 0 1775 90 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8538] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8538/stat : 8538 (java) S 8534 8521 1842 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8539] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8539/stat : 8539 (java) S 8534 8521 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8540] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8540/stat : 8540 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8541] ppid=8534 vsize=868508 CPUtime=0.27
/proc/8535/task/8541/stat : 8541 (java) S 8534 8521 1842 0 -1 64 1514 0 0 0 26 1 0 0 15 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8542] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8542/stat : 8542 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8543] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8543/stat : 8543 (java) S 8534 8521 1842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.96
Current children cumulated vsize (KiB) 887464

[startup+204.702 s]
/proc/loadavg: 3.04 2.49 2.18 3/92 8543
/proc/meminfo: memFree=16096/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=6.07
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 974 54616 0 1 3 1 568 35 16 0 1 0 1985169030 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 797 370 3 0 500 0
[pid=8534] ppid=8521 vsize=5356 CPUtime=0
/proc/8534/stat : 8534 (sh) S 8521 8521 1842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985169651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8534/statm: 1339 233 193 169 0 50 0
[pid=8535] ppid=8534 vsize=868508 CPUtime=192.48
/proc/8535/stat : 8535 (java) S 8534 8521 1842 0 -1 0 184929 0 1 0 17934 1314 0 0 18 0 9 0 1985169652 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8535/statm: 217127 132505 2565 9 0 211674 0
[pid=8535/tid=8536] ppid=8534 vsize=868508 CPUtime=173.27
/proc/8535/task/8536/stat : 8536 (java) R 8534 8521 1842 0 -1 64 10865 0 1 0 16107 1220 0 0 25 0 9 0 1985169653 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4126994524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8537] ppid=8534 vsize=868508 CPUtime=18.9
/proc/8535/task/8537/stat : 8537 (java) S 8534 8521 1842 0 -1 64 171854 0 0 0 1799 91 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8538] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8538/stat : 8538 (java) S 8534 8521 1842 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8539] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8539/stat : 8539 (java) S 8534 8521 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8540] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8540/stat : 8540 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8541] ppid=8534 vsize=868508 CPUtime=0.27
/proc/8535/task/8541/stat : 8541 (java) S 8534 8521 1842 0 -1 64 1514 0 0 0 26 1 0 0 15 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8542] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8542/stat : 8542 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8543] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8543/stat : 8543 (java) S 8534 8521 1842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 198.55
Current children cumulated vsize (KiB) 887464

[startup+211.102 s]
/proc/loadavg: 3.03 2.50 2.19 3/92 8543
/proc/meminfo: memFree=15904/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=6.07
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 974 54616 0 1 3 1 568 35 16 0 1 0 1985169030 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 797 370 3 0 500 0
[pid=8534] ppid=8521 vsize=5356 CPUtime=0
/proc/8534/stat : 8534 (sh) S 8521 8521 1842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985169651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8534/statm: 1339 233 193 169 0 50 0
[pid=8535] ppid=8534 vsize=868508 CPUtime=198.63
/proc/8535/stat : 8535 (java) S 8534 8521 1842 0 -1 0 184970 0 1 0 18501 1362 0 0 18 0 9 0 1985169652 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8535/statm: 217127 132505 2565 9 0 211674 0
[pid=8535/tid=8536] ppid=8534 vsize=868508 CPUtime=179.35
/proc/8535/task/8536/stat : 8536 (java) R 8534 8521 1842 0 -1 64 10906 0 1 0 16668 1267 0 0 25 0 9 0 1985169653 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4126991973 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8537] ppid=8534 vsize=868508 CPUtime=18.97
/proc/8535/task/8537/stat : 8537 (java) S 8534 8521 1842 0 -1 64 171854 0 0 0 1805 92 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8538] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8538/stat : 8538 (java) S 8534 8521 1842 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8539] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8539/stat : 8539 (java) S 8534 8521 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8540] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8540/stat : 8540 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8541] ppid=8534 vsize=868508 CPUtime=0.27
/proc/8535/task/8541/stat : 8541 (java) S 8534 8521 1842 0 -1 64 1514 0 0 0 26 1 0 0 15 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8542] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8542/stat : 8542 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8543] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8543/stat : 8543 (java) S 8534 8521 1842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.7
Current children cumulated vsize (KiB) 887464

[startup+214.303 s]
/proc/loadavg: 3.03 2.50 2.19 3/92 8543
/proc/meminfo: memFree=15584/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=6.07
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 974 54616 0 1 3 1 568 35 16 0 1 0 1985169030 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 797 370 3 0 500 0
[pid=8534] ppid=8521 vsize=5356 CPUtime=0
/proc/8534/stat : 8534 (sh) S 8521 8521 1842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985169651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8534/statm: 1339 233 193 169 0 50 0
[pid=8535] ppid=8534 vsize=868508 CPUtime=201.73
/proc/8535/stat : 8535 (java) S 8534 8521 1842 0 -1 0 184991 0 1 0 18787 1386 0 0 18 0 9 0 1985169652 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8535/statm: 217127 132505 2565 9 0 211674 0
[pid=8535/tid=8536] ppid=8534 vsize=868508 CPUtime=182.41
/proc/8535/task/8536/stat : 8536 (java) R 8534 8521 1842 0 -1 64 10927 0 1 0 16950 1291 0 0 25 0 9 0 1985169653 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4126991911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8537] ppid=8534 vsize=868508 CPUtime=19
/proc/8535/task/8537/stat : 8537 (java) S 8534 8521 1842 0 -1 64 171854 0 0 0 1808 92 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8538] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8538/stat : 8538 (java) S 8534 8521 1842 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8539] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8539/stat : 8539 (java) S 8534 8521 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985169654 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8540] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8540/stat : 8540 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8541] ppid=8534 vsize=868508 CPUtime=0.27
/proc/8535/task/8541/stat : 8541 (java) S 8534 8521 1842 0 -1 64 1514 0 0 0 26 1 0 0 15 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8542] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8542/stat : 8542 (java) S 8534 8521 1842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8535/tid=8543] ppid=8534 vsize=868508 CPUtime=0
/proc/8535/task/8543/stat : 8543 (java) S 8534 8521 1842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985169656 889352192 132505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 207.8
Current children cumulated vsize (KiB) 887464

[startup+217.502 s]
/proc/loadavg: 3.11 2.53 2.20 3/92 8543
/proc/meminfo: memFree=16160/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=6.08
/proc/8521/stat : 8521 (sugar) S 8519 8521 1842 0 -1 4194304 974 54616 0 1 4 1 568 35 16 0 1 0 1985169030 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8521/statm: 3400 797 370 3 0 500 0
[pid=8534] ppid=8521 vsize=5356 CPUtime=0
/proc/8534/stat : 8534 (sh) S 8521 8521 1842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985169651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8534/statm: 1339 233 193 169 0 50 0
[pid=8535] ppid=8534 vsize=0 CPUtime=204.6
/proc/8535/stat : 8535 (java) Z 8534 8521 1842 0 -1 1036 185021 0 1 0 19046 1414 0 0 16 0 2 0 1985169652 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8535/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 210.68
Current children cumulated vsize (KiB) 18956

[startup+218.357 s]
/proc/loadavg: 3.11 2.53 2.20 3/82 8543
/proc/meminfo: memFree=741104/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=211.46
/proc/8521/stat : 8521 (sugar) D 8519 8521 1842 0 -1 4194304 996 239923 0 2 4 74 19615 1453 16 0 1 0 1985169030 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8521/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 211.46
Current children cumulated vsize (KiB) 13600

[startup+218.702 s]
/proc/loadavg: 3.11 2.53 2.20 3/82 8543
/proc/meminfo: memFree=741104/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=211.49
/proc/8521/stat : 8521 (sugar) D 8519 8521 1842 0 -1 4194304 996 239923 0 2 4 77 19615 1453 15 0 1 0 1985169030 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8521/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 211.49
Current children cumulated vsize (KiB) 13600

[startup+219.102 s]
/proc/loadavg: 3.11 2.53 2.20 2/82 8543
/proc/meminfo: memFree=1888432/2055920 swapFree=4179472/4192956
[pid=8521] ppid=8519 vsize=13600 CPUtime=211.52
/proc/8521/stat : 8521 (sugar) D 8519 8521 1842 0 -1 4194304 996 239923 0 2 4 80 19615 1453 15 0 1 0 1985169030 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/8521/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 211.52
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 219.2
CPU time (s): 211.551
CPU user time (s): 196.196
CPU system time (s): 15.3547
CPU usage (%): 96.5105
Max. virtual memory (cumulated for all children) (KiB): 912964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.196
system time used= 15.3547
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240949
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= 18043
involuntary context switches= 25897

runsolver used 0.280957 second user time and 0.790879 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-03 07:12:14
IDJOB=1056154
IDBENCH=57401
IDSOLVER=346
FILE ID=node1/1056154-1215061933
PBS_JOBID= 7875172
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-500.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-1056154-1215061933/watcher-1056154-1215061933 -o /tmp/evaluation-result-1056154-1215061933/solver-1056154-1215061933 -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-1056154-1215061933.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f41b36922ebee8c6bbe2e06a2cfd3a7
RANDOM SEED=604939843

node1.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1776728 kB
Buffers:         19416 kB
Cached:         119372 kB
SwapCached:       7548 kB
Active:         191832 kB
Inactive:        26456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776728 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:           17788 kB
Writeback:           0 kB
Mapped:          95716 kB
Slab:            45860 kB
Committed_AS:  3180152 kB
PageTables:       2044 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= 66532 MiB
End job on node1 at 2008-07-03 07:15:53