Trace number 1056153

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+picosat? 197.264 204.227

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.16	c 0	Sugar v1-13 + HOME/picosat
0.00/0.18	c 0	BEGIN Tue Jul  8 02:56:46 2008
0.00/0.18	c 0	PID 2948
0.00/0.18	c 0	HOST node4.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1056153-1215478605.xml TO HOME/temp.csp
0.00/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056153-1215478605.xml' 'HOME/temp.csp'
5.80/6.20	c 6	1 domains, 500 variables, 1 predicates, 0 relations, 124750 constraints
5.80/6.28	c 6	ENCODING HOME/temp.csp TO HOME/temp.cnf
5.80/6.28	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'
5.84/6.36	c 6	Parsing HOME/temp.csp
6.24/6.76	c 7	parsed 10000 expressions
6.54/7.04	c 7	parsed 20000 expressions
6.85/7.36	c 7	parsed 30000 expressions
7.05/7.59	c 7	parsed 40000 expressions
7.45/7.95	c 8	parsed 50000 expressions
7.65/8.19	c 8	parsed 60000 expressions
7.95/8.42	c 8	parsed 70000 expressions
8.35/8.86	c 9	parsed 80000 expressions
8.54/9.09	c 9	parsed 90000 expressions
8.85/9.33	c 9	parsed 100000 expressions
9.04/9.56	c 9	parsed 110000 expressions
9.24/9.80	c 10	parsed 120000 expressions
9.44/9.92	c 10	parsed 125252 expressions
9.44/9.93	c 10	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.44/9.93	c 10	Converting to clausal form CSP
11.13/11.64	c 11	converted 12526 (10%) expressions
13.04/13.54	c 13	converted 25051 (20%) expressions
14.24/14.79	c 15	converted 37576 (30%) expressions
15.53/16.03	c 16	converted 50101 (40%) expressions
17.72/18.29	c 18	converted 62626 (50%) expressions
19.03/19.54	c 19	converted 75152 (60%) expressions
20.22/20.79	c 21	converted 87677 (70%) expressions
21.53/22.04	c 22	converted 100202 (80%) expressions
24.02/24.56	c 24	converted 112727 (90%) expressions
25.52/26.08	c 26	converted 125252 (100%) expressions
25.52/26.09	c 26	CSP : 500 integers, 124750 booleans, 499000 clauses, largest domain size 500
25.52/26.09	c 26	Heap : 297 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.52/26.09	c 26	Propagation in CSP
27.32/27.81	c 28	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
27.32/27.82	c 28	CSP : 500 integers, 124750 booleans, 499000 clauses, largest domain size 500
27.32/27.82	c 28	Heap : 357 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.42/27.97	c 28	Simplifing CSP by introducing new Boolean variables
32.31/32.80	c 33	CSP : 500 integers, 623748 booleans, 997998 clauses, largest domain size 500
32.31/32.80	c 33	Heap : 518 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.81/35.39	c 35	Encoding CSP to SAT : HOME/temp.cnf
35.01/35.50	c 35	50 (10%) CSP integer variables are encoded (24900 clauses, 351400 bytes)
35.01/35.53	c 35	100 (20%) CSP integer variables are encoded (49800 clauses, 724900 bytes)
35.01/35.56	c 35	150 (30%) CSP integer variables are encoded (74700 clauses, 1098400 bytes)
35.01/35.59	c 35	200 (40%) CSP integer variables are encoded (99600 clauses, 1471900 bytes)
35.10/35.62	c 35	250 (50%) CSP integer variables are encoded (124500 clauses, 1894803 bytes)
35.10/35.64	c 35	300 (60%) CSP integer variables are encoded (149400 clauses, 2318103 bytes)
35.10/35.67	c 35	350 (70%) CSP integer variables are encoded (174300 clauses, 2741403 bytes)
35.21/35.71	c 35	400 (80%) CSP integer variables are encoded (199200 clauses, 3164703 bytes)
35.21/35.74	c 36	450 (90%) CSP integer variables are encoded (224100 clauses, 3588003 bytes)
35.21/35.77	c 36	500 (100%) CSP integer variables are encoded (249000 clauses, 4011303 bytes)
78.51/79.55	c 79	99800 (10%) CSP clauses are encoded (25633948 clauses, 577171889 bytes)
123.52/125.22	c 125	199600 (20%) CSP clauses are encoded (51544370 clauses, 1186639167 bytes)
169.86/173.30	c 173	299400 (30%) CSP clauses are encoded (78185084 clauses, 1814732107 bytes)
196.34/200.82	c 201	ERROR Exception Too large HOME/temp.cnf
196.34/200.82	c 201	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
196.34/200.82	c 201	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
196.34/200.82	c 201	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
196.34/200.82	s UNKNOWN
196.42/200.92	c 201	CPU 182.9 (0.03 0 182.87 13.56)
196.42/200.92	c 201	END Tue Jul  8 03:00:07 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-1056153-1215478605/watcher-1056153-1215478605 -o /tmp/evaluation-result-1056153-1215478605/solver-1056153-1215478605 -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/picosat -tmp=HOME/temp HOME/instance-1056153-1215478605.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.14 2.10 1.87 4/84 2948
/proc/meminfo: memFree=1910320/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=18572 CPUtime=0
/proc/2948/stat : 2948 (runsolver) D 2946 2948 2735 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4563903 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259913215271 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2948/statm: 4643 292 257 25 0 2626 0

[startup+0.0846179 s]
/proc/loadavg: 2.14 2.10 1.87 4/84 2948
/proc/meminfo: memFree=1910320/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=12268 CPUtime=0
/proc/2948/stat : 2948 (sugar) D 2946 2948 2735 0 -1 4194304 348 0 4 0 0 0 0 0 18 0 1 0 4563903 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/2948/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101621 s]
/proc/loadavg: 2.14 2.10 1.87 4/84 2948
/proc/meminfo: memFree=1910320/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=12272 CPUtime=0
/proc/2948/stat : 2948 (sugar) R 2946 2948 2735 0 -1 4194304 393 0 4 0 0 0 0 0 18 0 1 0 4563903 12566528 365 996147200 4194304 4206940 548682068608 18446744073709551615 259913382501 0 0 4224 0 0 0 0 17 1 0 0
/proc/2948/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.30164 s]
/proc/loadavg: 2.14 2.10 1.87 4/84 2948
/proc/meminfo: memFree=1910320/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=0.03
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 896 127 4 0 3 0 0 0 18 0 1 0 4563903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701685 s]
/proc/loadavg: 2.14 2.10 1.87 4/84 2948
/proc/meminfo: memFree=1910320/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=0.03
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 896 127 4 0 3 0 0 0 18 0 1 0 4563903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50177 s]
/proc/loadavg: 2.14 2.10 1.87 4/95 2960
/proc/meminfo: memFree=1876888/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=0.03
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 896 127 4 0 3 0 0 0 18 0 1 0 4563903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 796 370 3 0 500 0
[pid=2951] ppid=2948 vsize=5356 CPUtime=0
/proc/2951/stat : 2951 (sh) S 2948 2948 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4563922 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2951/statm: 1339 233 193 169 0 50 0
[pid=2952] ppid=2951 vsize=865540 CPUtime=1.13
/proc/2952/stat : 2952 (java) S 2951 2948 2735 0 -1 0 14642 0 59 0 102 11 0 0 18 0 9 0 4563922 886312960 12254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2952/statm: 216385 12254 2529 9 0 210967 0
[pid=2952/tid=2953] ppid=2951 vsize=865540 CPUtime=0.57
/proc/2952/task/2953/stat : 2953 (java) R 2951 2948 2735 0 -1 64 2945 0 27 0 53 4 0 0 21 0 9 0 4563926 886312960 12254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2954] ppid=2951 vsize=865540 CPUtime=0.43
/proc/2952/task/2954/stat : 2954 (java) R 2951 2948 2735 0 -1 64 10540 0 0 0 39 4 0 0 16 0 9 0 4563936 886312960 12254 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2955] ppid=2951 vsize=865540 CPUtime=0
/proc/2952/task/2955/stat : 2955 (java) S 2951 2948 2735 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4563936 886312960 12254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2956] ppid=2951 vsize=865540 CPUtime=0
/proc/2952/task/2956/stat : 2956 (java) S 2951 2948 2735 0 -1 64 10 0 1 0 0 0 0 0 15 0 9 0 4563936 886312960 12254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2957] ppid=2951 vsize=865540 CPUtime=0
/proc/2952/task/2957/stat : 2957 (java) S 2951 2948 2735 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4563938 886312960 12254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2958] ppid=2951 vsize=865540 CPUtime=0.09
/proc/2952/task/2958/stat : 2958 (java) S 2951 2948 2735 0 -1 64 487 0 0 0 9 0 0 0 16 0 9 0 4563938 886312960 12254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2959] ppid=2951 vsize=865540 CPUtime=0
/proc/2952/task/2959/stat : 2959 (java) S 2951 2948 2735 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4563938 886312960 12254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2960] ppid=2951 vsize=865540 CPUtime=0
/proc/2952/task/2960/stat : 2960 (java) S 2951 2948 2735 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4563939 886312960 12254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 884496

[startup+3.10292 s]
/proc/loadavg: 2.14 2.10 1.87 3/95 2960
/proc/meminfo: memFree=1837656/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=0.03
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 896 127 4 0 3 0 0 0 18 0 1 0 4563903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 796 370 3 0 500 0
[pid=2951] ppid=2948 vsize=5356 CPUtime=0
/proc/2951/stat : 2951 (sh) S 2948 2948 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4563922 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2951/statm: 1339 233 193 169 0 50 0
[pid=2952] ppid=2951 vsize=865544 CPUtime=2.71
/proc/2952/stat : 2952 (java) S 2951 2948 2735 0 -1 0 32364 0 59 0 251 20 0 0 18 0 9 0 4563922 886317056 27024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2952/statm: 216386 27024 2529 9 0 210968 0
[pid=2952/tid=2953] ppid=2951 vsize=865544 CPUtime=1.4
/proc/2952/task/2953/stat : 2953 (java) R 2951 2948 2735 0 -1 64 3836 0 27 0 134 6 0 0 18 0 9 0 4563926 886317056 27024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2954] ppid=2951 vsize=865544 CPUtime=1.17
/proc/2952/task/2954/stat : 2954 (java) R 2951 2948 2735 0 -1 64 27363 0 0 0 105 12 0 0 16 0 9 0 4563936 886317056 27024 996147200 134512640 134550740 4294956000 18446744073709551615 102650211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2955] ppid=2951 vsize=865544 CPUtime=0
/proc/2952/task/2955/stat : 2955 (java) S 2951 2948 2735 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4563936 886317056 27024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2956] ppid=2951 vsize=865544 CPUtime=0
/proc/2952/task/2956/stat : 2956 (java) S 2951 2948 2735 0 -1 64 10 0 1 0 0 0 0 0 15 0 9 0 4563936 886317056 27024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2957] ppid=2951 vsize=865544 CPUtime=0
/proc/2952/task/2957/stat : 2957 (java) S 2951 2948 2735 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4563938 886317056 27024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2958] ppid=2951 vsize=865544 CPUtime=0.1
/proc/2952/task/2958/stat : 2958 (java) S 2951 2948 2735 0 -1 64 495 0 0 0 10 0 0 0 16 0 9 0 4563938 886317056 27024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2959] ppid=2951 vsize=865544 CPUtime=0
/proc/2952/task/2959/stat : 2959 (java) S 2951 2948 2735 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4563938 886317056 27024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2952/tid=2960] ppid=2951 vsize=865544 CPUtime=0
/proc/2952/task/2960/stat : 2960 (java) S 2951 2948 2735 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4563939 886317056 27024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 884500

[startup+6.30223 s]
/proc/loadavg: 2.21 2.11 1.87 3/95 2960
/proc/meminfo: memFree=1729432/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=5.84
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 952 54549 4 59 3 0 543 38 16 0 1 0 4563903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 13600

[startup+12.7029 s]
/proc/loadavg: 2.19 2.11 1.87 4/95 2970
/proc/meminfo: memFree=1795864/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=5.84
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 970 54549 4 59 3 0 543 38 16 0 1 0 4563903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2948/statm: 3400 797 370 3 0 500 0
[pid=2961] ppid=2948 vsize=5356 CPUtime=0
/proc/2961/stat : 2961 (sh) S 2948 2948 2735 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4564531 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2961/statm: 1339 233 193 169 0 50 0
[pid=2962] ppid=2961 vsize=870960 CPUtime=6.4
/proc/2962/stat : 2962 (java) S 2961 2948 2735 0 -1 0 33053 0 4 0 619 21 0 0 19 0 9 0 4564532 891863040 30222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 217740 30222 2540 9 0 212315 0
[pid=2962/tid=2963] ppid=2961 vsize=870960 CPUtime=3.9
/proc/2962/task/2963/stat : 2963 (java) R 2961 2948 2735 0 -1 64 3882 0 3 0 386 4 0 0 25 0 9 0 4564532 891863040 30222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2964] ppid=2961 vsize=870960 CPUtime=2.27
/proc/2962/task/2964/stat : 2964 (java) R 2961 2948 2735 0 -1 64 27005 0 0 0 213 14 0 0 16 0 9 0 4564534 891863040 30222 996147200 134512640 134550740 4294955952 18446744073709551615 102721792 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2965] ppid=2961 vsize=870960 CPUtime=0
/proc/2962/task/2965/stat : 2965 (java) S 2961 2948 2735 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4564534 891863040 30222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2966] ppid=2961 vsize=870960 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2961 2948 2735 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4564534 891863040 30222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2967] ppid=2961 vsize=870960 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2961 2948 2735 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4564536 891863040 30222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2961 vsize=870960 CPUtime=0.2
/proc/2962/task/2968/stat : 2968 (java) S 2961 2948 2735 0 -1 64 1469 0 1 0 19 1 0 0 17 0 9 0 4564536 891863040 30222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2969] ppid=2961 vsize=870960 CPUtime=0
/proc/2962/task/2969/stat : 2969 (java) S 2961 2948 2735 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4564536 891863040 30222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2961 vsize=870960 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2961 2948 2735 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4564536 891863040 30222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 889916

[startup+25.5021 s]
/proc/loadavg: 2.30 2.14 1.88 4/95 2970
/proc/meminfo: memFree=1589592/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=5.84
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 970 54549 4 59 3 0 543 38 16 0 1 0 4563903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2948/statm: 3400 797 370 3 0 500 0
[pid=2961] ppid=2948 vsize=5356 CPUtime=0
/proc/2961/stat : 2961 (sh) S 2948 2948 2735 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4564531 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2961/statm: 1339 233 193 169 0 50 0
[pid=2962] ppid=2961 vsize=868396 CPUtime=19.18
/proc/2962/stat : 2962 (java) S 2961 2948 2735 0 -1 0 110600 0 4 0 1863 55 0 0 19 0 9 0 4564532 889237504 79955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 217099 79955 2540 9 0 211674 0
[pid=2962/tid=2963] ppid=2961 vsize=868396 CPUtime=10.74
/proc/2962/task/2963/stat : 2963 (java) R 2961 2948 2735 0 -1 64 7380 0 3 0 1067 7 0 0 25 0 9 0 4564532 889237504 79955 996147200 134512640 134550740 4294955952 18446744073709551615 4126821362 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2964] ppid=2961 vsize=868396 CPUtime=8.21
/proc/2962/task/2964/stat : 2964 (java) S 2961 2948 2735 0 -1 64 101054 0 0 0 776 45 0 0 16 0 9 0 4564534 889237504 79955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2965] ppid=2961 vsize=868396 CPUtime=0
/proc/2962/task/2965/stat : 2965 (java) S 2961 2948 2735 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4564534 889237504 79955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2966] ppid=2961 vsize=868396 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2961 2948 2735 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4564534 889237504 79955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2967] ppid=2961 vsize=868396 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2961 2948 2735 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4564536 889237504 79955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2961 vsize=868396 CPUtime=0.2
/proc/2962/task/2968/stat : 2968 (java) S 2961 2948 2735 0 -1 64 1469 0 1 0 19 1 0 0 16 0 9 0 4564536 889237504 79955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2969] ppid=2961 vsize=868396 CPUtime=0
/proc/2962/task/2969/stat : 2969 (java) S 2961 2948 2735 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4564536 889237504 79955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2961 vsize=868396 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2961 2948 2735 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4564536 889237504 79955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 887352

[startup+51.1026 s]
/proc/loadavg: 2.32 2.16 1.90 3/95 2970
/proc/meminfo: memFree=1175256/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=5.84
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 970 54549 4 59 3 0 543 38 15 0 1 0 4563903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2948/statm: 3400 797 370 3 0 500 0
[pid=2961] ppid=2948 vsize=5356 CPUtime=0
/proc/2961/stat : 2961 (sh) S 2948 2948 2735 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4564531 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2961/statm: 1339 233 193 169 0 50 0
[pid=2962] ppid=2961 vsize=868508 CPUtime=44.69
/proc/2962/stat : 2962 (java) S 2961 2948 2735 0 -1 0 178367 0 5 0 4275 194 0 0 19 0 9 0 4564532 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=2962/tid=2968] ppid=2961 vsize=868508 CPUtime=0.26
/proc/2962/task/2968/stat : 2968 (java) S 2961 2948 2735 0 -1 64 1511 0 1 0 25 1 0 0 16 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2969] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2969/stat : 2969 (java) S 2961 2948 2735 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2961 2948 2735 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.97
Current children cumulated vsize (KiB) 887464

[startup+162.302 s]
/proc/loadavg: 2.31 2.19 1.93 3/95 2970
/proc/meminfo: memFree=16280/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=5.84
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 970 54549 4 59 3 0 543 38 16 0 1 0 4563903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2948/statm: 3400 797 370 3 0 500 0
[pid=2961] ppid=2948 vsize=5356 CPUtime=0
/proc/2961/stat : 2961 (sh) S 2948 2948 2735 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4564531 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2961/statm: 1339 233 193 169 0 50 0
[pid=2962] ppid=2961 vsize=868508 CPUtime=153.44
/proc/2962/stat : 2962 (java) S 2961 2948 2735 0 -1 0 179146 0 5 0 14319 1025 0 0 19 0 9 0 4564532 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 217127 132608 2565 9 0 211674 0
[pid=2962/tid=2963] ppid=2961 vsize=868508 CPUtime=136.24
/proc/2962/task/2963/stat : 2963 (java) R 2961 2948 2735 0 -1 64 10695 0 4 0 12680 944 0 0 25 0 9 0 4564532 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2964] ppid=2961 vsize=868508 CPUtime=16.9
/proc/2962/task/2964/stat : 2964 (java) S 2961 2948 2735 0 -1 64 166243 0 0 0 1613 77 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2965] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2965/stat : 2965 (java) S 2961 2948 2735 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2966] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2961 2948 2735 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2967] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2961 2948 2735 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2961 vsize=868508 CPUtime=0.26
/proc/2962/task/2968/stat : 2968 (java) S 2961 2948 2735 0 -1 64 1511 0 1 0 25 1 0 0 16 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2969] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2969/stat : 2969 (java) S 2961 2948 2735 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2961 2948 2735 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.28
Current children cumulated vsize (KiB) 887464

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

[startup+179.402 s]
/proc/loadavg: 2.39 2.21 1.94 3/103 2981
/proc/meminfo: memFree=16336/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=5.84
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 970 54549 4 59 3 0 543 38 16 0 1 0 4563903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 797 370 3 0 500 0
[pid=2961] ppid=2948 vsize=5356 CPUtime=0
/proc/2961/stat : 2961 (sh) S 2948 2948 2735 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4564531 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2961/statm: 1339 233 193 169 0 50 0
[pid=2962] ppid=2961 vsize=868508 CPUtime=169.97
/proc/2962/stat : 2962 (java) S 2961 2948 2735 0 -1 0 179260 0 5 0 15845 1152 0 0 19 0 9 0 4564532 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 217127 132608 2565 9 0 211674 0
[pid=2962/tid=2963] ppid=2961 vsize=868508 CPUtime=152.6
/proc/2962/task/2963/stat : 2963 (java) R 2961 2948 2735 0 -1 64 10809 0 4 0 14189 1071 0 0 25 0 9 0 4564532 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4126947123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2964] ppid=2961 vsize=868508 CPUtime=17.08
/proc/2962/task/2964/stat : 2964 (java) S 2961 2948 2735 0 -1 64 166243 0 0 0 1630 78 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2965] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2965/stat : 2965 (java) S 2961 2948 2735 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2966] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2961 2948 2735 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2967] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2961 2948 2735 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2961 vsize=868508 CPUtime=0.26
/proc/2962/task/2968/stat : 2968 (java) S 2961 2948 2735 0 -1 64 1511 0 1 0 25 1 0 0 16 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2969] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2969/stat : 2969 (java) S 2961 2948 2735 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2961 2948 2735 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.81
Current children cumulated vsize (KiB) 887464

[startup+192.202 s]
/proc/loadavg: 2.30 2.20 1.94 3/103 2981
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=5.84
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 970 54549 4 59 3 0 543 38 16 0 1 0 4563903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 797 370 3 0 500 0
[pid=2961] ppid=2948 vsize=5356 CPUtime=0
/proc/2961/stat : 2961 (sh) S 2948 2948 2735 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4564531 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2961/statm: 1339 233 193 169 0 50 0
[pid=2962] ppid=2961 vsize=868508 CPUtime=182.22
/proc/2962/stat : 2962 (java) S 2961 2948 2735 0 -1 0 179341 0 5 0 16976 1246 0 0 19 0 9 0 4564532 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 217127 132608 2565 9 0 211674 0
[pid=2962/tid=2963] ppid=2961 vsize=868508 CPUtime=164.71
/proc/2962/task/2963/stat : 2963 (java) R 2961 2948 2735 0 -1 64 10890 0 4 0 15307 1164 0 0 25 0 9 0 4564532 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4126991920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2964] ppid=2961 vsize=868508 CPUtime=17.22
/proc/2962/task/2964/stat : 2964 (java) S 2961 2948 2735 0 -1 64 166243 0 0 0 1643 79 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2965] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2965/stat : 2965 (java) S 2961 2948 2735 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2966] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2961 2948 2735 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2967] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2961 2948 2735 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2961 vsize=868508 CPUtime=0.26
/proc/2962/task/2968/stat : 2968 (java) S 2961 2948 2735 0 -1 64 1511 0 1 0 25 1 0 0 16 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2969] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2969/stat : 2969 (java) S 2961 2948 2735 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2961 2948 2735 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 188.06
Current children cumulated vsize (KiB) 887464

[startup+198.602 s]
/proc/loadavg: 2.28 2.20 1.94 3/103 2981
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=5.84
/proc/2948/stat : 2948 (sugar) S 2946 2948 2735 0 -1 4194304 970 54549 4 59 3 0 543 38 16 0 1 0 4563903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 797 370 3 0 500 0
[pid=2961] ppid=2948 vsize=5356 CPUtime=0
/proc/2961/stat : 2961 (sh) S 2948 2948 2735 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4564531 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2961/statm: 1339 233 193 169 0 50 0
[pid=2962] ppid=2961 vsize=868508 CPUtime=188.36
/proc/2962/stat : 2962 (java) S 2961 2948 2735 0 -1 0 179382 0 5 0 17543 1293 0 0 19 0 9 0 4564532 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 217127 132608 2565 9 0 211674 0
[pid=2962/tid=2963] ppid=2961 vsize=868508 CPUtime=170.77
/proc/2962/task/2963/stat : 2963 (java) R 2961 2948 2735 0 -1 64 10931 0 4 0 15866 1211 0 0 25 0 9 0 4564532 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2964] ppid=2961 vsize=868508 CPUtime=17.3
/proc/2962/task/2964/stat : 2964 (java) S 2961 2948 2735 0 -1 64 166243 0 0 0 1650 80 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2965] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2965/stat : 2965 (java) S 2961 2948 2735 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2966] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2961 2948 2735 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4564534 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2967] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2961 2948 2735 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2961 vsize=868508 CPUtime=0.26
/proc/2962/task/2968/stat : 2968 (java) S 2961 2948 2735 0 -1 64 1511 0 1 0 25 1 0 0 16 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2969] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2969/stat : 2969 (java) S 2961 2948 2735 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2961 vsize=868508 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2961 2948 2735 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4564536 889352192 132608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 194.2
Current children cumulated vsize (KiB) 887464

[startup+201.801 s]
/proc/loadavg: 2.26 2.20 1.94 3/93 2981
/proc/meminfo: memFree=1606560/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=197.08
/proc/2948/stat : 2948 (sugar) D 2946 2948 2735 0 -1 4194304 992 234244 4 64 3 62 18287 1356 15 0 1 0 4563903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/2948/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 197.08
Current children cumulated vsize (KiB) 13600

[startup+203.401 s]
/proc/loadavg: 2.26 2.20 1.94 2/93 2981
/proc/meminfo: memFree=1878496/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=197.22
/proc/2948/stat : 2948 (sugar) D 2946 2948 2735 0 -1 4194304 992 234244 4 64 3 76 18287 1356 15 0 1 0 4563903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2948/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 197.22
Current children cumulated vsize (KiB) 13600

[startup+203.806 s]
/proc/loadavg: 2.26 2.20 1.94 2/93 2981
/proc/meminfo: memFree=1878112/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=197.24
/proc/2948/stat : 2948 (sugar) D 2946 2948 2735 0 -1 4194304 992 234244 4 64 3 78 18287 1356 15 0 1 0 4563903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2948/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 197.24
Current children cumulated vsize (KiB) 13600

[startup+204.202 s]
/proc/loadavg: 2.26 2.20 1.94 2/93 2981
/proc/meminfo: memFree=1878112/2055920 swapFree=4192812/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=197.24
/proc/2948/stat : 2948 (sugar) D 2946 2948 2735 0 -1 4194304 992 234244 4 64 3 78 18287 1356 15 0 1 0 4563903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2948/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 197.24
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 204.227
CPU time (s): 197.264
CPU user time (s): 182.908
CPU system time (s): 14.3558
CPU usage (%): 96.5907
Max. virtual memory (cumulated for all children) (KiB): 916968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.908
system time used= 14.3558
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235266
page faults= 68
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18270
involuntary context switches= 20364

runsolver used 0.25896 second user time and 0.708892 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-08 02:56:46
IDJOB=1056153
IDBENCH=57401
IDSOLVER=345
FILE ID=node4/1056153-1215478605
PBS_JOBID= 7888610
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056153-1215478605/watcher-1056153-1215478605 -o /tmp/evaluation-result-1056153-1215478605/solver-1056153-1215478605 -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/picosat" -tmp="HOME/temp" HOME/instance-1056153-1215478605.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f41b36922ebee8c6bbe2e06a2cfd3a7
RANDOM SEED=1978536624

node4.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.232
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.232
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:       1910800 kB
Buffers:          8648 kB
Cached:          49764 kB
SwapCached:          0 kB
Active:          98864 kB
Inactive:        10096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1910800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           18276 kB
Writeback:           0 kB
Mapped:          71736 kB
Slab:            20944 kB
Committed_AS:   152544 kB
PageTables:       2084 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= 66464 MiB
End job on node4 at 2008-07-08 03:00:10