Trace number 2060114

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.14.6+picosat? 515.842 538.017

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-14_glb.xml
MD5SUM5e6d0a2edf9733af83cf17b2f2203221
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.341947
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints31
Maximum constraint arity196
Maximum domain size196
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(30)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:20:58 2009
0.00/0.08	c 0	PID 12570
0.07/0.08	c 0	HOST node59.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2060114-1247325658.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060114-1247325658.xml' 'HOME/temp.csp'
0.07/0.30	c 0	1 domains, 196 variables, 0 predicates, 0 relations, 31 constraints
0.07/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.31/0.43	c 0	Parsing HOME/temp.csp
0.31/0.48	c 0	parsed 228 expressions
0.31/0.49	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.49	c 0	Converting to clausal form CSP
0.31/0.51	c 0	converted 23 (10%) expressions
0.31/0.51	c 0	converted 46 (20%) expressions
0.31/0.51	c 0	converted 69 (30%) expressions
0.31/0.51	c 0	converted 92 (40%) expressions
0.31/0.51	c 0	converted 114 (50%) expressions
0.31/0.51	c 0	converted 137 (60%) expressions
0.31/0.51	c 0	converted 160 (70%) expressions
0.31/0.51	c 0	converted 183 (80%) expressions
0.31/0.64	c 0	converted 206 (90%) expressions
1.43/1.53	c 1	converted 228 (100%) expressions
1.43/1.53	c 1	CSP : 856 integers, 0 booleans, 20492 clauses, largest domain size 976
1.43/1.53	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.53	c 1	Propagation in CSP
1.52/1.63	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.52/1.63	c 1	CSP : 856 integers, 0 booleans, 20492 clauses, largest domain size 976
1.52/1.63	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.64	c 1	Simplifing CSP by introducing new Boolean variables
1.83/1.94	c 2	CSP : 856 integers, 38220 booleans, 58712 clauses, largest domain size 976
1.83/1.94	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.10	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.02/2.16	c 2	86 (10%) CSP integer variables are encoded (16684 clauses, 228228 bytes)
2.02/2.18	c 2	172 (20%) CSP integer variables are encoded (33368 clauses, 478488 bytes)
2.13/2.23	c 2	257 (30%) CSP integer variables are encoded (72478 clauses, 1065138 bytes)
2.13/2.29	c 2	343 (40%) CSP integer variables are encoded (121337 clauses, 1841310 bytes)
2.22/2.35	c 2	428 (50%) CSP integer variables are encoded (169222 clauses, 2655355 bytes)
2.32/2.42	c 2	514 (60%) CSP integer variables are encoded (217886 clauses, 3482643 bytes)
2.32/2.49	c 2	600 (70%) CSP integer variables are encoded (266940 clauses, 4316561 bytes)
2.42/2.55	c 2	685 (80%) CSP integer variables are encoded (314825 clauses, 5130606 bytes)
2.52/2.62	c 2	771 (90%) CSP integer variables are encoded (363294 clauses, 5954579 bytes)
2.52/2.69	c 2	856 (100%) CSP integer variables are encoded (411764 clauses, 6778569 bytes)
514.65/534.00	c 534	ERROR Exception Too large HOME/temp.cnf
514.74/534.01	c 534	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
514.74/534.01	c 534	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
514.74/534.01	c 534	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
514.74/534.01	s UNKNOWN
514.74/534.06	c 534	CPU 514.77 (0.05 0.02 222.91 291.79)
514.74/534.07	c 534	END Sat Jul 11 17:29:52 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060114-1247325658/watcher-2060114-1247325658 -o /tmp/evaluation-result-2060114-1247325658/solver-2060114-1247325658 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2060114-1247325658.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 12570
/proc/meminfo: memFree=969728/2055920 swapFree=4192952/4192956
[pid=12570] ppid=12568 vsize=18576 CPUtime=0
/proc/12570/stat : 12570 (runsolver) R 12568 12570 11545 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 19628891 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12570/statm: 4644 284 249 26 0 2626 0

[startup+0.082408 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 12570
/proc/meminfo: memFree=969728/2055920 swapFree=4192952/4192956
[pid=12570] ppid=12568 vsize=16740 CPUtime=0.07
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 19628891 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.108004 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 12570
/proc/meminfo: memFree=969728/2055920 swapFree=4192952/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=0.07
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19628891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301583 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 12570
/proc/meminfo: memFree=969728/2055920 swapFree=4192952/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=0.07
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19628891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701666 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 12570
/proc/meminfo: memFree=969728/2055920 swapFree=4192952/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=0.31
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1309 4353 0 1 5 2 22 2 15 0 1 0 19628891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16868

[startup+1.50281 s]
/proc/loadavg: 1.91 1.95 1.98 3/85 12592
/proc/meminfo: memFree=950056/2055920 swapFree=4192952/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=0.31
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1309 4353 0 1 5 2 22 2 15 0 1 0 19628891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4217 1111 409 3 0 796 0
[pid=12583] ppid=12570 vsize=5356 CPUtime=0
/proc/12583/stat : 12583 (sh) S 12570 12570 11545 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12583/statm: 1339 233 193 169 0 50 0
[pid=12584] ppid=12583 vsize=868564 CPUtime=1.12
/proc/12584/stat : 12584 (java) S 12583 12570 11545 0 -1 0 9608 0 1 0 105 7 0 0 18 0 9 0 19628927 889409536 8609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12584/statm: 217141 8609 2566 9 0 211646 0
[pid=12584/tid=12585] ppid=12583 vsize=868564 CPUtime=0.6
/proc/12584/task/12585/stat : 12585 (java) R 12583 12570 11545 0 -1 64 2793 0 1 0 58 2 0 0 24 0 9 0 19628928 889409536 8609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12586] ppid=12583 vsize=868564 CPUtime=0.32
/proc/12584/task/12586/stat : 12586 (java) R 12583 12570 11545 0 -1 64 4621 0 0 0 30 2 0 0 16 0 9 0 19628929 889409536 8609 996147200 134512640 134550932 4294955936 18446744073709551615 102674608 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12587] ppid=12583 vsize=868564 CPUtime=0
/proc/12584/task/12587/stat : 12587 (java) S 12583 12570 11545 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628929 889409536 8609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12588] ppid=12583 vsize=868564 CPUtime=0
/proc/12584/task/12588/stat : 12588 (java) S 12583 12570 11545 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19628929 889409536 8609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12589] ppid=12583 vsize=868564 CPUtime=0
/proc/12584/task/12589/stat : 12589 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19628931 889409536 8609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12590] ppid=12583 vsize=868564 CPUtime=0.17
/proc/12584/task/12590/stat : 12590 (java) S 12583 12570 11545 0 -1 64 1494 0 0 0 16 1 0 0 16 0 9 0 19628931 889409536 8609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12591] ppid=12583 vsize=868564 CPUtime=0
/proc/12584/task/12591/stat : 12591 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628931 889409536 8609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12592] ppid=12583 vsize=868564 CPUtime=0
/proc/12584/task/12592/stat : 12592 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628931 889409536 8609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890788

[startup+3.10212 s]
/proc/loadavg: 1.91 1.95 1.98 4/85 12592
/proc/meminfo: memFree=929128/2055920 swapFree=4192952/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=0.31
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1310 4353 0 1 5 2 22 2 16 0 1 0 19628891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4217 1111 409 3 0 796 0
[pid=12583] ppid=12570 vsize=5356 CPUtime=0
/proc/12583/stat : 12583 (sh) S 12570 12570 11545 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12583/statm: 1339 233 193 169 0 50 0
[pid=12584] ppid=12583 vsize=868676 CPUtime=2.7
/proc/12584/stat : 12584 (java) S 12583 12570 11545 0 -1 0 13229 0 1 0 253 17 0 0 18 0 9 0 19628927 889524224 11792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12584/statm: 217169 11792 2590 9 0 211646 0
[pid=12584/tid=12585] ppid=12583 vsize=868676 CPUtime=1.68
/proc/12584/task/12585/stat : 12585 (java) R 12583 12570 11545 0 -1 64 3110 0 1 0 159 9 0 0 25 0 9 0 19628928 889524224 11792 996147200 134512640 134550932 4294955936 18446744073709551615 4126976219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12586] ppid=12583 vsize=868676 CPUtime=0.76
/proc/12584/task/12586/stat : 12586 (java) S 12583 12570 11545 0 -1 64 7888 0 0 0 71 5 0 0 16 0 9 0 19628929 889524224 11792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12587] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12587/stat : 12587 (java) S 12583 12570 11545 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12588] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12588/stat : 12588 (java) S 12583 12570 11545 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12589] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12589/stat : 12589 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19628931 889524224 11792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12590] ppid=12583 vsize=868676 CPUtime=0.23
/proc/12584/task/12590/stat : 12590 (java) S 12583 12570 11545 0 -1 64 1531 0 0 0 22 1 0 0 16 0 9 0 19628931 889524224 11792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12591] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12591/stat : 12591 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628931 889524224 11792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12592] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12592/stat : 12592 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628931 889524224 11792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890900

[startup+6.30278 s]
/proc/loadavg: 1.92 1.95 1.98 3/85 12592
/proc/meminfo: memFree=890280/2055920 swapFree=4192952/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=0.31
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1310 4353 0 1 5 2 22 2 16 0 1 0 19628891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4217 1111 409 3 0 796 0
[pid=12583] ppid=12570 vsize=5356 CPUtime=0
/proc/12583/stat : 12583 (sh) S 12570 12570 11545 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12583/statm: 1339 233 193 169 0 50 0
[pid=12584] ppid=12583 vsize=868676 CPUtime=5.87
/proc/12584/stat : 12584 (java) S 12583 12570 11545 0 -1 0 13619 0 1 0 548 39 0 0 18 0 9 0 19628927 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12584/statm: 217169 11793 2590 9 0 211646 0
[pid=12584/tid=12585] ppid=12583 vsize=868676 CPUtime=4.68
/proc/12584/task/12585/stat : 12585 (java) R 12583 12570 11545 0 -1 64 3499 0 1 0 439 29 0 0 25 0 9 0 19628928 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12586] ppid=12583 vsize=868676 CPUtime=0.92
/proc/12584/task/12586/stat : 12586 (java) S 12583 12570 11545 0 -1 64 7888 0 0 0 85 7 0 0 15 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12587] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12587/stat : 12587 (java) S 12583 12570 11545 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12588] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12588/stat : 12588 (java) S 12583 12570 11545 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12589] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12589/stat : 12589 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12590] ppid=12583 vsize=868676 CPUtime=0.23
/proc/12584/task/12590/stat : 12590 (java) S 12583 12570 11545 0 -1 64 1532 0 0 0 22 1 0 0 16 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12591] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12591/stat : 12591 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12592] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12592/stat : 12592 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890900

[startup+12.703 s]
/proc/loadavg: 2.01 1.97 1.99 3/85 12592
/proc/meminfo: memFree=815984/2055920 swapFree=4192952/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=0.31
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1310 4353 0 1 5 2 22 2 16 0 1 0 19628891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4217 1111 409 3 0 796 0
[pid=12583] ppid=12570 vsize=5356 CPUtime=0
/proc/12583/stat : 12583 (sh) S 12570 12570 11545 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12583/statm: 1339 233 193 169 0 50 0
[pid=12584] ppid=12583 vsize=868676 CPUtime=11.68
/proc/12584/stat : 12584 (java) S 12583 12570 11545 0 -1 0 14337 0 1 0 1081 87 0 0 18 0 9 0 19628927 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12584/statm: 217169 11793 2590 9 0 211646 0
[pid=12584/tid=12585] ppid=12583 vsize=868676 CPUtime=10.21
/proc/12584/task/12585/stat : 12585 (java) R 12583 12570 11545 0 -1 64 4217 0 1 0 947 74 0 0 25 0 9 0 19628928 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4126777388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12586] ppid=12583 vsize=868676 CPUtime=1.22
/proc/12584/task/12586/stat : 12586 (java) S 12583 12570 11545 0 -1 64 7888 0 0 0 111 11 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12587] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12587/stat : 12587 (java) S 12583 12570 11545 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12588] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12588/stat : 12588 (java) S 12583 12570 11545 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12589] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12589/stat : 12589 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12590] ppid=12583 vsize=868676 CPUtime=0.23
/proc/12584/task/12590/stat : 12590 (java) S 12583 12570 11545 0 -1 64 1532 0 0 0 22 1 0 0 16 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12591] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12591/stat : 12591 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12592] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12592/stat : 12592 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 890900

[startup+25.5024 s]
/proc/loadavg: 2.31 2.04 2.01 3/85 12592
/proc/meminfo: memFree=661744/2055920 swapFree=4192952/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=0.31
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1310 4353 0 1 5 2 22 2 16 0 1 0 19628891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4217 1111 409 3 0 796 0
[pid=12583] ppid=12570 vsize=5356 CPUtime=0
/proc/12583/stat : 12583 (sh) S 12570 12570 11545 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12583/statm: 1339 233 193 169 0 50 0
[pid=12584] ppid=12583 vsize=868676 CPUtime=23.83
/proc/12584/stat : 12584 (java) S 12583 12570 11545 0 -1 0 15820 0 1 0 2195 188 0 0 18 0 9 0 19628927 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12584/statm: 217169 11793 2590 9 0 211646 0
[pid=12584/tid=12585] ppid=12583 vsize=868676 CPUtime=21.68
/proc/12584/task/12585/stat : 12585 (java) R 12583 12570 11545 0 -1 64 5700 0 1 0 2003 165 0 0 25 0 9 0 19628928 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4126976508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12586] ppid=12583 vsize=868676 CPUtime=1.89
/proc/12584/task/12586/stat : 12586 (java) S 12583 12570 11545 0 -1 64 7888 0 0 0 169 20 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12587] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12587/stat : 12587 (java) S 12583 12570 11545 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12588] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12588/stat : 12588 (java) S 12583 12570 11545 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12589] ppid=12583 vsize=868676 CPUtime=0

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

[pid=12584] ppid=12583 vsize=868676 CPUtime=443.22
/proc/12584/stat : 12584 (java) S 12583 12570 11545 0 -1 0 41280 0 1 0 20488 23834 0 0 18 0 9 0 19628927 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12584/statm: 217169 11793 2590 9 0 211646 0
[pid=12584/tid=12585] ppid=12583 vsize=868676 CPUtime=430.33
/proc/12584/task/12585/stat : 12585 (java) R 12583 12570 11545 0 -1 64 31160 0 1 0 19397 23636 0 0 25 0 9 0 19628928 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12584/tid=12586] ppid=12583 vsize=868676 CPUtime=12.63
/proc/12584/task/12586/stat : 12586 (java) S 12583 12570 11545 0 -1 64 7888 0 0 0 1068 195 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12584/tid=12587] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12587/stat : 12587 (java) S 12583 12570 11545 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12588] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12588/stat : 12588 (java) S 12583 12570 11545 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12589] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12589/stat : 12589 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12590] ppid=12583 vsize=868676 CPUtime=0.23
/proc/12584/task/12590/stat : 12590 (java) S 12583 12570 11545 0 -1 64 1532 0 0 0 22 1 0 0 16 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12591] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12591/stat : 12591 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12592] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12592/stat : 12592 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.53
Current children cumulated vsize (KiB) 890900

[startup+522.301 s]
/proc/loadavg: 3.04 3.05 2.57 3/85 12603
/proc/meminfo: memFree=15664/2055920 swapFree=4192812/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=0.31
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1310 4353 0 1 5 2 22 2 16 0 1 0 19628891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4217 1111 409 3 0 796 0
[pid=12583] ppid=12570 vsize=5356 CPUtime=0
/proc/12583/stat : 12583 (sh) S 12570 12570 11545 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12583/statm: 1339 233 193 169 0 50 0
[pid=12584] ppid=12583 vsize=868676 CPUtime=502.8
/proc/12584/stat : 12584 (java) S 12583 12570 11545 0 -1 0 43424 0 1 0 21977 28303 0 0 18 0 9 0 19628927 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12584/statm: 217169 11793 2590 9 0 211646 0
[pid=12584/tid=12585] ppid=12583 vsize=868676 CPUtime=489.02
/proc/12584/task/12585/stat : 12585 (java) R 12583 12570 11545 0 -1 64 33304 0 1 0 20814 28088 0 0 25 0 9 0 19628928 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12584/tid=12586] ppid=12583 vsize=868676 CPUtime=13.53
/proc/12584/task/12586/stat : 12586 (java) S 12583 12570 11545 0 -1 64 7888 0 0 0 1141 212 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12584/tid=12587] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12587/stat : 12587 (java) S 12583 12570 11545 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12588] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12588/stat : 12588 (java) S 12583 12570 11545 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12589] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12589/stat : 12589 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12590] ppid=12583 vsize=868676 CPUtime=0.23
/proc/12584/task/12590/stat : 12590 (java) S 12583 12570 11545 0 -1 64 1532 0 0 0 22 1 0 0 16 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12591] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12591/stat : 12591 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12592] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12592/stat : 12592 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 503.11
Current children cumulated vsize (KiB) 890900

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

[startup+524.708 s]
/proc/loadavg: 3.04 3.05 2.57 4/85 12603
/proc/meminfo: memFree=16688/2055920 swapFree=4192812/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=0.31
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1310 4353 0 1 5 2 22 2 16 0 1 0 19628891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4217 1111 409 3 0 796 0
[pid=12583] ppid=12570 vsize=5356 CPUtime=0
/proc/12583/stat : 12583 (sh) S 12570 12570 11545 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12583/statm: 1339 233 193 169 0 50 0
[pid=12584] ppid=12583 vsize=868676 CPUtime=505.19
/proc/12584/stat : 12584 (java) S 12583 12570 11545 0 -1 0 43510 0 1 0 22037 28482 0 0 18 0 9 0 19628927 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12584/statm: 217169 11793 2590 9 0 211646 0
[pid=12584/tid=12585] ppid=12583 vsize=868676 CPUtime=491.37
/proc/12584/task/12585/stat : 12585 (java) R 12583 12570 11545 0 -1 64 33390 0 1 0 20870 28267 0 0 25 0 9 0 19628928 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12584/tid=12586] ppid=12583 vsize=868676 CPUtime=13.57
/proc/12584/task/12586/stat : 12586 (java) S 12583 12570 11545 0 -1 64 7888 0 0 0 1144 213 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12584/tid=12587] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12587/stat : 12587 (java) S 12583 12570 11545 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12588] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12588/stat : 12588 (java) S 12583 12570 11545 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12589] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12589/stat : 12589 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12590] ppid=12583 vsize=868676 CPUtime=0.23
/proc/12584/task/12590/stat : 12590 (java) S 12583 12570 11545 0 -1 64 1532 0 0 0 22 1 0 0 16 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12591] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12591/stat : 12591 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12592] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12592/stat : 12592 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 505.5
Current children cumulated vsize (KiB) 890900

[startup+531.102 s]
/proc/loadavg: 3.11 3.06 2.58 3/85 12603
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=0.31
/proc/12570/stat : 12570 (sugar) S 12568 12570 11545 0 -1 4194304 1310 4353 0 1 5 2 22 2 16 0 1 0 19628891 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12570/statm: 4217 1111 409 3 0 796 0
[pid=12583] ppid=12570 vsize=5356 CPUtime=0
/proc/12583/stat : 12583 (sh) S 12570 12570 11545 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12583/statm: 1339 233 193 169 0 50 0
[pid=12584] ppid=12583 vsize=868676 CPUtime=511.54
/proc/12584/stat : 12584 (java) S 12583 12570 11545 0 -1 0 43738 0 1 0 22197 28957 0 0 18 0 9 0 19628927 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12584/statm: 217169 11793 2590 9 0 211646 0
[pid=12584/tid=12585] ppid=12583 vsize=868676 CPUtime=497.64
/proc/12584/task/12585/stat : 12585 (java) R 12583 12570 11545 0 -1 64 33618 0 1 0 21023 28741 0 0 25 0 9 0 19628928 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12584/tid=12586] ppid=12583 vsize=868676 CPUtime=13.64
/proc/12584/task/12586/stat : 12586 (java) S 12583 12570 11545 0 -1 64 7888 0 0 0 1151 213 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12584/tid=12587] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12587/stat : 12587 (java) S 12583 12570 11545 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12588] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12588/stat : 12588 (java) S 12583 12570 11545 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628929 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12589] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12589/stat : 12589 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12590] ppid=12583 vsize=868676 CPUtime=0.23
/proc/12584/task/12590/stat : 12590 (java) S 12583 12570 11545 0 -1 64 1532 0 0 0 22 1 0 0 16 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12591] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12591/stat : 12591 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12584/tid=12592] ppid=12583 vsize=868676 CPUtime=0
/proc/12584/task/12592/stat : 12592 (java) S 12583 12570 11545 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628931 889524224 11793 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 511.85
Current children cumulated vsize (KiB) 890900

[startup+534.302 s]
/proc/loadavg: 3.11 3.06 2.58 3/85 12603
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=514.98
/proc/12570/stat : 12570 (sugar) R 12568 12570 11545 0 -1 4194304 1335 48494 0 2 5 23 22291 29179 18 0 1 0 19628891 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12570/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 514.98
Current children cumulated vsize (KiB) 16868

[startup+535.936 s]
/proc/loadavg: 3.10 3.06 2.59 2/75 12603
/proc/meminfo: memFree=1923456/2055920 swapFree=4192812/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=515.72
/proc/12570/stat : 12570 (sugar) D 12568 12570 11545 0 -1 4194304 1335 48494 0 2 5 97 22291 29179 18 0 1 0 19628891 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12570/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 515.72
Current children cumulated vsize (KiB) 16868

[startup+536.701 s]
/proc/loadavg: 3.10 3.06 2.59 2/75 12603
/proc/meminfo: memFree=1923904/2055920 swapFree=4192812/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=515.74
/proc/12570/stat : 12570 (sugar) R 12568 12570 11545 0 -1 4194304 1335 48494 0 2 5 99 22291 29179 18 0 1 0 19628891 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12570/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 515.74
Current children cumulated vsize (KiB) 16868

[startup+537.501 s]
/proc/loadavg: 3.10 3.06 2.59 2/75 12603
/proc/meminfo: memFree=1923904/2055920 swapFree=4192812/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=515.8
/proc/12570/stat : 12570 (sugar) D 12568 12570 11545 0 -1 4194304 1335 48494 0 2 5 105 22291 29179 18 0 1 0 19628891 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12570/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 515.8
Current children cumulated vsize (KiB) 16868

[startup+537.906 s]
/proc/loadavg: 3.10 3.06 2.59 2/75 12603
/proc/meminfo: memFree=1923136/2055920 swapFree=4192812/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=515.82
/proc/12570/stat : 12570 (sugar) D 12568 12570 11545 0 -1 4194304 1335 48494 0 2 5 107 22291 29179 18 0 1 0 19628891 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12570/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 515.82
Current children cumulated vsize (KiB) 16868

[startup+538.001 s]
/proc/loadavg: 3.10 3.06 2.59 2/75 12603
/proc/meminfo: memFree=1923136/2055920 swapFree=4192812/4192956
[pid=12570] ppid=12568 vsize=16868 CPUtime=515.82
/proc/12570/stat : 12570 (sugar) D 12568 12570 11545 0 -1 4194304 1335 48494 0 2 5 107 22291 29179 18 0 1 0 19628891 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12570/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 515.82
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 538.017
CPU time (s): 515.842
CPU user time (s): 222.972
CPU system time (s): 292.869
CPU usage (%): 95.8782
Max. virtual memory (cumulated for all children) (KiB): 891292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.972
system time used= 292.869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49890
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= 289666
involuntary context switches= 288753

runsolver used 0.694894 second user time and 1.9947 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-11 17:20:58
IDJOB=2060114
IDBENCH=53648
IDSOLVER=738
FILE ID=node59/2060114-1247325658
PBS_JOBID= 9506512
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-14_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060114-1247325658/watcher-2060114-1247325658 -o /tmp/evaluation-result-2060114-1247325658/solver-2060114-1247325658 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2060114-1247325658.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5e6d0a2edf9733af83cf17b2f2203221
RANDOM SEED=1641402167

node59.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.263
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.263
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:        970208 kB
Buffers:         47220 kB
Cached:         946052 kB
SwapCached:          4 kB
Active:         162748 kB
Inactive:       868104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        970208 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:          48856 kB
Slab:            40032 kB
Committed_AS:   156924 kB
PageTables:       1960 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= 66368 MiB
End job on node59 at 2009-07-11 17:29:56