Trace number 2065604

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+minisat? 293.483 304.685

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-60-3-5.xml
MD5SUM6052eb6ef80cf32b8858843335afac13
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity8
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:54:30 2009
0.00/0.08	c 0	PID 14337
0.00/0.08	c 0	HOST node31.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065604-1247338470.xml TO HOME/temp.csp
0.00/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-2065604-1247338470.xml' 'HOME/temp.csp'
0.07/0.39	c 1	1 domains, 100 variables, 60 predicates, 0 relations, 60 constraints
0.07/0.46	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.46	c 1	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.42/0.54	c 1	Parsing HOME/temp.csp
0.42/0.59	c 1	parsed 221 expressions
0.42/0.60	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.60	c 1	Converting to clausal form CSP
0.42/0.63	c 1	converted 23 (10%) expressions
0.42/0.63	c 1	converted 45 (20%) expressions
0.42/0.63	c 1	converted 67 (30%) expressions
0.42/0.63	c 1	converted 89 (40%) expressions
0.42/0.63	c 1	converted 111 (50%) expressions
0.42/0.63	c 1	converted 133 (60%) expressions
0.42/0.63	c 1	converted 155 (70%) expressions
0.42/0.67	c 1	converted 177 (80%) expressions
0.42/0.74	c 1	converted 199 (90%) expressions
0.42/0.88	c 1	converted 221 (100%) expressions
0.42/0.88	c 1	CSP : 430 integers, 0 booleans, 780 clauses, largest domain size 26530
0.42/0.88	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.88	c 1	Propagation in CSP
0.42/0.89	c 1	212150 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/0.89	c 1	CSP : 430 integers, 0 booleans, 780 clauses, largest domain size 26530
0.42/0.89	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.89	c 1	Simplifing CSP by introducing new Boolean variables
0.42/0.90	c 1	CSP : 430 integers, 0 booleans, 780 clauses, largest domain size 26530
0.42/0.90	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.92	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.42/0.95	c 1	43 (10%) CSP integer variables are encoded (4366 clauses, 54633 bytes)
0.42/0.95	c 1	86 (20%) CSP integer variables are encoded (8751 clauses, 111638 bytes)
1.23/1.32	c 2	129 (30%) CSP integer variables are encoded (278629 clauses, 4514994 bytes)
1.82/1.95	c 2	172 (40%) CSP integer variables are encoded (730388 clauses, 12194897 bytes)
2.41/2.56	c 3	215 (50%) CSP integer variables are encoded (1182138 clauses, 20239318 bytes)
3.01/3.18	c 3	258 (60%) CSP integer variables are encoded (1632991 clauses, 28805525 bytes)
3.50/3.69	c 4	301 (70%) CSP integer variables are encoded (1996439 clauses, 35711037 bytes)
4.19/4.32	c 5	344 (80%) CSP integer variables are encoded (2445573 clauses, 44244583 bytes)
4.99/5.10	c 5	387 (90%) CSP integer variables are encoded (3011709 clauses, 55001167 bytes)
5.67/5.89	c 6	430 (100%) CSP integer variables are encoded (3580644 clauses, 65810932 bytes)
6.83/7.07	c 7	78 (10%) CSP clauses are encoded (4208553 clauses, 77986301 bytes)
31.09/31.92	c 32	156 (20%) CSP clauses are encoded (17574590 clauses, 362404603 bytes)
292.26/301.67	c 302	234 (30%) CSP clauses are encoded (164856900 clauses, 3731351962 bytes)
292.26/301.68	c 302	ERROR Exception Too large HOME/temp.cnf
292.26/301.68	c 302	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
292.26/301.68	c 302	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
292.26/301.68	c 302	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
292.26/301.68	s UNKNOWN
292.34/301.79	c 302	CPU 292.36 (0.06 0.01 262.29 30)
292.34/301.79	c 302	END Sat Jul 11 20:59:32 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-2065604-1247338470/watcher-2065604-1247338470 -o /tmp/evaluation-result-2065604-1247338470/solver-2065604-1247338470 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065604-1247338470.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.92 1.99 1.99 4/82 14337
/proc/meminfo: memFree=703704/2055920 swapFree=4192956/4192956
[pid=14337] ppid=14335 vsize=12268 CPUtime=0
/proc/14337/stat : 14337 (sugar) R 14335 14337 14081 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 20913149 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 225612364389 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14337/statm: 3067 316 241 3 0 167 0

[startup+0.0953209 s]
/proc/loadavg: 1.92 1.99 1.99 4/82 14337
/proc/meminfo: memFree=703704/2055920 swapFree=4192956/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.07
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102533 s]
/proc/loadavg: 1.92 1.99 1.99 4/82 14337
/proc/meminfo: memFree=703704/2055920 swapFree=4192956/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.07
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302332 s]
/proc/loadavg: 1.92 1.99 1.99 4/82 14337
/proc/meminfo: memFree=703704/2055920 swapFree=4192956/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.07
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702367 s]
/proc/loadavg: 1.92 1.99 1.99 4/82 14337
/proc/meminfo: memFree=703704/2055920 swapFree=4192956/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.42
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1309 4521 0 1 6 1 33 2 15 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16868

[startup+1.50244 s]
/proc/loadavg: 1.92 1.99 1.99 3/93 14359
/proc/meminfo: memFree=687872/2055920 swapFree=4192956/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.42
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1310 4521 0 1 6 1 33 2 16 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
[pid=14350] ppid=14337 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14337 14337 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913195 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 233 193 169 0 50 0
[pid=14351] ppid=14350 vsize=868612 CPUtime=1.01
/proc/14351/stat : 14351 (java) S 14350 14337 14081 0 -1 0 6444 0 1 0 91 10 0 0 19 0 9 0 20913195 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14351/statm: 217153 5535 2589 9 0 211630 0
[pid=14351/tid=14352] ppid=14350 vsize=868612 CPUtime=0.74
/proc/14351/task/14352/stat : 14352 (java) R 14350 14337 14081 0 -1 64 2870 0 1 0 68 6 0 0 23 0 9 0 20913196 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4126838396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14353] ppid=14350 vsize=868612 CPUtime=0.07
/proc/14351/task/14353/stat : 14353 (java) S 14350 14337 14081 0 -1 64 1397 0 0 0 6 1 0 0 16 0 9 0 20913197 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14354] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14354/stat : 14354 (java) S 14350 14337 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913197 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14355] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14355/stat : 14355 (java) S 14350 14337 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913197 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14356] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14356/stat : 14356 (java) S 14350 14337 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20913199 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14357] ppid=14350 vsize=868612 CPUtime=0.17
/proc/14351/task/14357/stat : 14357 (java) S 14350 14337 14081 0 -1 64 1479 0 0 0 16 1 0 0 16 0 9 0 20913199 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14358] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14358/stat : 14358 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20913199 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14359] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14359/stat : 14359 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20913199 889458688 5535 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) 890836

[startup+3.10158 s]
/proc/loadavg: 1.93 1.99 1.99 3/93 14359
/proc/meminfo: memFree=674240/2055920 swapFree=4192956/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.42
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1310 4521 0 1 6 1 33 2 15 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
[pid=14350] ppid=14337 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14337 14337 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913195 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 233 193 169 0 50 0
[pid=14351] ppid=14350 vsize=868612 CPUtime=2.59
/proc/14351/stat : 14351 (java) S 14350 14337 14081 0 -1 0 6923 0 1 0 232 27 0 0 19 0 9 0 20913195 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14351/statm: 217153 5535 2589 9 0 211630 0
[pid=14351/tid=14352] ppid=14350 vsize=868612 CPUtime=2.2
/proc/14351/task/14352/stat : 14352 (java) R 14350 14337 14081 0 -1 64 3349 0 1 0 200 20 0 0 25 0 9 0 20913196 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 102093965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14353] ppid=14350 vsize=868612 CPUtime=0.19
/proc/14351/task/14353/stat : 14353 (java) S 14350 14337 14081 0 -1 64 1397 0 0 0 14 5 0 0 16 0 9 0 20913197 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14354] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14354/stat : 14354 (java) S 14350 14337 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913197 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14355] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14355/stat : 14355 (java) S 14350 14337 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913197 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14356] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14356/stat : 14356 (java) S 14350 14337 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20913199 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14357] ppid=14350 vsize=868612 CPUtime=0.17
/proc/14351/task/14357/stat : 14357 (java) S 14350 14337 14081 0 -1 64 1479 0 0 0 16 1 0 0 16 0 9 0 20913199 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14358] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14358/stat : 14358 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20913199 889458688 5535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14359] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14359/stat : 14359 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20913199 889458688 5535 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) 890836

[startup+6.30285 s]
/proc/loadavg: 1.93 1.99 1.99 3/93 14359
/proc/meminfo: memFree=628800/2055920 swapFree=4192956/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.42
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1310 4521 0 1 6 1 33 2 15 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
[pid=14350] ppid=14337 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14337 14337 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913195 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 233 193 169 0 50 0
[pid=14351] ppid=14350 vsize=868612 CPUtime=5.75
/proc/14351/stat : 14351 (java) S 14350 14337 14081 0 -1 0 7897 0 1 0 515 60 0 0 19 0 9 0 20913195 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14351/statm: 217153 5542 2589 9 0 211630 0
[pid=14351/tid=14352] ppid=14350 vsize=868612 CPUtime=5.11
/proc/14351/task/14352/stat : 14352 (java) R 14350 14337 14081 0 -1 64 4317 0 1 0 464 47 0 0 25 0 9 0 20913196 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4126543196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14353] ppid=14350 vsize=868612 CPUtime=0.44
/proc/14351/task/14353/stat : 14353 (java) S 14350 14337 14081 0 -1 64 1397 0 0 0 33 11 0 0 16 0 9 0 20913197 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14354] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14354/stat : 14354 (java) S 14350 14337 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913197 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14355] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14355/stat : 14355 (java) S 14350 14337 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913197 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14356] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14356/stat : 14356 (java) S 14350 14337 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20913199 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14357] ppid=14350 vsize=868612 CPUtime=0.18
/proc/14351/task/14357/stat : 14357 (java) S 14350 14337 14081 0 -1 64 1485 0 0 0 17 1 0 0 16 0 9 0 20913199 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14358] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14358/stat : 14358 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20913199 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14359] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14359/stat : 14359 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20913199 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890836

[startup+12.7024 s]
/proc/loadavg: 2.09 2.02 2.01 3/93 14359
/proc/meminfo: memFree=551488/2055920 swapFree=4192956/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.42
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1310 4521 0 1 6 1 33 2 16 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
[pid=14350] ppid=14337 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14337 14337 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913195 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 233 193 169 0 50 0
[pid=14351] ppid=14350 vsize=868612 CPUtime=12.03
/proc/14351/stat : 14351 (java) S 14350 14337 14081 0 -1 0 9901 0 1 0 1082 121 0 0 19 0 9 0 20913195 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14351/statm: 217153 5542 2589 9 0 211630 0
[pid=14351/tid=14352] ppid=14350 vsize=868612 CPUtime=10.92
/proc/14351/task/14352/stat : 14352 (java) R 14350 14337 14081 0 -1 64 6321 0 1 0 995 97 0 0 25 0 9 0 20913196 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14353] ppid=14350 vsize=868612 CPUtime=0.91
/proc/14351/task/14353/stat : 14353 (java) S 14350 14337 14081 0 -1 64 1397 0 0 0 69 22 0 0 15 0 9 0 20913197 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14354] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14354/stat : 14354 (java) S 14350 14337 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913197 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14355] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14355/stat : 14355 (java) S 14350 14337 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913197 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14356] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14356/stat : 14356 (java) S 14350 14337 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20913199 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14357] ppid=14350 vsize=868612 CPUtime=0.18
/proc/14351/task/14357/stat : 14357 (java) S 14350 14337 14081 0 -1 64 1485 0 0 0 17 1 0 0 16 0 9 0 20913199 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14358] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14358/stat : 14358 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20913199 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14359] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14359/stat : 14359 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20913199 889458688 5542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890836

[startup+25.5025 s]
/proc/loadavg: 2.23 2.05 2.02 3/93 14359
/proc/meminfo: memFree=401024/2055920 swapFree=4192956/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.42
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1310 4521 0 1 6 1 33 2 16 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
[pid=14350] ppid=14337 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14337 14337 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913195 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 233 193 169 0 50 0
[pid=14351] ppid=14350 vsize=868612 CPUtime=24.44
/proc/14351/stat : 14351 (java) S 14350 14337 14081 0 -1 0 13942 0 1 0 2204 240 0 0 19 0 9 0 20913195 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14351/statm: 217153 5543 2589 9 0 211630 0
[pid=14351/tid=14352] ppid=14350 vsize=868612 CPUtime=22.33
/proc/14351/task/14352/stat : 14352 (java) R 14350 14337 14081 0 -1 64 10361 0 1 0 2041 192 0 0 25 0 9 0 20913196 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 102093921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14353] ppid=14350 vsize=868612 CPUtime=1.9
/proc/14351/task/14353/stat : 14353 (java) S 14350 14337 14081 0 -1 64 1398 0 0 0 145 45 0 0 16 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14354] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14354/stat : 14354 (java) S 14350 14337 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14355] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14355/stat : 14355 (java) S 14350 14337 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14356] ppid=14350 vsize=868612 CPUtime=0

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

[startup+222.303 s]
/proc/loadavg: 2.42 2.28 2.11 4/93 14359
/proc/meminfo: memFree=14784/2055920 swapFree=4192812/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.42
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1310 4521 0 1 6 1 33 2 16 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
[pid=14350] ppid=14337 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14337 14337 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913195 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 233 193 169 0 50 0
[pid=14351] ppid=14350 vsize=868612 CPUtime=214.46
/proc/14351/stat : 14351 (java) S 14350 14337 14081 0 -1 0 76115 0 1 0 19258 2188 0 0 19 0 9 0 20913195 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14351/statm: 217153 5543 2589 9 0 211630 0
[pid=14351/tid=14352] ppid=14350 vsize=868612 CPUtime=197.23
/proc/14351/task/14352/stat : 14352 (java) R 14350 14337 14081 0 -1 64 72534 0 1 0 17948 1775 0 0 25 0 9 0 20913196 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4126838396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14351/tid=14353] ppid=14350 vsize=868612 CPUtime=17.02
/proc/14351/task/14353/stat : 14353 (java) S 14350 14337 14081 0 -1 64 1398 0 0 0 1291 411 0 0 16 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14351/tid=14354] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14354/stat : 14354 (java) S 14350 14337 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14355] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14355/stat : 14355 (java) S 14350 14337 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14356] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14356/stat : 14356 (java) S 14350 14337 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14357] ppid=14350 vsize=868612 CPUtime=0.18
/proc/14351/task/14357/stat : 14357 (java) S 14350 14337 14081 0 -1 64 1485 0 0 0 17 1 0 0 16 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14358] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14358/stat : 14358 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14359] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14359/stat : 14359 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 214.88
Current children cumulated vsize (KiB) 890836

[startup+282.303 s]
/proc/loadavg: 2.46 2.31 2.13 3/93 14359
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.42
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1310 4521 0 1 6 1 33 2 16 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
[pid=14350] ppid=14337 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14337 14337 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913195 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 233 193 169 0 50 0
[pid=14351] ppid=14350 vsize=868612 CPUtime=272.99
/proc/14351/stat : 14351 (java) S 14350 14337 14081 0 -1 0 96681 0 1 0 24505 2794 0 0 19 0 9 0 20913195 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14351/statm: 217153 5543 2589 9 0 211630 0
[pid=14351/tid=14352] ppid=14350 vsize=868612 CPUtime=251.07
/proc/14351/task/14352/stat : 14352 (java) R 14350 14337 14081 0 -1 64 93100 0 1 0 22840 2267 0 0 25 0 9 0 20913196 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14351/tid=14353] ppid=14350 vsize=868612 CPUtime=21.71
/proc/14351/task/14353/stat : 14353 (java) S 14350 14337 14081 0 -1 64 1398 0 0 0 1646 525 0 0 16 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14351/tid=14354] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14354/stat : 14354 (java) S 14350 14337 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14355] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14355/stat : 14355 (java) S 14350 14337 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14356] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14356/stat : 14356 (java) S 14350 14337 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14357] ppid=14350 vsize=868612 CPUtime=0.18
/proc/14351/task/14357/stat : 14357 (java) S 14350 14337 14081 0 -1 64 1485 0 0 0 17 1 0 0 16 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14358] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14358/stat : 14358 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14359] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14359/stat : 14359 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.41
Current children cumulated vsize (KiB) 890836

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

[startup+294.302 s]
/proc/loadavg: 2.58 2.34 2.14 3/93 14359
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.42
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1310 4521 0 1 6 1 33 2 16 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
[pid=14350] ppid=14337 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14337 14337 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913195 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 233 193 169 0 50 0
[pid=14351] ppid=14350 vsize=868612 CPUtime=284.68
/proc/14351/stat : 14351 (java) S 14350 14337 14081 0 -1 0 100781 0 1 0 25551 2917 0 0 19 0 9 0 20913195 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14351/statm: 217153 5543 2589 9 0 211630 0
[pid=14351/tid=14352] ppid=14350 vsize=868612 CPUtime=261.84
/proc/14351/task/14352/stat : 14352 (java) R 14350 14337 14081 0 -1 64 97200 0 1 0 23817 2367 0 0 25 0 9 0 20913196 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14351/tid=14353] ppid=14350 vsize=868612 CPUtime=22.62
/proc/14351/task/14353/stat : 14353 (java) S 14350 14337 14081 0 -1 64 1398 0 0 0 1715 547 0 0 16 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14351/tid=14354] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14354/stat : 14354 (java) S 14350 14337 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14355] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14355/stat : 14355 (java) S 14350 14337 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14356] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14356/stat : 14356 (java) S 14350 14337 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14357] ppid=14350 vsize=868612 CPUtime=0.18
/proc/14351/task/14357/stat : 14357 (java) S 14350 14337 14081 0 -1 64 1485 0 0 0 17 1 0 0 16 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14358] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14358/stat : 14358 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14359] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14359/stat : 14359 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 285.1
Current children cumulated vsize (KiB) 890836

[startup+300.702 s]
/proc/loadavg: 2.53 2.33 2.14 3/93 14359
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=0.42
/proc/14337/stat : 14337 (sugar) S 14335 14337 14081 0 -1 4194304 1310 4521 0 1 6 1 33 2 16 0 1 0 20913149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14337/statm: 4217 1111 409 3 0 796 0
[pid=14350] ppid=14337 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14337 14337 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913195 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 233 193 169 0 50 0
[pid=14351] ppid=14350 vsize=868612 CPUtime=290.95
/proc/14351/stat : 14351 (java) S 14350 14337 14081 0 -1 0 102961 0 1 0 26109 2986 0 0 19 0 9 0 20913195 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14351/statm: 217153 5543 2589 9 0 211630 0
[pid=14351/tid=14352] ppid=14350 vsize=868612 CPUtime=267.63
/proc/14351/task/14352/stat : 14352 (java) R 14350 14337 14081 0 -1 64 99380 0 1 0 24339 2424 0 0 25 0 9 0 20913196 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14351/tid=14353] ppid=14350 vsize=868612 CPUtime=23.11
/proc/14351/task/14353/stat : 14353 (java) S 14350 14337 14081 0 -1 64 1398 0 0 0 1751 560 0 0 16 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14351/tid=14354] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14354/stat : 14354 (java) S 14350 14337 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14355] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14355/stat : 14355 (java) S 14350 14337 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913197 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14356] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14356/stat : 14356 (java) S 14350 14337 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14357] ppid=14350 vsize=868612 CPUtime=0.18
/proc/14351/task/14357/stat : 14357 (java) S 14350 14337 14081 0 -1 64 1485 0 0 0 17 1 0 0 16 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14358] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14358/stat : 14358 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14351/tid=14359] ppid=14350 vsize=868612 CPUtime=0
/proc/14351/task/14359/stat : 14359 (java) S 14350 14337 14081 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20913199 889458688 5543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 291.37
Current children cumulated vsize (KiB) 890836

[startup+302.301 s]
/proc/loadavg: 2.53 2.33 2.14 3/93 14359
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=292.85
/proc/14337/stat : 14337 (sugar) R 14335 14337 14081 0 -1 4194304 1334 108111 0 4 6 50 26229 3000 16 0 1 0 20913149 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14337/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 292.85
Current children cumulated vsize (KiB) 16868

[startup+303.902 s]
/proc/loadavg: 2.49 2.33 2.14 2/83 14359
/proc/meminfo: memFree=1861264/2055920 swapFree=4192812/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=293.4
/proc/14337/stat : 14337 (sugar) D 14335 14337 14081 0 -1 4194304 1334 108111 0 4 6 105 26229 3000 15 0 1 0 20913149 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14337/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 293.4
Current children cumulated vsize (KiB) 16868

[startup+304.302 s]
/proc/loadavg: 2.49 2.33 2.14 2/83 14359
/proc/meminfo: memFree=1861264/2055920 swapFree=4192812/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=293.43
/proc/14337/stat : 14337 (sugar) D 14335 14337 14081 0 -1 4194304 1334 108111 0 4 6 108 26229 3000 15 0 1 0 20913149 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14337/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 293.43
Current children cumulated vsize (KiB) 16868

[startup+304.502 s]
/proc/loadavg: 2.49 2.33 2.14 2/83 14359
/proc/meminfo: memFree=1861264/2055920 swapFree=4192812/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=293.45
/proc/14337/stat : 14337 (sugar) D 14335 14337 14081 0 -1 4194304 1334 108111 0 4 6 110 26229 3000 15 0 1 0 20913149 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14337/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 293.45
Current children cumulated vsize (KiB) 16868

[startup+304.602 s]
/proc/loadavg: 2.49 2.33 2.14 2/83 14359
/proc/meminfo: memFree=1860240/2055920 swapFree=4192812/4192956
[pid=14337] ppid=14335 vsize=16868 CPUtime=293.46
/proc/14337/stat : 14337 (sugar) D 14335 14337 14081 0 -1 4194304 1334 108111 0 4 6 111 26229 3000 15 0 1 0 20913149 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14337/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 293.46
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 304.685
CPU time (s): 293.483
CPU user time (s): 262.36
CPU system time (s): 31.1233
CPU usage (%): 96.3234
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.36
system time used= 31.1233
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109506
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 880306
involuntary context switches= 887268

runsolver used 0.45793 second user time and 1.03484 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-11 20:54:30
IDJOB=2065604
IDBENCH=54379
IDSOLVER=739
FILE ID=node31/2065604-1247338470
PBS_JOBID= 9506774
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-60-3-5.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065604-1247338470/watcher-2065604-1247338470 -o /tmp/evaluation-result-2065604-1247338470/solver-2065604-1247338470 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065604-1247338470.xml

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

MD5SUM BENCH= 6052eb6ef80cf32b8858843335afac13
RANDOM SEED=1314436855

node31.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.216
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	: 5931.00
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.216
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:        704184 kB
Buffers:         58540 kB
Cached:        1126360 kB
SwapCached:          0 kB
Active:         420740 kB
Inactive:       852932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        704184 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:         110088 kB
Slab:            62792 kB
Committed_AS:   242036 kB
PageTables:       2152 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node31 at 2009-07-11 20:59:35