Trace number 1077916

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 172.781 175.634

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-80-3-7.xml
MD5SUMf91cf9d7316457b20919e689800fd48c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.159974
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity10
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.03	c 0	Sugar v1-13 + HOME/picosat
0.02/0.04	c 0	BEGIN Fri Jul  4 20:27:07 2008
0.02/0.04	c 0	PID 12862
0.02/0.04	c 0	HOST node54.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1077916-1215196027.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077916-1215196027.xml' 'HOME/temp.csp'
0.02/0.25	c 0	1 domains, 100 variables, 80 predicates, 0 relations, 80 constraints
0.02/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.02/0.37	c 1	Parsing HOME/temp.csp
0.32/0.47	c 1	parsed 261 expressions
0.32/0.47	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.47	c 1	Converting to clausal form CSP
0.32/0.49	c 1	converted 27 (10%) expressions
0.32/0.49	c 1	converted 53 (20%) expressions
0.32/0.49	c 1	converted 79 (30%) expressions
0.32/0.49	c 1	converted 105 (40%) expressions
0.32/0.49	c 1	converted 131 (50%) expressions
0.32/0.49	c 1	converted 157 (60%) expressions
0.32/0.50	c 1	converted 183 (70%) expressions
0.32/0.54	c 1	converted 209 (80%) expressions
0.32/0.58	c 1	converted 235 (90%) expressions
0.32/0.64	c 1	converted 261 (100%) expressions
0.32/0.64	c 1	CSP : 828 integers, 0 booleans, 1616 clauses, largest domain size 3106
0.32/0.64	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.64	c 1	Propagation in CSP
0.32/0.68	c 1	175537 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.68	c 1	CSP : 828 integers, 0 booleans, 1616 clauses, largest domain size 2401
0.32/0.68	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.68	c 1	Simplifing CSP by introducing new Boolean variables
0.32/0.69	c 1	CSP : 828 integers, 0 booleans, 1616 clauses, largest domain size 2401
0.32/0.69	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.71	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.33/0.73	c 1	83 (10%) CSP integer variables are encoded (1872 clauses, 22276 bytes)
0.33/0.77	c 1	166 (20%) CSP integer variables are encoded (32364 clauses, 463663 bytes)
0.33/0.82	c 1	249 (30%) CSP integer variables are encoded (79379 clauses, 1168888 bytes)
0.33/0.89	c 1	332 (40%) CSP integer variables are encoded (138753 clauses, 2137561 bytes)
0.33/0.96	c 1	414 (50%) CSP integer variables are encoded (193436 clauses, 3067172 bytes)
1.20/1.06	c 1	497 (60%) CSP integer variables are encoded (266268 clauses, 4305316 bytes)
1.30/1.15	c 1	580 (70%) CSP integer variables are encoded (339719 clauses, 5553983 bytes)
1.40/1.23	c 1	663 (80%) CSP integer variables are encoded (401563 clauses, 6605331 bytes)
1.50/1.31	c 1	746 (90%) CSP integer variables are encoded (465055 clauses, 7684695 bytes)
1.50/1.39	c 2	828 (100%) CSP integer variables are encoded (531629 clauses, 8816453 bytes)
2.10/1.93	c 2	162 (10%) CSP clauses are encoded (850420 clauses, 14896627 bytes)
3.06/2.92	c 3	324 (20%) CSP clauses are encoded (1432898 clauses, 26541646 bytes)
16.66/16.68	c 17	485 (30%) CSP clauses are encoded (8959113 clauses, 194379514 bytes)
40.72/40.92	c 41	647 (40%) CSP clauses are encoded (21389642 clauses, 497644622 bytes)
67.50/67.96	c 68	808 (50%) CSP clauses are encoded (35336506 clauses, 838487964 bytes)
98.47/99.15	c 99	970 (60%) CSP clauses are encoded (51447124 clauses, 1231205921 bytes)
137.79/138.84	c 139	1132 (70%) CSP clauses are encoded (71692045 clauses, 1725840243 bytes)
171.63/173.19	c 173	ERROR Exception Too large HOME/temp.cnf
171.63/173.19	c 173	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
171.63/173.19	c 173	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
171.63/173.19	c 173	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
171.63/173.19	s UNKNOWN
171.73/173.70	c 174	CPU 155.24 (0.03 0.01 155.21 16.49)
171.73/173.70	c 174	END Fri Jul  4 20:30:01 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077916-1215196027/watcher-1077916-1215196027 -o /tmp/evaluation-result-1077916-1215196027/solver-1077916-1215196027 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1077916-1215196027.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.80 0.93 0.98 3/65 12862
/proc/meminfo: memFree=1731776/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=12272 CPUtime=0
/proc/12862/stat : 12862 (sugar) R 12860 12862 7511 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 1998575357 12566528 364 996147200 4194304 4206940 548682068560 18446744073709551615 234220469246 0 0 4224 0 0 0 0 17 0 0 0
/proc/12862/statm: 3068 364 274 3 0 168 0

[startup+0.0394639 s]
/proc/loadavg: 0.80 0.93 0.98 3/65 12862
/proc/meminfo: memFree=1731776/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.02
/proc/12862/stat : 12862 (sugar) R 12860 12862 7511 0 -1 4194304 799 0 0 0 2 0 0 0 18 0 1 0 1998575357 13926400 767 996147200 4194304 4206940 548682068560 18446744073709551615 234229428224 0 0 4224 0 0 0 0 17 0 0 0
/proc/12862/statm: 3400 768 344 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101484 s]
/proc/loadavg: 0.80 0.93 0.98 3/65 12862
/proc/meminfo: memFree=1731776/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.02
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 900 128 0 0 2 0 0 0 18 0 1 0 1998575357 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12862/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301522 s]
/proc/loadavg: 0.80 0.93 0.98 3/65 12862
/proc/meminfo: memFree=1731776/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.02
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 916 128 0 0 2 0 0 0 16 0 1 0 1998575357 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12862/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701609 s]
/proc/loadavg: 0.80 0.93 0.98 3/65 12862
/proc/meminfo: memFree=1731776/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.33
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 973 4508 0 1 3 1 26 3 15 0 1 0 1998575357 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12862/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13600

[startup+1.50277 s]
/proc/loadavg: 0.80 0.93 0.98 2/76 12884
/proc/meminfo: memFree=1713768/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.33
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 973 4508 0 1 3 1 26 3 15 0 1 0 1998575357 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12862/statm: 3400 797 370 3 0 500 0
[pid=12875] ppid=12862 vsize=5356 CPUtime=0
/proc/12875/stat : 12875 (sh) S 12862 12862 7511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998575388 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12875/statm: 1339 233 193 169 0 50 0
[pid=12876] ppid=12875 vsize=869072 CPUtime=1.37
/proc/12876/stat : 12876 (java) S 12875 12862 7511 0 -1 0 6632 0 1 0 127 10 0 0 18 0 9 0 1998575388 889929728 5637 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12876/statm: 217268 5637 2562 9 0 211815 0
[pid=12876/tid=12877] ppid=12875 vsize=869072 CPUtime=1.05
/proc/12876/task/12877/stat : 12877 (java) R 12875 12862 7511 0 -1 64 2935 0 1 0 98 7 0 0 19 0 9 0 1998575389 889929728 5637 996147200 134512640 134550740 4294955904 18446744073709551615 4126593137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12878] ppid=12875 vsize=869072 CPUtime=0.09
/proc/12876/task/12878/stat : 12878 (java) S 12875 12862 7511 0 -1 64 1516 0 0 0 8 1 0 0 16 0 9 0 1998575390 889929728 5637 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12879] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12879/stat : 12879 (java) S 12875 12862 7511 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5637 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12880] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12880/stat : 12880 (java) S 12875 12862 7511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5637 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12881] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12881/stat : 12881 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998575392 889929728 5637 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12882] ppid=12875 vsize=869072 CPUtime=0.2
/proc/12876/task/12882/stat : 12882 (java) S 12875 12862 7511 0 -1 64 1489 0 0 0 20 0 0 0 15 0 9 0 1998575392 889929728 5637 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12883] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12883/stat : 12883 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998575392 889929728 5637 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12884] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12884/stat : 12884 (java) S 12875 12862 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998575392 889929728 5637 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 888028

[startup+3.10111 s]
/proc/loadavg: 0.80 0.93 0.98 2/76 12884
/proc/meminfo: memFree=1699688/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.33
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 973 4508 0 1 3 1 26 3 16 0 1 0 1998575357 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12862/statm: 3400 797 370 3 0 500 0
[pid=12875] ppid=12862 vsize=5356 CPUtime=0
/proc/12875/stat : 12875 (sh) S 12862 12862 7511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998575388 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12875/statm: 1339 233 193 169 0 50 0
[pid=12876] ppid=12875 vsize=869072 CPUtime=2.92
/proc/12876/stat : 12876 (java) S 12875 12862 7511 0 -1 0 7167 0 1 0 268 24 0 0 18 0 9 0 1998575388 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12876/statm: 217268 5638 2562 9 0 211815 0
[pid=12876/tid=12877] ppid=12875 vsize=869072 CPUtime=2.5
/proc/12876/task/12877/stat : 12877 (java) R 12875 12862 7511 0 -1 64 3469 0 1 0 232 18 0 0 16 0 9 0 1998575389 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12878] ppid=12875 vsize=869072 CPUtime=0.18
/proc/12876/task/12878/stat : 12878 (java) S 12875 12862 7511 0 -1 64 1516 0 0 0 15 3 0 0 16 0 9 0 1998575390 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12879] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12879/stat : 12879 (java) S 12875 12862 7511 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12880] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12880/stat : 12880 (java) S 12875 12862 7511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12881] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12881/stat : 12881 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998575392 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12882] ppid=12875 vsize=869072 CPUtime=0.2
/proc/12876/task/12882/stat : 12882 (java) S 12875 12862 7511 0 -1 64 1490 0 0 0 20 0 0 0 16 0 9 0 1998575392 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12883] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12883/stat : 12883 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998575392 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12884] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12884/stat : 12884 (java) S 12875 12862 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998575392 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 888028

[startup+6.30276 s]
/proc/loadavg: 0.81 0.93 0.98 2/76 12884
/proc/meminfo: memFree=1660520/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.33
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 973 4508 0 1 3 1 26 3 16 0 1 0 1998575357 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12862/statm: 3400 797 370 3 0 500 0
[pid=12875] ppid=12862 vsize=5356 CPUtime=0
/proc/12875/stat : 12875 (sh) S 12862 12862 7511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998575388 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12875/statm: 1339 233 193 169 0 50 0
[pid=12876] ppid=12875 vsize=869072 CPUtime=6.12
/proc/12876/stat : 12876 (java) S 12875 12862 7511 0 -1 0 8214 0 1 0 560 52 0 0 18 0 9 0 1998575388 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12876/statm: 217268 5638 2562 9 0 211815 0
[pid=12876/tid=12877] ppid=12875 vsize=869072 CPUtime=5.5
/proc/12876/task/12877/stat : 12877 (java) R 12875 12862 7511 0 -1 64 4516 0 1 0 509 41 0 0 16 0 9 0 1998575389 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4126933019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12878] ppid=12875 vsize=869072 CPUtime=0.38
/proc/12876/task/12878/stat : 12878 (java) S 12875 12862 7511 0 -1 64 1516 0 0 0 29 9 0 0 16 0 9 0 1998575390 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12879] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12879/stat : 12879 (java) S 12875 12862 7511 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12880] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12880/stat : 12880 (java) S 12875 12862 7511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12881] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12881/stat : 12881 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998575392 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12882] ppid=12875 vsize=869072 CPUtime=0.2
/proc/12876/task/12882/stat : 12882 (java) S 12875 12862 7511 0 -1 64 1490 0 0 0 20 0 0 0 16 0 9 0 1998575392 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12883] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12883/stat : 12883 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998575392 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12884] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12884/stat : 12884 (java) S 12875 12862 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998575392 889929728 5638 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 888028

[startup+12.7011 s]
/proc/loadavg: 0.91 0.94 0.98 2/76 12884
/proc/meminfo: memFree=1580720/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.33
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 973 4508 0 1 3 1 26 3 16 0 1 0 1998575357 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12862/statm: 3400 797 370 3 0 500 0
[pid=12875] ppid=12862 vsize=5356 CPUtime=0
/proc/12875/stat : 12875 (sh) S 12862 12862 7511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998575388 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12875/statm: 1339 233 193 169 0 50 0
[pid=12876] ppid=12875 vsize=869072 CPUtime=12.47
/proc/12876/stat : 12876 (java) S 12875 12862 7511 0 -1 0 10267 0 1 0 1137 110 0 0 18 0 9 0 1998575388 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12876/statm: 217268 5639 2562 9 0 211815 0
[pid=12876/tid=12877] ppid=12875 vsize=869072 CPUtime=11.46
/proc/12876/task/12877/stat : 12877 (java) R 12875 12862 7511 0 -1 64 6568 0 1 0 1056 90 0 0 17 0 9 0 1998575389 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12878] ppid=12875 vsize=869072 CPUtime=0.78
/proc/12876/task/12878/stat : 12878 (java) S 12875 12862 7511 0 -1 64 1516 0 0 0 60 18 0 0 16 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12879] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12879/stat : 12879 (java) S 12875 12862 7511 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12880] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12880/stat : 12880 (java) S 12875 12862 7511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12881] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12881/stat : 12881 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12882] ppid=12875 vsize=869072 CPUtime=0.2
/proc/12876/task/12882/stat : 12882 (java) S 12875 12862 7511 0 -1 64 1491 0 0 0 20 0 0 0 16 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12883] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12883/stat : 12883 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12884] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12884/stat : 12884 (java) S 12875 12862 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 888028

[startup+25.5027 s]
/proc/loadavg: 1.22 1.01 1.01 2/76 12884
/proc/meminfo: memFree=1415984/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.33
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 973 4508 0 1 3 1 26 3 16 0 1 0 1998575357 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12862/statm: 3400 797 370 3 0 500 0
[pid=12875] ppid=12862 vsize=5356 CPUtime=0
/proc/12875/stat : 12875 (sh) S 12862 12862 7511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998575388 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12875/statm: 1339 233 193 169 0 50 0
[pid=12876] ppid=12875 vsize=869072 CPUtime=25.15
/proc/12876/stat : 12876 (java) S 12875 12862 7511 0 -1 0 14320 0 1 0 2285 230 0 0 18 0 9 0 1998575388 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12876/statm: 217268 5639 2562 9 0 211815 0
[pid=12876/tid=12877] ppid=12875 vsize=869072 CPUtime=23.26
/proc/12876/task/12877/stat : 12877 (java) R 12875 12862 7511 0 -1 64 10621 0 1 0 2137 189 0 0 18 0 9 0 1998575389 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4126930016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12878] ppid=12875 vsize=869072 CPUtime=1.66
/proc/12876/task/12878/stat : 12878 (java) S 12875 12862 7511 0 -1 64 1516 0 0 0 127 39 0 0 16 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12879] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12879/stat : 12879 (java) S 12875 12862 7511 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12880] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12880/stat : 12880 (java) S 12875 12862 7511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/12876/task/12877/stat : 12877 (java) R 12875 12862 7511 0 -1 64 34980 0 1 0 8608 798 0 0 17 0 9 0 1998575389 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12878] ppid=12875 vsize=869072 CPUtime=6.95
/proc/12876/task/12878/stat : 12878 (java) S 12875 12862 7511 0 -1 64 1516 0 0 0 536 159 0 0 16 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12879] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12879/stat : 12879 (java) S 12875 12862 7511 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12880] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12880/stat : 12880 (java) S 12875 12862 7511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12881] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12881/stat : 12881 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12882] ppid=12875 vsize=869072 CPUtime=0.2
/proc/12876/task/12882/stat : 12882 (java) S 12875 12862 7511 0 -1 64 1491 0 0 0 20 0 0 0 16 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12883] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12883/stat : 12883 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12884] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12884/stat : 12884 (java) S 12875 12862 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 888028

[startup+162.302 s]
/proc/loadavg: 2.06 1.43 1.16 2/76 12884
/proc/meminfo: memFree=15984/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.33
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 973 4508 0 1 3 1 26 3 16 0 1 0 1998575357 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12862/statm: 3400 797 370 3 0 500 0
[pid=12875] ppid=12862 vsize=5356 CPUtime=0
/proc/12875/stat : 12875 (sh) S 12862 12862 7511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998575388 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12875/statm: 1339 233 193 169 0 50 0
[pid=12876] ppid=12875 vsize=869072 CPUtime=160.71
/proc/12876/stat : 12876 (java) S 12875 12862 7511 0 -1 0 57391 0 1 0 14529 1542 0 0 18 0 9 0 1998575388 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12876/statm: 217268 5639 2562 9 0 211815 0
[pid=12876/tid=12877] ppid=12875 vsize=869072 CPUtime=149.41
/proc/12876/task/12877/stat : 12877 (java) R 12875 12862 7511 0 -1 64 53692 0 1 0 13659 1282 0 0 16 0 9 0 1998575389 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12878] ppid=12875 vsize=869072 CPUtime=11.07
/proc/12876/task/12878/stat : 12878 (java) S 12875 12862 7511 0 -1 64 1516 0 0 0 848 259 0 0 16 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12879] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12879/stat : 12879 (java) S 12875 12862 7511 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12880] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12880/stat : 12880 (java) S 12875 12862 7511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12881] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12881/stat : 12881 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12882] ppid=12875 vsize=869072 CPUtime=0.2
/proc/12876/task/12882/stat : 12882 (java) S 12875 12862 7511 0 -1 64 1491 0 0 0 20 0 0 0 16 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12883] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12883/stat : 12883 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12884] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12884/stat : 12884 (java) S 12875 12862 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 888028

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

[startup+166.402 s]
/proc/loadavg: 2.05 1.44 1.16 2/76 12884
/proc/meminfo: memFree=15472/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.33
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 973 4508 0 1 3 1 26 3 16 0 1 0 1998575357 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12862/statm: 3400 797 370 3 0 500 0
[pid=12875] ppid=12862 vsize=5356 CPUtime=0
/proc/12875/stat : 12875 (sh) S 12862 12862 7511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998575388 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12875/statm: 1339 233 193 169 0 50 0
[pid=12876] ppid=12875 vsize=869072 CPUtime=164.82
/proc/12876/stat : 12876 (java) S 12875 12862 7511 0 -1 0 58682 0 1 0 14900 1582 0 0 18 0 9 0 1998575388 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12876/statm: 217268 5639 2562 9 0 211815 0
[pid=12876/tid=12877] ppid=12875 vsize=869072 CPUtime=153.22
/proc/12876/task/12877/stat : 12877 (java) R 12875 12862 7511 0 -1 64 54983 0 1 0 14007 1315 0 0 20 0 9 0 1998575389 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12878] ppid=12875 vsize=869072 CPUtime=11.36
/proc/12876/task/12878/stat : 12878 (java) S 12875 12862 7511 0 -1 64 1516 0 0 0 871 265 0 0 16 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12879] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12879/stat : 12879 (java) S 12875 12862 7511 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12880] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12880/stat : 12880 (java) S 12875 12862 7511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12881] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12881/stat : 12881 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12882] ppid=12875 vsize=869072 CPUtime=0.2
/proc/12876/task/12882/stat : 12882 (java) S 12875 12862 7511 0 -1 64 1491 0 0 0 20 0 0 0 16 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12883] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12883/stat : 12883 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12884] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12884/stat : 12884 (java) S 12875 12862 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 165.15
Current children cumulated vsize (KiB) 888028

[startup+169.602 s]
/proc/loadavg: 2.05 1.45 1.17 3/76 12884
/proc/meminfo: memFree=15216/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.33
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 973 4508 0 1 3 1 26 3 16 0 1 0 1998575357 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12862/statm: 3400 797 370 3 0 500 0
[pid=12875] ppid=12862 vsize=5356 CPUtime=0
/proc/12875/stat : 12875 (sh) S 12862 12862 7511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998575388 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12875/statm: 1339 233 193 169 0 50 0
[pid=12876] ppid=12875 vsize=869072 CPUtime=167.94
/proc/12876/stat : 12876 (java) S 12875 12862 7511 0 -1 0 59682 0 1 0 15182 1612 0 0 18 0 9 0 1998575388 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12876/statm: 217268 5639 2562 9 0 211815 0
[pid=12876/tid=12877] ppid=12875 vsize=869072 CPUtime=156.12
/proc/12876/task/12877/stat : 12877 (java) R 12875 12862 7511 0 -1 64 55983 0 1 0 14273 1339 0 0 16 0 9 0 1998575389 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4126483429 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12878] ppid=12875 vsize=869072 CPUtime=11.58
/proc/12876/task/12878/stat : 12878 (java) S 12875 12862 7511 0 -1 64 1516 0 0 0 888 270 0 0 16 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12879] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12879/stat : 12879 (java) S 12875 12862 7511 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12880] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12880/stat : 12880 (java) S 12875 12862 7511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12881] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12881/stat : 12881 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12882] ppid=12875 vsize=869072 CPUtime=0.2
/proc/12876/task/12882/stat : 12882 (java) S 12875 12862 7511 0 -1 64 1491 0 0 0 20 0 0 0 16 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12883] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12883/stat : 12883 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12884] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12884/stat : 12884 (java) S 12875 12862 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998575392 889929728 5639 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.27
Current children cumulated vsize (KiB) 888028

[startup+172.807 s]
/proc/loadavg: 2.04 1.46 1.17 2/76 12884
/proc/meminfo: memFree=15536/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=0.33
/proc/12862/stat : 12862 (sugar) S 12860 12862 7511 0 -1 4194304 973 4508 0 1 3 1 26 3 16 0 1 0 1998575357 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12862/statm: 3400 797 370 3 0 500 0
[pid=12875] ppid=12862 vsize=5356 CPUtime=0
/proc/12875/stat : 12875 (sh) S 12862 12862 7511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998575388 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12875/statm: 1339 233 193 169 0 50 0
[pid=12876] ppid=12875 vsize=869072 CPUtime=171.01
/proc/12876/stat : 12876 (java) S 12875 12862 7511 0 -1 0 60658 0 1 0 15459 1642 0 0 18 0 9 0 1998575388 889929728 5640 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12876/statm: 217268 5640 2562 9 0 211815 0
[pid=12876/tid=12877] ppid=12875 vsize=869072 CPUtime=158.97
/proc/12876/task/12877/stat : 12877 (java) R 12875 12862 7511 0 -1 64 56957 0 1 0 14533 1364 0 0 16 0 9 0 1998575389 889929728 5640 996147200 134512640 134550740 4294955904 18446744073709551615 4126372570 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12878] ppid=12875 vsize=869072 CPUtime=11.8
/proc/12876/task/12878/stat : 12878 (java) S 12875 12862 7511 0 -1 64 1516 0 0 0 904 276 0 0 16 0 9 0 1998575390 889929728 5640 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12876/tid=12879] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12879/stat : 12879 (java) S 12875 12862 7511 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5640 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12880] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12880/stat : 12880 (java) S 12875 12862 7511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998575390 889929728 5640 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12881] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12881/stat : 12881 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998575392 889929728 5640 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12882] ppid=12875 vsize=869072 CPUtime=0.21
/proc/12876/task/12882/stat : 12882 (java) S 12875 12862 7511 0 -1 64 1493 0 0 0 21 0 0 0 16 0 9 0 1998575392 889929728 5640 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12883] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12883/stat : 12883 (java) S 12875 12862 7511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998575392 889929728 5640 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12876/tid=12884] ppid=12875 vsize=869072 CPUtime=0
/proc/12876/task/12884/stat : 12884 (java) S 12875 12862 7511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998575392 889929728 5640 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.34
Current children cumulated vsize (KiB) 888028

[startup+174.401 s]
/proc/loadavg: 2.04 1.46 1.17 1/66 12884
/proc/meminfo: memFree=29056/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=172.21
/proc/12862/stat : 12862 (sugar) R 12860 12862 7511 0 -1 4194304 994 65583 0 2 3 48 15521 1649 16 0 1 0 1998575357 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12862/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 172.21
Current children cumulated vsize (KiB) 13600

[startup+175.201 s]
/proc/loadavg: 2.04 1.46 1.17 1/66 12884
/proc/meminfo: memFree=1951616/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=172.69
/proc/12862/stat : 12862 (sugar) D 12860 12862 7511 0 -1 4194304 994 65583 0 2 3 96 15521 1649 15 0 1 0 1998575357 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12862/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 172.69
Current children cumulated vsize (KiB) 13600

[startup+175.603 s]
/proc/loadavg: 2.04 1.46 1.17 1/66 12884
/proc/meminfo: memFree=1951616/2055920 swapFree=4179680/4192956
[pid=12862] ppid=12860 vsize=13600 CPUtime=172.76
/proc/12862/stat : 12862 (sugar) D 12860 12862 7511 0 -1 4194304 994 65583 0 2 3 103 15521 1649 15 0 1 0 1998575357 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12862/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 172.76
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 175.634
CPU time (s): 172.781
CPU user time (s): 155.246
CPU system time (s): 17.5343
CPU usage (%): 98.3754
Max. virtual memory (cumulated for all children) (KiB): 888028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.246
system time used= 17.5343
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66610
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277696
involuntary context switches= 231243

runsolver used 0.218966 second user time and 0.597909 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-04 20:27:07
IDJOB=1077916
IDBENCH=56724
IDSOLVER=345
FILE ID=node54/1077916-1215196027
PBS_JOBID= 7881529
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-80-3-7.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077916-1215196027/watcher-1077916-1215196027 -o /tmp/evaluation-result-1077916-1215196027/solver-1077916-1215196027 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1077916-1215196027.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f91cf9d7316457b20919e689800fd48c
RANDOM SEED=1323524282

node54.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.279
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.279
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:       1732256 kB
Buffers:         56840 kB
Cached:         191284 kB
SwapCached:       6536 kB
Active:         164676 kB
Inactive:        92276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732256 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          14504 kB
Slab:            52648 kB
Committed_AS:  3838648 kB
PageTables:       1368 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= 66528 MiB
End job on node54 at 2008-07-04 20:30:03