Trace number 1067484

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? 177.981 185.192

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-60-3-5.xml
MD5SUM235600e323957506107d4b93da33d8c8
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 size70
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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 07:43:53 2008
0.00/0.05	c 0	PID 17679
0.00/0.05	c 0	HOST node44.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1067484-1215150233.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1067484-1215150233.xml' 'HOME/temp.csp'
0.03/0.36	c 1	1 domains, 100 variables, 60 predicates, 0 relations, 60 constraints
0.03/0.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 1	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.39/0.50	c 1	Parsing HOME/temp.csp
0.39/0.64	c 1	parsed 221 expressions
0.39/0.64	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.64	c 1	Converting to clausal form CSP
0.39/0.66	c 1	converted 23 (10%) expressions
0.39/0.66	c 1	converted 45 (20%) expressions
0.39/0.66	c 1	converted 67 (30%) expressions
0.39/0.66	c 1	converted 89 (40%) expressions
0.39/0.66	c 1	converted 111 (50%) expressions
0.39/0.66	c 1	converted 133 (60%) expressions
0.39/0.67	c 1	converted 155 (70%) expressions
0.39/0.71	c 1	converted 177 (80%) expressions
0.39/0.77	c 1	converted 199 (90%) expressions
0.39/0.88	c 1	converted 221 (100%) expressions
0.39/0.88	c 1	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 16009
0.39/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.88	c 1	Propagation in CSP
0.39/0.93	c 1	573249 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.39/0.93	c 1	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 13714
0.39/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.93	c 1	Simplifing CSP by introducing new Boolean variables
0.39/0.93	c 1	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 13714
0.39/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.96	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.39/0.98	c 1	54 (10%) CSP integer variables are encoded (3247 clauses, 40100 bytes)
0.95/1.05	c 1	108 (20%) CSP integer variables are encoded (49472 clauses, 720172 bytes)
1.15/1.24	c 1	162 (30%) CSP integer variables are encoded (193546 clauses, 3068627 bytes)
1.44/1.55	c 2	216 (40%) CSP integer variables are encoded (423007 clauses, 6969464 bytes)
1.73/1.82	c 2	270 (50%) CSP integer variables are encoded (637464 clauses, 10615233 bytes)
2.03/2.16	c 2	324 (60%) CSP integer variables are encoded (895969 clauses, 15009818 bytes)
2.32/2.58	c 3	378 (70%) CSP integer variables are encoded (1129451 clauses, 19238617 bytes)
2.52/2.79	c 3	432 (80%) CSP integer variables are encoded (1282447 clauses, 22145541 bytes)
2.92/3.15	c 3	486 (90%) CSP integer variables are encoded (1559403 clauses, 27407705 bytes)
3.31/3.56	c 4	540 (100%) CSP integer variables are encoded (1862049 clauses, 33157979 bytes)
3.81/4.08	c 4	100 (10%) CSP clauses are encoded (2168619 clauses, 38772642 bytes)
15.33/15.80	c 16	200 (20%) CSP clauses are encoded (8319770 clauses, 175556342 bytes)
25.61/26.38	c 27	300 (30%) CSP clauses are encoded (13905107 clauses, 299318519 bytes)
42.75/44.08	c 44	400 (40%) CSP clauses are encoded (23150836 clauses, 503818315 bytes)
176.92/182.21	c 182	ERROR Exception Too large HOME/temp.cnf
176.92/182.23	c 182	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
176.92/182.23	c 182	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
176.92/182.23	c 182	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
176.92/182.23	s UNKNOWN
176.92/182.28	c 183	CPU 159.88 (0.03 0 159.85 17.07)
176.92/182.28	c 183	END Fri Jul  4 07:46:56 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-1067484-1215150233/watcher-1067484-1215150233 -o /tmp/evaluation-result-1067484-1215150233/solver-1067484-1215150233 -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-1067484-1215150233.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: 1.99 1.97 1.98 4/73 17679
/proc/meminfo: memFree=1628464/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=12268 CPUtime=0
/proc/17679/stat : 17679 (sugar) R 17677 17679 13152 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1993996172 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17679/statm: 3067 316 241 3 0 167 0

[startup+0.0577671 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 17679
/proc/meminfo: memFree=1628464/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.03
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993996172 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102564 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 17679
/proc/meminfo: memFree=1628464/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.03
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993996172 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301592 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 17679
/proc/meminfo: memFree=1628464/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.03
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993996172 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701626 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 17679
/proc/meminfo: memFree=1628464/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.39
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 973 4462 0 1 3 0 33 3 15 0 1 0 1993996172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50171 s]
/proc/loadavg: 2.07 1.99 1.98 3/84 17701
/proc/meminfo: memFree=1614296/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.39
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 974 4462 0 1 3 0 33 3 15 0 1 0 1993996172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 797 370 3 0 500 0
[pid=17692] ppid=17679 vsize=5356 CPUtime=0
/proc/17692/stat : 17692 (sh) S 17679 17679 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993996215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17692/statm: 1339 233 193 169 0 50 0
[pid=17693] ppid=17692 vsize=868340 CPUtime=1.05
/proc/17693/stat : 17693 (java) S 17692 17679 13152 0 -1 0 6416 0 1 0 97 8 0 0 18 0 9 0 1993996215 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17693/statm: 217085 5495 2562 9 0 211632 0
[pid=17693/tid=17694] ppid=17692 vsize=868340 CPUtime=0.74
/proc/17693/task/17694/stat : 17694 (java) R 17692 17679 13152 0 -1 64 2842 0 1 0 70 4 0 0 25 0 9 0 1993996216 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17695] ppid=17692 vsize=868340 CPUtime=0.07
/proc/17693/task/17695/stat : 17695 (java) S 17692 17679 13152 0 -1 64 1406 0 0 0 6 1 0 0 15 0 9 0 1993996217 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17696] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17696/stat : 17696 (java) S 17692 17679 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993996217 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17697] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17697/stat : 17697 (java) S 17692 17679 13152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993996217 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17698] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17698/stat : 17698 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993996219 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17699] ppid=17692 vsize=868340 CPUtime=0.21
/proc/17693/task/17699/stat : 17699 (java) S 17692 17679 13152 0 -1 64 1475 0 0 0 20 1 0 0 16 0 9 0 1993996219 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17700] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17700/stat : 17700 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993996219 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17701] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17701/stat : 17701 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993996219 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887296

[startup+3.10287 s]
/proc/loadavg: 2.07 1.99 1.98 4/84 17701
/proc/meminfo: memFree=1599576/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.39
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 974 4462 0 1 3 0 33 3 15 0 1 0 1993996172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 797 370 3 0 500 0
[pid=17692] ppid=17679 vsize=5356 CPUtime=0
/proc/17692/stat : 17692 (sh) S 17679 17679 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993996215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17692/statm: 1339 233 193 169 0 50 0
[pid=17693] ppid=17692 vsize=868340 CPUtime=2.53
/proc/17693/stat : 17693 (java) S 17692 17679 13152 0 -1 0 6880 0 1 0 230 23 0 0 18 0 9 0 1993996215 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17693/statm: 217085 5495 2562 9 0 211632 0
[pid=17693/tid=17694] ppid=17692 vsize=868340 CPUtime=2.11
/proc/17693/task/17694/stat : 17694 (java) R 17692 17679 13152 0 -1 64 3306 0 1 0 194 17 0 0 25 0 9 0 1993996216 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4126901246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17695] ppid=17692 vsize=868340 CPUtime=0.18
/proc/17693/task/17695/stat : 17695 (java) S 17692 17679 13152 0 -1 64 1406 0 0 0 15 3 0 0 16 0 9 0 1993996217 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17696] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17696/stat : 17696 (java) S 17692 17679 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993996217 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17697] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17697/stat : 17697 (java) S 17692 17679 13152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993996217 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17698] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17698/stat : 17698 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993996219 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17699] ppid=17692 vsize=868340 CPUtime=0.21
/proc/17693/task/17699/stat : 17699 (java) S 17692 17679 13152 0 -1 64 1475 0 0 0 20 1 0 0 16 0 9 0 1993996219 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17700] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17700/stat : 17700 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993996219 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17701] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17701/stat : 17701 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993996219 889180160 5495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 887296

[startup+6.3022 s]
/proc/loadavg: 2.07 1.99 1.98 3/84 17701
/proc/meminfo: memFree=1559960/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.39
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 974 4462 0 1 3 0 33 3 15 0 1 0 1993996172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 797 370 3 0 500 0
[pid=17692] ppid=17679 vsize=5356 CPUtime=0
/proc/17692/stat : 17692 (sh) S 17679 17679 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993996215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17692/statm: 1339 233 193 169 0 50 0
[pid=17693] ppid=17692 vsize=868340 CPUtime=5.7
/proc/17693/stat : 17693 (java) S 17692 17679 13152 0 -1 0 7902 0 1 0 517 53 0 0 18 0 9 0 1993996215 889180160 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17693/statm: 217085 5501 2562 9 0 211632 0
[pid=17693/tid=17694] ppid=17692 vsize=868340 CPUtime=5.06
/proc/17693/task/17694/stat : 17694 (java) R 17692 17679 13152 0 -1 64 4323 0 1 0 463 43 0 0 25 0 9 0 1993996216 889180160 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4126894381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17695] ppid=17692 vsize=868340 CPUtime=0.39
/proc/17693/task/17695/stat : 17695 (java) S 17692 17679 13152 0 -1 64 1407 0 0 0 31 8 0 0 16 0 9 0 1993996217 889180160 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17696] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17696/stat : 17696 (java) S 17692 17679 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993996217 889180160 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17697] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17697/stat : 17697 (java) S 17692 17679 13152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993996217 889180160 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17698] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17698/stat : 17698 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993996219 889180160 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17699] ppid=17692 vsize=868340 CPUtime=0.22
/proc/17693/task/17699/stat : 17699 (java) S 17692 17679 13152 0 -1 64 1479 0 0 0 21 1 0 0 17 0 9 0 1993996219 889180160 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17700] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17700/stat : 17700 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993996219 889180160 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17701] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17701/stat : 17701 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993996219 889180160 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 887296

[startup+12.7029 s]
/proc/loadavg: 2.06 1.99 1.98 3/84 17701
/proc/meminfo: memFree=1482968/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.39
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 974 4462 0 1 3 0 33 3 15 0 1 0 1993996172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 797 370 3 0 500 0
[pid=17692] ppid=17679 vsize=5356 CPUtime=0
/proc/17692/stat : 17692 (sh) S 17679 17679 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993996215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17692/statm: 1339 233 193 169 0 50 0
[pid=17693] ppid=17692 vsize=868340 CPUtime=11.98
/proc/17693/stat : 17693 (java) S 17692 17679 13152 0 -1 0 9914 0 1 0 1089 109 0 0 18 0 9 0 1993996215 889180160 5502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17693/statm: 217085 5502 2562 9 0 211632 0
[pid=17693/tid=17694] ppid=17692 vsize=868340 CPUtime=10.86
/proc/17693/task/17694/stat : 17694 (java) R 17692 17679 13152 0 -1 64 6334 0 1 0 998 88 0 0 25 0 9 0 1993996216 889180160 5502 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17695] ppid=17692 vsize=868340 CPUtime=0.87
/proc/17693/task/17695/stat : 17695 (java) S 17692 17679 13152 0 -1 64 1407 0 0 0 69 18 0 0 16 0 9 0 1993996217 889180160 5502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17696] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17696/stat : 17696 (java) S 17692 17679 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993996217 889180160 5502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17697] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17697/stat : 17697 (java) S 17692 17679 13152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993996217 889180160 5502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17698] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17698/stat : 17698 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993996219 889180160 5502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17699] ppid=17692 vsize=868340 CPUtime=0.22
/proc/17693/task/17699/stat : 17699 (java) S 17692 17679 13152 0 -1 64 1480 0 0 0 21 1 0 0 16 0 9 0 1993996219 889180160 5502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17700] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17700/stat : 17700 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993996219 889180160 5502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17701] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17701/stat : 17701 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993996219 889180160 5502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 887296

[startup+25.5022 s]
/proc/loadavg: 2.13 2.00 1.99 3/84 17701
/proc/meminfo: memFree=1329496/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.39
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 974 4462 0 1 3 0 33 3 16 0 1 0 1993996172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 797 370 3 0 500 0
[pid=17692] ppid=17679 vsize=5356 CPUtime=0
/proc/17692/stat : 17692 (sh) S 17679 17679 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993996215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17692/statm: 1339 233 193 169 0 50 0
[pid=17693] ppid=17692 vsize=868340 CPUtime=24.44
/proc/17693/stat : 17693 (java) S 17692 17679 13152 0 -1 0 13928 0 1 0 2220 224 0 0 18 0 9 0 1993996215 889180160 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17693/statm: 217085 5503 2562 9 0 211632 0
[pid=17693/tid=17694] ppid=17692 vsize=868340 CPUtime=22.48
/proc/17693/task/17694/stat : 17694 (java) R 17692 17679 13152 0 -1 64 10347 0 1 0 2066 182 0 0 25 0 9 0 1993996216 889180160 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4126481939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17695] ppid=17692 vsize=868340 CPUtime=1.71
/proc/17693/task/17695/stat : 17695 (java) S 17692 17679 13152 0 -1 64 1408 0 0 0 132 39 0 0 16 0 9 0 1993996217 889180160 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17696] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17696/stat : 17696 (java) S 17692 17679 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993996217 889180160 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17697] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17697/stat : 17697 (java) S 17692 17679 13152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993996217 889180160 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17693/tid=17699] ppid=17692 vsize=868340 CPUtime=0.22
/proc/17693/task/17699/stat : 17699 (java) S 17692 17679 13152 0 -1 64 1481 0 0 0 21 1 0 0 16 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17700] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17700/stat : 17700 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17701] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17701/stat : 17701 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.63
Current children cumulated vsize (KiB) 887296

[startup+162.302 s]
/proc/loadavg: 2.37 2.19 2.06 3/85 17702
/proc/meminfo: memFree=16016/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.39
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 974 4462 0 1 3 0 33 3 16 0 1 0 1993996172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 797 370 3 0 500 0
[pid=17692] ppid=17679 vsize=5356 CPUtime=0
/proc/17692/stat : 17692 (sh) S 17679 17679 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993996215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17692/statm: 1339 233 193 169 0 50 0
[pid=17693] ppid=17692 vsize=868340 CPUtime=157.35
/proc/17693/stat : 17693 (java) S 17692 17679 13152 0 -1 0 56117 0 1 0 14221 1514 0 0 18 0 9 0 1993996215 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17693/statm: 217085 5506 2562 9 0 211632 0
[pid=17693/tid=17694] ppid=17692 vsize=868340 CPUtime=145.48
/proc/17693/task/17694/stat : 17694 (java) R 17692 17679 13152 0 -1 64 52533 0 1 0 13308 1240 0 0 25 0 9 0 1993996216 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17695] ppid=17692 vsize=868340 CPUtime=11.62
/proc/17693/task/17695/stat : 17695 (java) S 17692 17679 13152 0 -1 64 1410 0 0 0 891 271 0 0 16 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17696] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17696/stat : 17696 (java) S 17692 17679 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17697] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17697/stat : 17697 (java) S 17692 17679 13152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17698] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17698/stat : 17698 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17699] ppid=17692 vsize=868340 CPUtime=0.22
/proc/17693/task/17699/stat : 17699 (java) S 17692 17679 13152 0 -1 64 1481 0 0 0 21 1 0 0 16 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17700] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17700/stat : 17700 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17701] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17701/stat : 17701 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.74
Current children cumulated vsize (KiB) 887296

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

[startup+166.303 s]
/proc/loadavg: 2.34 2.18 2.06 3/85 17702
/proc/meminfo: memFree=16272/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.39
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 974 4462 0 1 3 0 33 3 16 0 1 0 1993996172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 797 370 3 0 500 0
[pid=17692] ppid=17679 vsize=5356 CPUtime=0
/proc/17692/stat : 17692 (sh) S 17679 17679 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993996215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17692/statm: 1339 233 193 169 0 50 0
[pid=17693] ppid=17692 vsize=868340 CPUtime=161.21
/proc/17693/stat : 17693 (java) S 17692 17679 13152 0 -1 0 57338 0 1 0 14572 1549 0 0 18 0 9 0 1993996215 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17693/statm: 217085 5506 2562 9 0 211632 0
[pid=17693/tid=17694] ppid=17692 vsize=868340 CPUtime=149.06
/proc/17693/task/17694/stat : 17694 (java) R 17692 17679 13152 0 -1 64 53754 0 1 0 13636 1270 0 0 25 0 9 0 1993996216 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17695] ppid=17692 vsize=868340 CPUtime=11.89
/proc/17693/task/17695/stat : 17695 (java) S 17692 17679 13152 0 -1 64 1410 0 0 0 913 276 0 0 16 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17696] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17696/stat : 17696 (java) S 17692 17679 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17697] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17697/stat : 17697 (java) S 17692 17679 13152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17698] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17698/stat : 17698 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17699] ppid=17692 vsize=868340 CPUtime=0.22
/proc/17693/task/17699/stat : 17699 (java) S 17692 17679 13152 0 -1 64 1481 0 0 0 21 1 0 0 16 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17700] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17700/stat : 17700 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17701] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17701/stat : 17701 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.6
Current children cumulated vsize (KiB) 887296

[startup+172.706 s]
/proc/loadavg: 2.39 2.20 2.06 3/85 17702
/proc/meminfo: memFree=15888/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.39
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 974 4462 0 1 3 0 33 3 16 0 1 0 1993996172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 797 370 3 0 500 0
[pid=17692] ppid=17679 vsize=5356 CPUtime=0
/proc/17692/stat : 17692 (sh) S 17679 17679 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993996215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17692/statm: 1339 233 193 169 0 50 0
[pid=17693] ppid=17692 vsize=868340 CPUtime=167.4
/proc/17693/stat : 17693 (java) S 17692 17679 13152 0 -1 0 59309 0 1 0 15127 1613 0 0 18 0 9 0 1993996215 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17693/statm: 217085 5506 2562 9 0 211632 0
[pid=17693/tid=17694] ppid=17692 vsize=868340 CPUtime=154.79
/proc/17693/task/17694/stat : 17694 (java) R 17692 17679 13152 0 -1 64 55725 0 1 0 14157 1322 0 0 25 0 9 0 1993996216 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4126581591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17695] ppid=17692 vsize=868340 CPUtime=12.35
/proc/17693/task/17695/stat : 17695 (java) S 17692 17679 13152 0 -1 64 1410 0 0 0 947 288 0 0 16 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17696] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17696/stat : 17696 (java) S 17692 17679 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17697] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17697/stat : 17697 (java) S 17692 17679 13152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17698] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17698/stat : 17698 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17699] ppid=17692 vsize=868340 CPUtime=0.22
/proc/17693/task/17699/stat : 17699 (java) S 17692 17679 13152 0 -1 64 1481 0 0 0 21 1 0 0 16 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17700] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17700/stat : 17700 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17701] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17701/stat : 17701 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 167.79
Current children cumulated vsize (KiB) 887296

[startup+179.103 s]
/proc/loadavg: 2.44 2.21 2.07 3/85 17702
/proc/meminfo: memFree=16336/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=0.39
/proc/17679/stat : 17679 (sugar) S 17677 17679 13152 0 -1 4194304 974 4462 0 1 3 0 33 3 16 0 1 0 1993996172 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17679/statm: 3400 797 370 3 0 500 0
[pid=17692] ppid=17679 vsize=5356 CPUtime=0
/proc/17692/stat : 17692 (sh) S 17679 17679 13152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993996215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17692/statm: 1339 233 193 169 0 50 0
[pid=17693] ppid=17692 vsize=868340 CPUtime=173.51
/proc/17693/stat : 17693 (java) S 17692 17679 13152 0 -1 0 61252 0 1 0 15677 1674 0 0 18 0 9 0 1993996215 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17693/statm: 217085 5506 2562 9 0 211632 0
[pid=17693/tid=17694] ppid=17692 vsize=868340 CPUtime=160.44
/proc/17693/task/17694/stat : 17694 (java) R 17692 17679 13152 0 -1 64 57668 0 1 0 14672 1372 0 0 25 0 9 0 1993996216 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4126894398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17695] ppid=17692 vsize=868340 CPUtime=12.81
/proc/17693/task/17695/stat : 17695 (java) S 17692 17679 13152 0 -1 64 1410 0 0 0 982 299 0 0 16 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17696] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17696/stat : 17696 (java) S 17692 17679 13152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17697] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17697/stat : 17697 (java) S 17692 17679 13152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993996217 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17698] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17698/stat : 17698 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17699] ppid=17692 vsize=868340 CPUtime=0.22
/proc/17693/task/17699/stat : 17699 (java) S 17692 17679 13152 0 -1 64 1481 0 0 0 21 1 0 0 16 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17700] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17700/stat : 17700 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17693/tid=17701] ppid=17692 vsize=868340 CPUtime=0
/proc/17693/task/17701/stat : 17701 (java) S 17692 17679 13152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993996219 889180160 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.9
Current children cumulated vsize (KiB) 887296

[startup+182.301 s]
/proc/loadavg: 2.41 2.21 2.07 3/85 17702
/proc/meminfo: memFree=15632/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=176.96
/proc/17679/stat : 17679 (sugar) R 17677 17679 13152 0 -1 4194304 996 66972 0 2 3 1 15985 1707 16 0 1 0 1993996172 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17679/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 176.96
Current children cumulated vsize (KiB) 13600

[startup+183.901 s]
/proc/loadavg: 2.41 2.21 2.07 2/75 17702
/proc/meminfo: memFree=1832160/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=177.81
/proc/17679/stat : 17679 (sugar) D 17677 17679 13152 0 -1 4194304 996 66972 0 2 3 86 15985 1707 15 0 1 0 1993996172 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/17679/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.81
Current children cumulated vsize (KiB) 13600

[startup+184.724 s]
/proc/loadavg: 2.41 2.21 2.07 2/75 17702
/proc/meminfo: memFree=1867360/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=177.93
/proc/17679/stat : 17679 (sugar) D 17677 17679 13152 0 -1 4194304 996 66972 0 2 3 98 15985 1707 15 0 1 0 1993996172 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17679/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.93
Current children cumulated vsize (KiB) 13600

[startup+185.102 s]
/proc/loadavg: 2.41 2.21 2.07 2/75 17702
/proc/meminfo: memFree=1867360/2055920 swapFree=4180396/4192956
[pid=17679] ppid=17677 vsize=13600 CPUtime=177.95
/proc/17679/stat : 17679 (sugar) D 17677 17679 13152 0 -1 4194304 996 66972 0 2 3 100 15985 1707 15 0 1 0 1993996172 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17679/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.95
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 185.192
CPU time (s): 177.981
CPU user time (s): 159.892
CPU system time (s): 18.0892
CPU usage (%): 96.1064
Max. virtual memory (cumulated for all children) (KiB): 887296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.892
system time used= 18.0892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67998
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= 396442
involuntary context switches= 400455

runsolver used 0.246962 second user time and 0.631903 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 07:43:53
IDJOB=1067484
IDBENCH=55391
IDSOLVER=345
FILE ID=node44/1067484-1215150233
PBS_JOBID= 7877329
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-60-3-5.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-1067484-1215150233/watcher-1067484-1215150233 -o /tmp/evaluation-result-1067484-1215150233/solver-1067484-1215150233 -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-1067484-1215150233.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 235600e323957506107d4b93da33d8c8
RANDOM SEED=58820920

node44.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.213
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.213
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:       1628944 kB
Buffers:         62176 kB
Cached:         202076 kB
SwapCached:       6524 kB
Active:         187992 kB
Inactive:       163692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628944 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          94036 kB
Slab:            60280 kB
Committed_AS:  3611584 kB
PageTables:       1992 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= 66552 MiB
End job on node44 at 2008-07-04 07:46:58