Trace number 2065603

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? 283.897 295.961

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/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:54:27 2009
0.00/0.08	c 0	PID 14916
0.07/0.08	c 0	HOST node11.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2065603-1247338467.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-2065603-1247338467.xml' 'HOME/temp.csp'
0.07/0.38	c 0	1 domains, 100 variables, 60 predicates, 0 relations, 60 constraints
0.07/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.41	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.07/0.49	c 1	Parsing HOME/temp.csp
0.35/0.54	c 1	parsed 221 expressions
0.35/0.55	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.35/0.55	c 1	Converting to clausal form CSP
0.35/0.58	c 1	converted 23 (10%) expressions
0.35/0.58	c 1	converted 45 (20%) expressions
0.35/0.58	c 1	converted 67 (30%) expressions
0.35/0.58	c 1	converted 89 (40%) expressions
0.35/0.58	c 1	converted 111 (50%) expressions
0.35/0.58	c 1	converted 133 (60%) expressions
0.35/0.58	c 1	converted 155 (70%) expressions
0.35/0.62	c 1	converted 177 (80%) expressions
0.35/0.69	c 1	converted 199 (90%) expressions
0.35/0.83	c 1	converted 221 (100%) expressions
0.35/0.83	c 1	CSP : 430 integers, 0 booleans, 780 clauses, largest domain size 26530
0.35/0.83	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.35/0.83	c 1	Propagation in CSP
0.35/0.84	c 1	212150 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.35/0.84	c 1	CSP : 430 integers, 0 booleans, 780 clauses, largest domain size 26530
0.35/0.84	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.35/0.85	c 1	Simplifing CSP by introducing new Boolean variables
0.35/0.85	c 1	CSP : 430 integers, 0 booleans, 780 clauses, largest domain size 26530
0.35/0.85	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.35/0.88	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.35/0.90	c 1	43 (10%) CSP integer variables are encoded (4366 clauses, 54633 bytes)
0.35/0.91	c 1	86 (20%) CSP integer variables are encoded (8751 clauses, 111638 bytes)
1.11/1.28	c 1	129 (30%) CSP integer variables are encoded (278629 clauses, 4514994 bytes)
1.70/1.89	c 2	172 (40%) CSP integer variables are encoded (730388 clauses, 12194897 bytes)
2.40/2.51	c 3	215 (50%) CSP integer variables are encoded (1182138 clauses, 20239318 bytes)
2.99/3.13	c 3	258 (60%) CSP integer variables are encoded (1632991 clauses, 28805525 bytes)
3.47/3.66	c 4	301 (70%) CSP integer variables are encoded (1996439 clauses, 35711037 bytes)
4.07/4.28	c 4	344 (80%) CSP integer variables are encoded (2445573 clauses, 44244583 bytes)
4.86/5.08	c 5	387 (90%) CSP integer variables are encoded (3011709 clauses, 55001167 bytes)
5.65/5.88	c 6	430 (100%) CSP integer variables are encoded (3580644 clauses, 65810932 bytes)
6.84/7.02	c 7	78 (10%) CSP clauses are encoded (4208553 clauses, 77986301 bytes)
29.16/30.11	c 30	156 (20%) CSP clauses are encoded (17574590 clauses, 362404603 bytes)
282.64/290.85	c 291	234 (30%) CSP clauses are encoded (164856900 clauses, 3731351962 bytes)
282.70/291.08	c 291	ERROR Exception Too large HOME/temp.cnf
282.70/291.08	c 291	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
282.70/291.08	c 291	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
282.70/291.08	c 291	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
282.70/291.08	s UNKNOWN
282.70/291.85	c 292	CPU 282.72 (0.05 0.02 253.78 28.87)
282.70/291.85	c 292	END Sat Jul 11 20:59:19 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-2065603-1247338467/watcher-2065603-1247338467 -o /tmp/evaluation-result-2065603-1247338467/solver-2065603-1247338467 -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-2065603-1247338467.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: 2.03 2.03 2.00 4/82 14916
/proc/meminfo: memFree=922248/2055920 swapFree=4192956/4192956
[pid=14916] ppid=14914 vsize=12268 CPUtime=0
/proc/14916/stat : 14916 (sugar) R 14914 14916 14623 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20913714 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 262918945790 0 0 4224 0 0 0 0 17 1 0 0
/proc/14916/statm: 3067 316 241 3 0 167 0

[startup+0.083508 s]
/proc/loadavg: 2.03 2.03 2.00 4/82 14916
/proc/meminfo: memFree=922248/2055920 swapFree=4192956/4192956
[pid=14916] ppid=14914 vsize=16740 CPUtime=0.07
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 20913714 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14916/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101623 s]
/proc/loadavg: 2.03 2.03 2.00 4/82 14916
/proc/meminfo: memFree=922248/2055920 swapFree=4192956/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.07
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301659 s]
/proc/loadavg: 2.03 2.03 2.00 4/82 14916
/proc/meminfo: memFree=922248/2055920 swapFree=4192956/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.07
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701736 s]
/proc/loadavg: 2.03 2.03 2.00 4/82 14916
/proc/meminfo: memFree=922248/2055920 swapFree=4192956/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.35
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1309 4518 0 1 5 2 25 3 16 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 16868

[startup+1.5029 s]
/proc/loadavg: 2.03 2.03 2.00 4/93 14938
/proc/meminfo: memFree=905904/2055920 swapFree=4192956/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.35
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1310 4518 0 1 5 2 25 3 16 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
[pid=14929] ppid=14916 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14916 14916 14623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14929/statm: 1339 233 193 169 0 50 0
[pid=14930] ppid=14929 vsize=868584 CPUtime=1.06
/proc/14930/stat : 14930 (java) S 14929 14916 14623 0 -1 0 6462 0 1 0 97 9 0 0 18 0 9 0 20913755 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14930/statm: 217146 5529 2589 9 0 211623 0
[pid=14930/tid=14931] ppid=14929 vsize=868584 CPUtime=0.77
/proc/14930/task/14931/stat : 14931 (java) R 14929 14916 14623 0 -1 64 2888 0 1 0 72 5 0 0 22 0 9 0 20913756 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4126838288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14932] ppid=14929 vsize=868584 CPUtime=0.08
/proc/14930/task/14932/stat : 14932 (java) S 14929 14916 14623 0 -1 64 1396 0 0 0 7 1 0 0 16 0 9 0 20913757 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14933] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14933/stat : 14933 (java) S 14929 14916 14623 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913757 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14934] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14934/stat : 14934 (java) S 14929 14916 14623 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913757 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14935] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14935/stat : 14935 (java) S 14929 14916 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20913760 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14936] ppid=14929 vsize=868584 CPUtime=0.17
/proc/14930/task/14936/stat : 14936 (java) S 14929 14916 14623 0 -1 64 1479 0 0 0 17 0 0 0 16 0 9 0 20913760 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14937] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14937/stat : 14937 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20913760 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14938] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14938/stat : 14938 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20913760 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890808

[startup+3.10221 s]
/proc/loadavg: 2.03 2.03 2.00 3/93 14938
/proc/meminfo: memFree=892016/2055920 swapFree=4192956/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.35
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1310 4518 0 1 5 2 25 3 16 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
[pid=14929] ppid=14916 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14916 14916 14623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14929/statm: 1339 233 193 169 0 50 0
[pid=14930] ppid=14929 vsize=868584 CPUtime=2.64
/proc/14930/stat : 14930 (java) S 14929 14916 14623 0 -1 0 6943 0 1 0 239 25 0 0 18 0 9 0 20913755 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14930/statm: 217146 5529 2589 9 0 211623 0
[pid=14930/tid=14931] ppid=14929 vsize=868584 CPUtime=2.24
/proc/14930/task/14931/stat : 14931 (java) R 14929 14916 14623 0 -1 64 3369 0 1 0 205 19 0 0 25 0 9 0 20913756 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4126543379 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14932] ppid=14929 vsize=868584 CPUtime=0.2
/proc/14930/task/14932/stat : 14932 (java) S 14929 14916 14623 0 -1 64 1396 0 0 0 16 4 0 0 16 0 9 0 20913757 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14933] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14933/stat : 14933 (java) S 14929 14916 14623 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913757 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14934] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14934/stat : 14934 (java) S 14929 14916 14623 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913757 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14935] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14935/stat : 14935 (java) S 14929 14916 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20913760 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14936] ppid=14929 vsize=868584 CPUtime=0.17
/proc/14930/task/14936/stat : 14936 (java) S 14929 14916 14623 0 -1 64 1479 0 0 0 17 0 0 0 16 0 9 0 20913760 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14937] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14937/stat : 14937 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20913760 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14938] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14938/stat : 14938 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20913760 889430016 5529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890808

[startup+6.30284 s]
/proc/loadavg: 2.03 2.02 2.00 3/93 14938
/proc/meminfo: memFree=847920/2055920 swapFree=4192956/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.35
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1310 4518 0 1 5 2 25 3 15 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
[pid=14929] ppid=14916 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14916 14916 14623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14929/statm: 1339 233 193 169 0 50 0
[pid=14930] ppid=14929 vsize=868584 CPUtime=5.8
/proc/14930/stat : 14930 (java) S 14929 14916 14623 0 -1 0 7906 0 1 0 522 58 0 0 18 0 9 0 20913755 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14930/statm: 217146 5536 2589 9 0 211623 0
[pid=14930/tid=14931] ppid=14929 vsize=868584 CPUtime=5.15
/proc/14930/task/14931/stat : 14931 (java) R 14929 14916 14623 0 -1 64 4326 0 1 0 468 47 0 0 25 0 9 0 20913756 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4126840256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14932] ppid=14929 vsize=868584 CPUtime=0.43
/proc/14930/task/14932/stat : 14932 (java) S 14929 14916 14623 0 -1 64 1396 0 0 0 34 9 0 0 16 0 9 0 20913757 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14933] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14933/stat : 14933 (java) S 14929 14916 14623 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913757 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14934] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14934/stat : 14934 (java) S 14929 14916 14623 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913757 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14935] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14935/stat : 14935 (java) S 14929 14916 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20913760 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14936] ppid=14929 vsize=868584 CPUtime=0.18
/proc/14930/task/14936/stat : 14936 (java) S 14929 14916 14623 0 -1 64 1485 0 0 0 18 0 0 0 16 0 9 0 20913760 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14937] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14937/stat : 14937 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20913760 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14938] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14938/stat : 14938 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20913760 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890808

[startup+12.7021 s]
/proc/loadavg: 2.03 2.02 2.00 3/93 14938
/proc/meminfo: memFree=768304/2055920 swapFree=4192956/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.35
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1310 4518 0 1 5 2 25 3 16 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
[pid=14929] ppid=14916 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14916 14916 14623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14929/statm: 1339 233 193 169 0 50 0
[pid=14930] ppid=14929 vsize=868584 CPUtime=11.83
/proc/14930/stat : 14930 (java) S 14929 14916 14623 0 -1 0 9936 0 1 0 1066 117 0 0 18 0 9 0 20913755 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14930/statm: 217146 5536 2589 9 0 211623 0
[pid=14930/tid=14931] ppid=14929 vsize=868584 CPUtime=10.68
/proc/14930/task/14931/stat : 14931 (java) R 14929 14916 14623 0 -1 64 6356 0 1 0 973 95 0 0 25 0 9 0 20913756 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14932] ppid=14929 vsize=868584 CPUtime=0.93
/proc/14930/task/14932/stat : 14932 (java) S 14929 14916 14623 0 -1 64 1396 0 0 0 73 20 0 0 16 0 9 0 20913757 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14933] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14933/stat : 14933 (java) S 14929 14916 14623 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913757 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14934] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14934/stat : 14934 (java) S 14929 14916 14623 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913757 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14935] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14935/stat : 14935 (java) S 14929 14916 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20913760 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14936] ppid=14929 vsize=868584 CPUtime=0.18
/proc/14930/task/14936/stat : 14936 (java) S 14929 14916 14623 0 -1 64 1485 0 0 0 18 0 0 0 16 0 9 0 20913760 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14937] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14937/stat : 14937 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20913760 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14938] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14938/stat : 14938 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20913760 889430016 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 890808

[startup+25.5026 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 14938
/proc/meminfo: memFree=599984/2055920 swapFree=4192956/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.35
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1310 4518 0 1 5 2 25 3 16 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
[pid=14929] ppid=14916 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14916 14916 14623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14929/statm: 1339 233 193 169 0 50 0
[pid=14930] ppid=14929 vsize=868584 CPUtime=24.29
/proc/14930/stat : 14930 (java) S 14929 14916 14623 0 -1 0 14353 0 1 0 2191 238 0 0 18 0 9 0 20913755 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14930/statm: 217146 5537 2589 9 0 211623 0
[pid=14930/tid=14931] ppid=14929 vsize=868584 CPUtime=22.1
/proc/14930/task/14931/stat : 14931 (java) R 14929 14916 14623 0 -1 64 10772 0 1 0 2018 192 0 0 25 0 9 0 20913756 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14932] ppid=14929 vsize=868584 CPUtime=1.97
/proc/14930/task/14932/stat : 14932 (java) S 14929 14916 14623 0 -1 64 1397 0 0 0 154 43 0 0 16 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14933] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14933/stat : 14933 (java) S 14929 14916 14623 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14934] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14934/stat : 14934 (java) S 14929 14916 14623 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14935] ppid=14929 vsize=868584 CPUtime=0

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

[pid=14930/tid=14936] ppid=14929 vsize=868584 CPUtime=0.18
/proc/14930/task/14936/stat : 14936 (java) S 14929 14916 14623 0 -1 64 1485 0 0 0 18 0 0 0 16 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14937] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14937/stat : 14937 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14938] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14938/stat : 14938 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.88
Current children cumulated vsize (KiB) 890808

[startup+222.301 s]
/proc/loadavg: 2.36 2.18 2.06 3/93 14938
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.35
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1310 4518 0 1 5 2 25 3 16 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
[pid=14929] ppid=14916 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14916 14916 14623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14929/statm: 1339 233 193 169 0 50 0
[pid=14930] ppid=14929 vsize=868584 CPUtime=215.55
/proc/14930/stat : 14930 (java) S 14929 14916 14623 0 -1 0 79846 0 1 0 19371 2184 0 0 18 0 9 0 20913755 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14930/statm: 217146 5537 2589 9 0 211623 0
[pid=14930/tid=14931] ppid=14929 vsize=868584 CPUtime=197.55
/proc/14930/task/14931/stat : 14931 (java) R 14929 14916 14623 0 -1 64 76265 0 1 0 17989 1766 0 0 25 0 9 0 20913756 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14932] ppid=14929 vsize=868584 CPUtime=17.78
/proc/14930/task/14932/stat : 14932 (java) S 14929 14916 14623 0 -1 64 1397 0 0 0 1362 416 0 0 16 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14933] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14933/stat : 14933 (java) S 14929 14916 14623 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14934] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14934/stat : 14934 (java) S 14929 14916 14623 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14935] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14935/stat : 14935 (java) S 14929 14916 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14936] ppid=14929 vsize=868584 CPUtime=0.18
/proc/14930/task/14936/stat : 14936 (java) S 14929 14916 14623 0 -1 64 1485 0 0 0 18 0 0 0 16 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14937] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14937/stat : 14937 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14938] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14938/stat : 14938 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.9
Current children cumulated vsize (KiB) 890808

[startup+282.302 s]
/proc/loadavg: 2.53 2.26 2.09 3/93 14938
/proc/meminfo: memFree=14896/2055920 swapFree=4192812/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.35
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1310 4518 0 1 5 2 25 3 16 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
[pid=14929] ppid=14916 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14916 14916 14623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14929/statm: 1339 233 193 169 0 50 0
[pid=14930] ppid=14929 vsize=868584 CPUtime=274
/proc/14930/stat : 14930 (java) S 14929 14916 14623 0 -1 0 100344 0 1 0 24602 2798 0 0 18 0 9 0 20913755 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14930/statm: 217146 5537 2589 9 0 211623 0
[pid=14930/tid=14931] ppid=14929 vsize=868584 CPUtime=251.11
/proc/14930/task/14931/stat : 14931 (java) R 14929 14916 14623 0 -1 64 96763 0 1 0 22849 2262 0 0 25 0 9 0 20913756 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14932] ppid=14929 vsize=868584 CPUtime=22.66
/proc/14930/task/14932/stat : 14932 (java) S 14929 14916 14623 0 -1 64 1397 0 0 0 1733 533 0 0 16 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14933] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14933/stat : 14933 (java) S 14929 14916 14623 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14934] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14934/stat : 14934 (java) S 14929 14916 14623 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14935] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14935/stat : 14935 (java) S 14929 14916 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14936] ppid=14929 vsize=868584 CPUtime=0.18
/proc/14930/task/14936/stat : 14936 (java) S 14929 14916 14623 0 -1 64 1485 0 0 0 18 0 0 0 16 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14937] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14937/stat : 14937 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14938] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14938/stat : 14938 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 274.35
Current children cumulated vsize (KiB) 890808

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

[startup+287.901 s]
/proc/loadavg: 2.57 2.28 2.10 4/93 14938
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.35
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1310 4518 0 1 5 2 25 3 16 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
[pid=14929] ppid=14916 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14916 14916 14623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14929/statm: 1339 233 193 169 0 50 0
[pid=14930] ppid=14929 vsize=868584 CPUtime=279.46
/proc/14930/stat : 14930 (java) S 14929 14916 14623 0 -1 0 102265 0 1 0 25093 2853 0 0 18 0 9 0 20913755 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14930/statm: 217146 5537 2589 9 0 211623 0
[pid=14930/tid=14931] ppid=14929 vsize=868584 CPUtime=256.14
/proc/14930/task/14931/stat : 14931 (java) R 14929 14916 14623 0 -1 64 98684 0 1 0 23306 2308 0 0 25 0 9 0 20913756 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14932] ppid=14929 vsize=868584 CPUtime=23.11
/proc/14930/task/14932/stat : 14932 (java) S 14929 14916 14623 0 -1 64 1397 0 0 0 1768 543 0 0 16 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14933] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14933/stat : 14933 (java) S 14929 14916 14623 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14934] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14934/stat : 14934 (java) S 14929 14916 14623 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913757 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14935] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14935/stat : 14935 (java) S 14929 14916 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14936] ppid=14929 vsize=868584 CPUtime=0.18
/proc/14930/task/14936/stat : 14936 (java) S 14929 14916 14623 0 -1 64 1485 0 0 0 18 0 0 0 16 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14937] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14937/stat : 14937 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14938] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14938/stat : 14938 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20913760 889430016 5537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.81
Current children cumulated vsize (KiB) 890808

[startup+291.103 s]
/proc/loadavg: 2.60 2.29 2.10 3/93 14938
/proc/meminfo: memFree=15728/2055920 swapFree=4192812/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=0.35
/proc/14916/stat : 14916 (sugar) S 14914 14916 14623 0 -1 4194304 1311 4518 0 1 5 2 25 3 16 0 1 0 20913714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14916/statm: 4217 1111 409 3 0 796 0
[pid=14929] ppid=14916 vsize=5356 CPUtime=0
/proc/14929/stat : 14929 (sh) S 14916 14916 14623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20913755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14929/statm: 1339 233 193 169 0 50 0
[pid=14930] ppid=14929 vsize=868584 CPUtime=282.35
/proc/14930/stat : 14930 (java) S 14929 14916 14623 0 -1 0 103308 0 2 0 25352 2883 0 0 18 0 9 0 20913755 889430016 5544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14930/statm: 217146 5544 2589 9 0 211623 0
[pid=14930/tid=14931] ppid=14929 vsize=868584 CPUtime=258.78
/proc/14930/task/14931/stat : 14931 (java) D 14929 14916 14623 0 -1 64 99723 0 2 0 23546 2332 0 0 24 0 9 0 20913756 889430016 5544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14932] ppid=14929 vsize=868584 CPUtime=23.35
/proc/14930/task/14932/stat : 14932 (java) S 14929 14916 14623 0 -1 64 1397 0 0 0 1787 548 0 0 16 0 9 0 20913757 889430016 5544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14933] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14933/stat : 14933 (java) S 14929 14916 14623 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20913757 889430016 5544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14934] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14934/stat : 14934 (java) S 14929 14916 14623 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20913757 889430016 5544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14935] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14935/stat : 14935 (java) D 14929 14916 14623 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 20913760 889430016 5544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14930/tid=14936] ppid=14929 vsize=868584 CPUtime=0.18
/proc/14930/task/14936/stat : 14936 (java) S 14929 14916 14623 0 -1 64 1485 0 0 0 18 0 0 0 16 0 9 0 20913760 889430016 5544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14937] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14937/stat : 14937 (java) S 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20913760 889430016 5544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14930/tid=14938] ppid=14929 vsize=868584 CPUtime=0
/proc/14930/task/14938/stat : 14938 (java) D 14929 14916 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20913760 889430016 5544 996147200 134512640 134550932 4294955936 18446744073709551615 9083792 0 4 0 16800975 18446744071563479169 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.7
Current children cumulated vsize (KiB) 890808

[startup+294.301 s]
/proc/loadavg: 2.63 2.30 2.11 2/83 14938
/proc/meminfo: memFree=1862848/2055920 swapFree=4192812/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=283.77
/proc/14916/stat : 14916 (sugar) D 14914 14916 14623 0 -1 4194304 1335 108113 0 4 5 107 25378 2887 15 0 1 0 20913714 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14916/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 283.77
Current children cumulated vsize (KiB) 16868

[startup+295.102 s]
/proc/loadavg: 2.63 2.30 2.11 2/83 14938
/proc/meminfo: memFree=1862464/2055920 swapFree=4192812/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=283.8
/proc/14916/stat : 14916 (sugar) D 14914 14916 14623 0 -1 4194304 1335 108113 0 4 5 110 25378 2887 15 0 1 0 20913714 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14916/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 283.8
Current children cumulated vsize (KiB) 16868

[startup+295.502 s]
/proc/loadavg: 2.63 2.30 2.11 2/83 14938
/proc/meminfo: memFree=1862464/2055920 swapFree=4192812/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=283.84
/proc/14916/stat : 14916 (sugar) D 14914 14916 14623 0 -1 4194304 1335 108113 0 4 5 114 25378 2887 15 0 1 0 20913714 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14916/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 283.84
Current children cumulated vsize (KiB) 16868

[startup+295.907 s]
/proc/loadavg: 2.63 2.30 2.11 2/83 14938
/proc/meminfo: memFree=1861504/2055920 swapFree=4192812/4192956
[pid=14916] ppid=14914 vsize=16868 CPUtime=283.87
/proc/14916/stat : 14916 (sugar) D 14914 14916 14623 0 -1 4194304 1335 108113 0 4 5 117 25378 2887 15 0 1 0 20913714 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14916/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 283.87
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 295.961
CPU time (s): 283.897
CPU user time (s): 253.836
CPU system time (s): 30.0604
CPU usage (%): 95.9237
Max. virtual memory (cumulated for all children) (KiB): 890808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.836
system time used= 30.0604
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109509
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= 880419
involuntary context switches= 882309

runsolver used 0.39394 second user time and 0.997848 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-11 20:54:27
IDJOB=2065603
IDBENCH=54379
IDSOLVER=738
FILE ID=node11/2065603-1247338467
PBS_JOBID= 9506800
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065603-1247338467/watcher-2065603-1247338467 -o /tmp/evaluation-result-2065603-1247338467/solver-2065603-1247338467 -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-2065603-1247338467.xml

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

MD5SUM BENCH= 6052eb6ef80cf32b8858843335afac13
RANDOM SEED=544463474

node11.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.274
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.274
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:        922728 kB
Buffers:         71152 kB
Cached:         891592 kB
SwapCached:          0 kB
Active:         204024 kB
Inactive:       853772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        922728 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7616 kB
Writeback:           0 kB
Mapped:         116372 kB
Slab:            60300 kB
Committed_AS:   238968 kB
PageTables:       2140 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= 66432 MiB
End job on node11 at 2009-07-11 20:59:23