Trace number 1077608

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+picosatSAT 120.645 120.439

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-2.xml
MD5SUMdeee800a676362b8ba7ef4a56056f1e3
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark102.676
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65133
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64933
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 19:52:12 2008
0.00/0.04	c 0	PID 7805
0.00/0.04	c 0	HOST node62.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1077608-1215193931.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077608-1215193931.xml' 'HOME/temp.csp'
3.21/3.17	c 3	32 domains, 800 variables, 1 predicates, 0 relations, 65133 constraints
3.29/3.22	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.29/3.22	c 3	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'
3.29/3.29	c 3	Parsing HOME/temp.csp
3.32/3.62	c 3	parsed 10000 expressions
3.32/3.93	c 4	parsed 20000 expressions
3.32/4.16	c 4	parsed 30000 expressions
4.54/4.47	c 4	parsed 40000 expressions
4.74/4.69	c 4	parsed 50000 expressions
5.14/5.04	c 5	parsed 60000 expressions
5.25/5.18	c 5	parsed 65966 expressions
5.25/5.19	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.25/5.19	c 5	Converting to clausal form CSP
6.16/5.96	c 6	converted 6597 (10%) expressions
6.66/6.47	c 6	converted 13194 (20%) expressions
7.16/6.97	c 7	converted 19790 (30%) expressions
8.05/7.82	c 7	converted 26387 (40%) expressions
8.55/8.33	c 8	converted 32983 (50%) expressions
9.05/8.83	c 8	converted 39580 (60%) expressions
10.25/10.04	c 10	converted 46177 (70%) expressions
10.75/10.57	c 10	converted 52773 (80%) expressions
11.26/11.07	c 11	converted 59370 (90%) expressions
12.45/12.29	c 12	converted 65966 (100%) expressions
12.45/12.29	c 12	CSP : 800 integers, 0 booleans, 94989 clauses, largest domain size 45
12.45/12.29	c 12	Heap : 145 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.45/12.29	c 12	Propagation in CSP
13.06/12.85	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.06/12.85	c 13	CSP : 800 integers, 0 booleans, 94989 clauses, largest domain size 45
13.06/12.85	c 13	Heap : 159 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.06/12.88	c 13	Simplifing CSP by introducing new Boolean variables
15.67/15.41	c 15	CSP : 800 integers, 314493 booleans, 409482 clauses, largest domain size 45
15.67/15.41	c 15	Heap : 248 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.87/16.66	c 16	Encoding CSP to SAT : HOME/temp.cnf
16.97/16.71	c 16	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
16.97/16.72	c 16	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
16.97/16.72	c 16	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
16.97/16.72	c 16	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
16.97/16.73	c 16	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
16.97/16.73	c 16	480 (60%) CSP integer variables are encoded (17364 clauses, 238818 bytes)
16.97/16.74	c 16	560 (70%) CSP integer variables are encoded (17504 clauses, 240918 bytes)
16.97/16.74	c 16	640 (80%) CSP integer variables are encoded (17673 clauses, 243453 bytes)
16.97/16.74	c 16	720 (90%) CSP integer variables are encoded (17833 clauses, 245853 bytes)
16.97/16.74	c 16	800 (100%) CSP integer variables are encoded (17954 clauses, 247668 bytes)
18.61/18.39	c 18	40949 (10%) CSP clauses are encoded (826247 clauses, 15868314 bytes)
20.31/20.07	c 20	81897 (20%) CSP clauses are encoded (1632916 clauses, 32188057 bytes)
22.09/21.81	c 21	122845 (30%) CSP clauses are encoded (2437110 clauses, 48897882 bytes)
23.78/23.55	c 23	163793 (40%) CSP clauses are encoded (3241750 clauses, 66069478 bytes)
25.47/25.29	c 25	204741 (50%) CSP clauses are encoded (4043287 clauses, 83230876 bytes)
27.26/27.08	c 27	245690 (60%) CSP clauses are encoded (4849781 clauses, 100604377 bytes)
29.05/28.82	c 28	286638 (70%) CSP clauses are encoded (5658131 clauses, 118609091 bytes)
30.95/30.70	c 30	327586 (80%) CSP clauses are encoded (6544091 clauses, 138364286 bytes)
33.15/32.97	c 33	368534 (90%) CSP clauses are encoded (7780607 clauses, 164652664 bytes)
35.53/35.33	c 35	409482 (100%) CSP clauses are encoded (9017739 clauses, 191319293 bytes)
35.53/35.33	c 35	409482 CSP clauses encoded
35.53/35.33	c 35	Writing map file : HOME/temp.map
35.53/35.37	c 35	Heap : 198 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.53/35.37	c 35	SAT : 333223 SAT variables, 9017739 SAT clauses, 191319293 bytes
35.53/35.37	c 35	Heap : 198 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.61/35.44	c 35	SOLVING HOME/temp.cnf
35.61/35.44	c 35	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
119.95/119.80	c 119	DECODING HOME/temp.out WITH HOME/temp.map
119.95/119.80	c 119	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
119.95/119.88	c 120	Decoding HOME/temp.out
119.95/120.28	s SATISFIABLE
119.95/120.31	v 0 34 1 0 3 42 37 1 29 10 6 2 2 3 36 22 22 39 4 7 42 8 38 21 0 13 7 25 16 19 38 4 1 0 11 10 12 1 3 4 12 2 2 6 24 0 19 43 26 5 6 41 17 5 2 10 2 28 24 9 6 6 9 8 6 8 6 35 9 3 35 7 8 7 5 9 5 7 6 3 4 10 23 10 8 33 5 11 2 9 42 9 33 7 37 18 8 27 1 7 11 12 4 25 10 5 18 11 28 12 0 13 29 32 11 21 2 22 16 4 15 18 11 12 14 28 12 0 38 14 11 19 32 16 16 24 13 9 41 17 17 1 3 4 28 35 13 14 14 26 40 0 26 11 15 9 15 7 16 15 35 15 6 3 2 4 14 7 17 16 19 6 5 17 17 28 4 30 18 18 13 18 18 28 15 20 18 18 21 33 27 32 12 35 27 26 12 21 10 22 20 9 17 19 0 23 15 29 1 19 24 20 21 40 16 18 8 8 16 26 17 23 25 19 20 20 22 20 24 33 31 21 21 23 20 27 24 23 24 31 27 22 10 33 24 17 13 25 27 25 23 13 10 26 17 16 30 44 3 5 23 29 23 29 28 36 32 5 22 30 31 30 31 25 32 12 33 34 44 8 29 33 20 30 34 31 24 25 35 33 26 36 21 36 13 39 29 25 30 20 27 7 15 23 30 43 35 5 28 34 29 38 3 32 36 31 37 42 33 31 44 34 39 15 35 26 9 24 34 34 32 33 35 34 39 27 41 38 39 42 39 43 40 38 12 35 37 41 27 40 13 40 41 14 21 3 43 37 8 36 42 40 41 43 36 38 40 37 37 29 39 41 29 14 38 22 44 22 23 42 44 4 36 40 40 41 43 32 42 2 44 43 1 39 30 44 44 36 31 37 7 3 0 6 3 8 5 3 3 9 9 2 6 8 3 4 5 8 8 9 6 0 9 6 8 4 0 2 8 2 5 6 9 3 3 3 6 7 4 0 9 4 9 4 0 4 3 4 5 8 1 0 8 6 7 1 0 7 3 5 8 7 4 5 0 8 2 4 8 5 2 2 9 6 9 9 1 1 3 7 7 7 9 8 4 4 5 2 5 1 9 3 1 4 3 9 2 4 6 7 0 0 9 0 0 3 1 9 9 5 5 5 4 1 4 3 3 1 4 2 9 2 1 8 9 5 2 2 0 1 5 5 2 6 7 5 7 7 9 5 7 2 6 3 3 1 2 7 6 9 3 9 4 7 5 6 8 5 5 2 6 1 6 2 1 4 5 8 9 3 7 5 0 0 1 2 1 5 7 8 3 3 4 0 0 7 5 6 5 6 7 0 3 0 3 0 1 7 2 0 6 2 4 0 0 6 3 6 4 9 6 9 1 9 0 0 7 3 1 7 3 7 5 4 8 0 8 3 7 9 0 8 4 4 4 6 8 5 9 1 1 2 6 0 2 6 9 9 9 1 8 8 5 6 2 9 4 2 0 4 1 0 2 7 1 9 5 2 9 0 7 6 9 4 7 4 3 6 7 6 8 7 5 7 7 5 4 8 5 8 3 4 0 5 1 3 5 7 1 1 0 3 7 0 2 2 3 7 4 8 1 4 1 6 6 8 8 2 2 4 1 9 1 4 9 8 0 1 5 1 9 5 7 4 5 8 8 6 7 5 4 0 1 3 7 8 4 1 5 0 0 6 2 0 9 9 5 7 1 8 7 8 4 8 7 7 7 9 1 9 9 7 2 4 8 7 3 3 3 0 8 5 1 5 4 5 7 8 4 8 5 9 5 0 9 4 0 0 2 0
119.95/120.32	c 120	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
119.95/120.33	c 120	CPU 78.35 (0.03 0.01 78.32 42.17)
119.95/120.34	c 120	END Fri Jul  4 19:54:12 2008

Verifier Data (download as text)

OK

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-1077608-1215193931/watcher-1077608-1215193931 -o /tmp/evaluation-result-1077608-1215193931/solver-1077608-1215193931 -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-1077608-1215193931.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.96 0.97 0.99 3/64 7805
/proc/meminfo: memFree=1762888/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=12268 CPUtime=0
/proc/7805/stat : 7805 (sugar) R 7803 7805 4645 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1998364912 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 236446596094 0 0 4224 0 0 0 0 17 0 0 0
/proc/7805/statm: 3067 316 241 3 0 167 0

[startup+0.051571 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 7805
/proc/meminfo: memFree=1762888/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=0.03
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1998364912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101576 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 7805
/proc/meminfo: memFree=1762888/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=0.03
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1998364912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301621 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 7805
/proc/meminfo: memFree=1762888/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=0.03
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1998364912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701696 s]
/proc/loadavg: 0.96 0.97 0.99 3/64 7805
/proc/meminfo: memFree=1762888/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=0.03
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1998364912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50285 s]
/proc/loadavg: 0.96 0.97 0.99 2/75 7817
/proc/meminfo: memFree=1723376/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=0.03
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1998364912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7805/statm: 3400 796 370 3 0 500 0
[pid=7808] ppid=7805 vsize=5356 CPUtime=0
/proc/7808/stat : 7808 (sh) S 7805 7805 4645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998364916 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7808/statm: 1339 233 193 169 0 50 0
[pid=7809] ppid=7808 vsize=865480 CPUtime=1.55
/proc/7809/stat : 7809 (java) S 7808 7805 4645 0 -1 0 20302 0 1 0 148 7 0 0 18 0 9 0 1998364916 886251520 17380 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7809/statm: 216370 17382 2529 9 0 210952 0
[pid=7809/tid=7810] ppid=7808 vsize=865480 CPUtime=0.78
/proc/7809/task/7810/stat : 7810 (java) S 7808 7805 4645 0 -1 64 3322 0 1 0 77 1 0 0 17 0 9 0 1998364917 886251520 17384 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7809/tid=7811] ppid=7808 vsize=865480 CPUtime=0.63
/proc/7809/task/7811/stat : 7811 (java) R 7808 7805 4645 0 -1 64 15795 0 0 0 59 4 0 0 16 0 9 0 1998364918 886251520 17386 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7809/tid=7812] ppid=7808 vsize=865480 CPUtime=0
/proc/7809/task/7812/stat : 7812 (java) S 7808 7805 4645 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 1998364919 886251520 17388 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7809/tid=7813] ppid=7808 vsize=865480 CPUtime=0
/proc/7809/task/7813/stat : 7813 (java) S 7808 7805 4645 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998364919 886251520 17390 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7809/tid=7814] ppid=7808 vsize=865480 CPUtime=0
/proc/7809/task/7814/stat : 7814 (java) S 7808 7805 4645 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1998364920 886251520 17391 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7809/tid=7815] ppid=7808 vsize=865480 CPUtime=0.1
/proc/7809/task/7815/stat : 7815 (java) S 7808 7805 4645 0 -1 64 491 0 0 0 10 0 0 0 16 0 9 0 1998364920 886251520 17393 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7809/tid=7816] ppid=7808 vsize=865480 CPUtime=0
/proc/7809/task/7816/stat : 7816 (java) S 7808 7805 4645 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1998364920 886251520 17395 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7809/tid=7817] ppid=7808 vsize=865480 CPUtime=0
/proc/7809/task/7817/stat : 7817 (java) S 7808 7805 4645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998364920 886251520 17397 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 884436

[startup+3.10117 s]
/proc/loadavg: 0.96 0.97 0.99 2/75 7817
/proc/meminfo: memFree=1680368/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=0.03
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1998364912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7805/statm: 3400 796 370 3 0 500 0
[pid=7808] ppid=7805 vsize=5356 CPUtime=0
/proc/7808/stat : 7808 (sh) S 7805 7805 4645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998364916 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7808/statm: 1339 233 193 169 0 50 0
[pid=7809] ppid=7808 vsize=865496 CPUtime=3.18
/proc/7809/stat : 7809 (java) S 7808 7805 4645 0 -1 0 31863 0 1 0 305 13 0 0 18 0 9 0 1998364916 886267904 26960 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7809/statm: 216374 26960 2529 9 0 210956 0
[pid=7809/tid=7810] ppid=7808 vsize=865496 CPUtime=1.79
/proc/7809/task/7810/stat : 7810 (java) R 7808 7805 4645 0 -1 64 3925 0 1 0 177 2 0 0 17 0 9 0 1998364917 886267904 26960 996147200 134512640 134550740 4294956000 18446744073709551615 4126707786 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7809/tid=7811] ppid=7808 vsize=865496 CPUtime=1.22
/proc/7809/task/7811/stat : 7811 (java) S 7808 7805 4645 0 -1 64 26723 0 0 0 113 9 0 0 15 0 9 0 1998364918 886267904 26960 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7809/tid=7812] ppid=7808 vsize=865496 CPUtime=0
/proc/7809/task/7812/stat : 7812 (java) S 7808 7805 4645 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 1998364919 886267904 26960 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7809/tid=7813] ppid=7808 vsize=865496 CPUtime=0
/proc/7809/task/7813/stat : 7813 (java) S 7808 7805 4645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998364919 886267904 26960 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7809/tid=7814] ppid=7808 vsize=865496 CPUtime=0
/proc/7809/task/7814/stat : 7814 (java) S 7808 7805 4645 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1998364920 886267904 26960 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7809/tid=7815] ppid=7808 vsize=865496 CPUtime=0.14
/proc/7809/task/7815/stat : 7815 (java) S 7808 7805 4645 0 -1 64 515 0 0 0 14 0 0 0 15 0 9 0 1998364920 886267904 26960 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7809/tid=7816] ppid=7808 vsize=865496 CPUtime=0
/proc/7809/task/7816/stat : 7816 (java) S 7808 7805 4645 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1998364920 886267904 26960 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7809/tid=7817] ppid=7808 vsize=865496 CPUtime=0
/proc/7809/task/7817/stat : 7817 (java) S 7808 7805 4645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998364920 886267904 26960 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 884452

[startup+6.30278 s]
/proc/loadavg: 1.05 0.99 1.00 2/75 7827
/proc/meminfo: memFree=1718320/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=3.32
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 974 32297 0 1 3 0 314 15 16 0 1 0 1998364912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7805/statm: 3400 797 370 3 0 500 0
[pid=7818] ppid=7805 vsize=5356 CPUtime=0
/proc/7818/stat : 7818 (sh) S 7805 7805 4645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998365235 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7818/statm: 1339 233 193 169 0 50 0
[pid=7819] ppid=7818 vsize=869304 CPUtime=3.23
/proc/7819/stat : 7819 (java) S 7818 7805 4645 0 -1 0 18168 0 1 0 313 10 0 0 18 0 9 0 1998365235 890167296 16229 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7819/statm: 217326 16229 2540 9 0 211901 0
[pid=7819/tid=7820] ppid=7818 vsize=869304 CPUtime=1.98
/proc/7819/task/7820/stat : 7820 (java) S 7818 7805 4645 0 -1 64 3347 0 1 0 196 2 0 0 17 0 9 0 1998365236 890167296 16229 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7819/tid=7821] ppid=7818 vsize=869304 CPUtime=1.06
/proc/7819/task/7821/stat : 7821 (java) R 7818 7805 4645 0 -1 64 12662 0 0 0 99 7 0 0 15 0 9 0 1998365237 890167296 16230 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7822] ppid=7818 vsize=869304 CPUtime=0
/proc/7819/task/7822/stat : 7822 (java) S 7818 7805 4645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998365237 890167296 16231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7823] ppid=7818 vsize=869304 CPUtime=0
/proc/7819/task/7823/stat : 7823 (java) S 7818 7805 4645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998365237 890167296 16233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7824] ppid=7818 vsize=869304 CPUtime=0
/proc/7819/task/7824/stat : 7824 (java) S 7818 7805 4645 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1998365239 890167296 16234 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7825] ppid=7818 vsize=869304 CPUtime=0.17
/proc/7819/task/7825/stat : 7825 (java) S 7818 7805 4645 0 -1 64 1463 0 0 0 17 0 0 0 16 0 9 0 1998365239 890167296 16236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7826] ppid=7818 vsize=869304 CPUtime=0
/proc/7819/task/7826/stat : 7826 (java) S 7818 7805 4645 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998365239 890167296 16237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7827] ppid=7818 vsize=869304 CPUtime=0
/proc/7819/task/7827/stat : 7827 (java) S 7818 7805 4645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998365239 890167296 16238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 888260

[startup+12.702 s]
/proc/loadavg: 1.04 0.99 1.00 2/75 7827
/proc/meminfo: memFree=1603056/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=3.32
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 974 32297 0 1 3 0 314 15 16 0 1 0 1998364912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7805/statm: 3400 797 370 3 0 500 0
[pid=7818] ppid=7805 vsize=5356 CPUtime=0
/proc/7818/stat : 7818 (sh) S 7805 7805 4645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998365235 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7818/statm: 1339 233 193 169 0 50 0
[pid=7819] ppid=7818 vsize=869304 CPUtime=9.64
/proc/7819/stat : 7819 (java) S 7818 7805 4645 0 -1 0 56982 0 1 0 939 25 0 0 18 0 9 0 1998365235 890167296 44892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7819/statm: 217326 44893 2540 9 0 211901 0
[pid=7819/tid=7820] ppid=7818 vsize=869304 CPUtime=5.84
/proc/7819/task/7820/stat : 7820 (java) S 7818 7805 4645 0 -1 64 4491 0 1 0 581 3 0 0 17 0 9 0 1998365236 890167296 44893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7819/tid=7821] ppid=7818 vsize=869304 CPUtime=3.57
/proc/7819/task/7821/stat : 7821 (java) R 7818 7805 4645 0 -1 64 50318 0 0 0 337 20 0 0 16 0 9 0 1998365237 890167296 44894 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7822] ppid=7818 vsize=869304 CPUtime=0
/proc/7819/task/7822/stat : 7822 (java) S 7818 7805 4645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998365237 890167296 44894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7823] ppid=7818 vsize=869304 CPUtime=0
/proc/7819/task/7823/stat : 7823 (java) S 7818 7805 4645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998365237 890167296 44895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7824] ppid=7818 vsize=869304 CPUtime=0
/proc/7819/task/7824/stat : 7824 (java) S 7818 7805 4645 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1998365239 890167296 44896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7825] ppid=7818 vsize=869304 CPUtime=0.19
/proc/7819/task/7825/stat : 7825 (java) S 7818 7805 4645 0 -1 64 1478 0 0 0 19 0 0 0 16 0 9 0 1998365239 890167296 44896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7826] ppid=7818 vsize=869304 CPUtime=0
/proc/7819/task/7826/stat : 7826 (java) S 7818 7805 4645 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998365239 890167296 44897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7827] ppid=7818 vsize=869304 CPUtime=0
/proc/7819/task/7827/stat : 7827 (java) S 7818 7805 4645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998365239 890167296 44897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.96
Current children cumulated vsize (KiB) 888260

[startup+25.5025 s]
/proc/loadavg: 1.04 0.99 1.00 2/75 7827
/proc/meminfo: memFree=1402736/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=3.32
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 974 32297 0 1 3 0 314 15 16 0 1 0 1998364912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7805/statm: 3400 797 370 3 0 500 0
[pid=7818] ppid=7805 vsize=5356 CPUtime=0
/proc/7818/stat : 7818 (sh) S 7805 7805 4645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998365235 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7818/statm: 1339 233 193 169 0 50 0
[pid=7819] ppid=7818 vsize=869416 CPUtime=22.45
/proc/7819/stat : 7819 (java) S 7818 7805 4645 0 -1 0 98670 0 1 0 2156 89 0 0 18 0 9 0 1998365235 890281984 70846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7819/statm: 217354 70846 2566 9 0 211901 0
[pid=7819/tid=7820] ppid=7818 vsize=869416 CPUtime=15.13
/proc/7819/task/7820/stat : 7820 (java) R 7818 7805 4645 0 -1 64 5910 0 1 0 1462 51 0 0 17 0 9 0 1998365236 890281984 70846 996147200 134512640 134550740 4294955952 18446744073709551615 4126464932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7819/tid=7821] ppid=7818 vsize=869416 CPUtime=7.04
/proc/7819/task/7821/stat : 7821 (java) S 7818 7805 4645 0 -1 64 90540 0 0 0 668 36 0 0 15 0 9 0 1998365237 890281984 70846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7822] ppid=7818 vsize=869416 CPUtime=0
/proc/7819/task/7822/stat : 7822 (java) S 7818 7805 4645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998365237 890281984 70846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7823] ppid=7818 vsize=869416 CPUtime=0
/proc/7819/task/7823/stat : 7823 (java) S 7818 7805 4645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998365237 890281984 70846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7824] ppid=7818 vsize=869416 CPUtime=0
/proc/7819/task/7824/stat : 7824 (java) S 7818 7805 4645 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1998365239 890281984 70846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7825] ppid=7818 vsize=869416 CPUtime=0.25
/proc/7819/task/7825/stat : 7825 (java) S 7818 7805 4645 0 -1 64 1523 0 0 0 25 0 0 0 15 0 9 0 1998365239 890281984 70846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7819/tid=7826] ppid=7818 vsize=869416 CPUtime=0
/proc/7819/task/7826/stat : 7826 (java) S 7818 7805 4645 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998365239 890281984 70846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7819/tid=7827] ppid=7818 vsize=869416 CPUtime=0
/proc/7819/task/7827/stat : 7827 (java) S 7818 7805 4645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998365239 890281984 70846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.77
Current children cumulated vsize (KiB) 888372

[startup+51.1015 s]
/proc/loadavg: 1.02 0.99 1.00 2/67 7829
/proc/meminfo: memFree=1501296/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=35.66
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 1022 131407 0 2 3 0 3392 171 16 0 1 0 1998364912 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7805/statm: 3400 799 370 3 0 500 0
[pid=7828] ppid=7805 vsize=5356 CPUtime=0
/proc/7828/stat : 7828 (sh) S 7805 7805 4645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998368456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7828/statm: 1339 232 193 169 0 50 0
[pid=7829] ppid=7828 vsize=73676 CPUtime=15.62
/proc/7829/stat : 7829 (picosat) R 7828 7805 4645 0 -1 4194304 17462 0 0 0 721 841 0 0 25 0 1 0 1998368457 75444224 17448 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/7829/statm: 18419 17448 40 102 0 18314 0
Current children cumulated CPU time (s) 51.28
Current children cumulated vsize (KiB) 92632

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 1.00 2/67 7829
/proc/meminfo: memFree=1278832/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=35.66
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 1022 131407 0 2 3 0 3392 171 16 0 1 0 1998364912 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7805/statm: 3400 799 370 3 0 500 0
[pid=7828] ppid=7805 vsize=5356 CPUtime=0
/proc/7828/stat : 7828 (sh) S 7805 7805 4645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998368456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7828/statm: 1339 232 193 169 0 50 0
[pid=7829] ppid=7828 vsize=306596 CPUtime=66.8
/proc/7829/stat : 7829 (picosat) R 7828 7805 4645 0 -1 4194304 72431 0 0 0 3100 3580 0 0 25 0 1 0 1998368457 313954304 72417 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/7829/statm: 76649 72417 40 102 0 76544 0
Current children cumulated CPU time (s) 102.46
Current children cumulated vsize (KiB) 325552

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

[startup+108.702 s]
/proc/loadavg: 1.01 0.99 1.00 2/67 7829
/proc/meminfo: memFree=1255344/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=35.66
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 1022 131407 0 2 3 0 3392 171 16 0 1 0 1998364912 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7805/statm: 3400 799 370 3 0 500 0
[pid=7828] ppid=7805 vsize=5356 CPUtime=0
/proc/7828/stat : 7828 (sh) S 7805 7805 4645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998368456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7828/statm: 1339 232 193 169 0 50 0
[pid=7829] ppid=7828 vsize=329960 CPUtime=73.19
/proc/7829/stat : 7829 (picosat) R 7828 7805 4645 0 -1 4194304 79257 0 0 0 3394 3925 0 0 25 0 1 0 1998368457 337879040 79243 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/7829/statm: 82490 79243 40 102 0 82385 0
Current children cumulated CPU time (s) 108.85
Current children cumulated vsize (KiB) 348916

[startup+115.102 s]
/proc/loadavg: 1.01 0.99 1.00 2/67 7829
/proc/meminfo: memFree=1241136/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=35.66
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 1022 131407 0 2 3 0 3392 171 16 0 1 0 1998364912 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7805/statm: 3400 799 370 3 0 500 0
[pid=7828] ppid=7805 vsize=5356 CPUtime=0
/proc/7828/stat : 7828 (sh) S 7805 7805 4645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998368456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7828/statm: 1339 232 193 169 0 50 0
[pid=7829] ppid=7828 vsize=374336 CPUtime=79.59
/proc/7829/stat : 7829 (picosat) R 7828 7805 4645 0 -1 4194304 81760 0 0 0 3923 4036 0 0 25 0 1 0 1998368457 383320064 81746 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/7829/statm: 93584 81746 42 102 0 93479 0
Current children cumulated CPU time (s) 115.25
Current children cumulated vsize (KiB) 393292

[startup+118.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/67 7829
/proc/meminfo: memFree=1240752/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=35.66
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 1022 131407 0 2 3 0 3392 171 16 0 1 0 1998364912 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7805/statm: 3400 799 370 3 0 500 0
[pid=7828] ppid=7805 vsize=5356 CPUtime=0
/proc/7828/stat : 7828 (sh) S 7805 7805 4645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998368456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7828/statm: 1339 232 193 169 0 50 0
[pid=7829] ppid=7828 vsize=378440 CPUtime=82.79
/proc/7829/stat : 7829 (picosat) R 7828 7805 4645 0 -1 4194304 81844 0 0 0 4243 4036 0 0 25 0 1 0 1998368457 387522560 81828 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/7829/statm: 94610 81828 48 102 0 94505 0
Current children cumulated CPU time (s) 118.45
Current children cumulated vsize (KiB) 397396

[startup+119.102 s]
/proc/loadavg: 1.00 0.99 1.00 2/67 7829
/proc/meminfo: memFree=1240752/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=35.66
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 1022 131407 0 2 3 0 3392 171 16 0 1 0 1998364912 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7805/statm: 3400 799 370 3 0 500 0
[pid=7828] ppid=7805 vsize=5356 CPUtime=0
/proc/7828/stat : 7828 (sh) S 7805 7805 4645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998368456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7828/statm: 1339 232 193 169 0 50 0
[pid=7829] ppid=7828 vsize=378444 CPUtime=83.59
/proc/7829/stat : 7829 (picosat) R 7828 7805 4645 0 -1 4194304 81893 0 0 0 4323 4036 0 0 25 0 1 0 1998368457 387526656 81877 996147200 134512640 134931368 4294956256 18446744073709551615 134604509 0 0 4096 0 0 0 0 17 0 0 0
/proc/7829/statm: 94611 81877 52 102 0 94506 0
Current children cumulated CPU time (s) 119.25
Current children cumulated vsize (KiB) 397400

[startup+119.906 s]
/proc/loadavg: 1.00 0.99 1.00 2/67 7829
/proc/meminfo: memFree=1521136/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=119.95
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 1091 213586 0 2 3 0 7779 4213 16 0 1 0 1998364912 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7805/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 119.95
Current children cumulated vsize (KiB) 13600

[startup+120.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/67 7829
/proc/meminfo: memFree=1521136/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=119.95
/proc/7805/stat : 7805 (sugar) S 7803 7805 4645 0 -1 4194304 1091 213586 0 2 3 0 7779 4213 15 0 1 0 1998364912 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7805/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 119.95
Current children cumulated vsize (KiB) 13600

[startup+120.402 s]
/proc/loadavg: 1.00 0.99 1.00 2/67 7829
/proc/meminfo: memFree=1521136/2055920 swapFree=4179416/4192956
[pid=7805] ppid=7803 vsize=13600 CPUtime=120.59
/proc/7805/stat : 7805 (sugar) R 7803 7805 4645 0 -1 4194304 1120 217590 0 3 3 7 7832 4217 17 0 1 0 1998364912 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7805/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 120.59
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 120.439
CPU time (s): 120.645
CPU user time (s): 78.3591
CPU system time (s): 42.2856
CPU usage (%): 100.171
Max. virtual memory (cumulated for all children) (KiB): 913872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.3591
system time used= 42.2856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218740
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4806
involuntary context switches= 3325

runsolver used 0.121981 second user time and 0.360945 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-04 19:52:12
IDJOB=1077608
IDBENCH=56692
IDSOLVER=345
FILE ID=node62/1077608-1215193931
PBS_JOBID= 7881566
Free space on /tmp= 65248 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-2.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-1077608-1215193931/watcher-1077608-1215193931 -o /tmp/evaluation-result-1077608-1215193931/solver-1077608-1215193931 -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-1077608-1215193931.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= deee800a676362b8ba7ef4a56056f1e3
RANDOM SEED=1643758109

node62.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.259
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.259
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:       1763432 kB
Buffers:         31212 kB
Cached:         190872 kB
SwapCached:       6872 kB
Active:         114380 kB
Inactive:       116640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763432 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:           10424 kB
Writeback:           0 kB
Mapped:          14472 kB
Slab:            47308 kB
Committed_AS:  3992504 kB
PageTables:       1456 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= 65248 MiB
End job on node62 at 2008-07-04 19:54:12