Trace number 1077560

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 118.807 118.605

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-4.xml
MD5SUM094ea096617f0707c333e4e4098131ca
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark118.807
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65196
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64996
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:40:34 2008
0.00/0.04	c 0	PID 4886
0.00/0.04	c 0	HOST node66.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1077560-1215193233.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-1077560-1215193233.xml' 'HOME/temp.csp'
3.20/3.15	c 3	20 domains, 800 variables, 1 predicates, 0 relations, 65196 constraints
3.20/3.20	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.20/3.20	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.27	c 3	Parsing HOME/temp.csp
3.29/3.59	c 3	parsed 10000 expressions
3.29/3.90	c 4	parsed 20000 expressions
3.29/4.12	c 4	parsed 30000 expressions
4.54/4.43	c 4	parsed 40000 expressions
4.75/4.66	c 4	parsed 50000 expressions
5.13/5.00	c 5	parsed 60000 expressions
5.24/5.15	c 5	parsed 66017 expressions
5.24/5.16	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.24/5.16	c 5	Converting to clausal form CSP
6.04/5.88	c 6	converted 6602 (10%) expressions
6.55/6.39	c 6	converted 13204 (20%) expressions
7.05/6.85	c 7	converted 19806 (30%) expressions
7.85/7.65	c 7	converted 26407 (40%) expressions
8.24/8.09	c 8	converted 33009 (50%) expressions
8.75/8.54	c 8	converted 39611 (60%) expressions
9.14/8.97	c 9	converted 46212 (70%) expressions
9.64/9.41	c 9	converted 52814 (80%) expressions
10.74/10.58	c 10	converted 59416 (90%) expressions
11.94/11.73	c 11	converted 66017 (100%) expressions
11.94/11.73	c 11	CSP : 800 integers, 0 booleans, 94829 clauses, largest domain size 45
11.94/11.73	c 11	Heap : 122 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.94/11.73	c 11	Propagation in CSP
12.46/12.27	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.46/12.27	c 12	CSP : 800 integers, 0 booleans, 94829 clauses, largest domain size 45
12.46/12.27	c 12	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.56/12.31	c 12	Simplifing CSP by introducing new Boolean variables
14.96/14.75	c 15	CSP : 800 integers, 307396 booleans, 402225 clauses, largest domain size 45
14.96/14.75	c 15	Heap : 228 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.16/15.91	c 16	Encoding CSP to SAT : HOME/temp.cnf
16.16/15.96	c 16	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
16.16/15.97	c 16	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
16.16/15.97	c 16	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
16.16/15.97	c 16	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
16.16/15.98	c 16	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
16.16/15.98	c 16	480 (60%) CSP integer variables are encoded (17332 clauses, 238338 bytes)
16.16/15.99	c 16	560 (70%) CSP integer variables are encoded (17493 clauses, 240753 bytes)
16.16/15.99	c 16	640 (80%) CSP integer variables are encoded (17646 clauses, 243048 bytes)
16.16/15.99	c 16	720 (90%) CSP integer variables are encoded (17806 clauses, 245448 bytes)
16.16/16.00	c 16	800 (100%) CSP integer variables are encoded (17937 clauses, 247413 bytes)
17.91/17.67	c 17	40223 (10%) CSP clauses are encoded (814008 clauses, 15606002 bytes)
19.59/19.33	c 19	80445 (20%) CSP clauses are encoded (1613540 clauses, 31767142 bytes)
21.28/21.06	c 21	120668 (30%) CSP clauses are encoded (2415332 clauses, 48384822 bytes)
22.99/22.74	c 22	160890 (40%) CSP clauses are encoded (3212151 clauses, 65386128 bytes)
24.69/24.41	c 24	201113 (50%) CSP clauses are encoded (4008543 clauses, 82444812 bytes)
26.34/26.18	c 26	241335 (60%) CSP clauses are encoded (4806305 clauses, 99631514 bytes)
28.13/27.96	c 28	281558 (70%) CSP clauses are encoded (5606497 clauses, 117477697 bytes)
29.93/29.75	c 30	321780 (80%) CSP clauses are encoded (6494451 clauses, 137251842 bytes)
32.21/32.08	c 32	362003 (90%) CSP clauses are encoded (7709034 clauses, 163184771 bytes)
34.51/34.34	c 34	402225 (100%) CSP clauses are encoded (8924232 clauses, 189295107 bytes)
34.51/34.34	c 34	402225 CSP clauses encoded
34.51/34.34	c 34	Writing map file : HOME/temp.map
34.51/34.38	c 34	Heap : 176 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.51/34.38	c 34	SAT : 326106 SAT variables, 8924232 SAT clauses, 189295107 bytes
34.51/34.38	c 34	Heap : 176 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.59/34.44	c 34	SOLVING HOME/temp.cnf
34.59/34.44	c 34	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
118.05/117.98	c 118	DECODING HOME/temp.out WITH HOME/temp.map
118.05/117.98	c 118	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
118.15/118.06	c 118	Decoding HOME/temp.out
118.15/118.43	s SATISFIABLE
118.15/118.45	v 30 22 15 43 0 1 42 6 6 2 15 2 23 33 3 9 4 6 4 22 5 6 24 3 2 31 36 16 16 7 8 1 1 27 0 39 1 37 3 31 0 32 35 35 0 6 30 9 11 43 6 9 5 6 5 20 3 0 4 19 4 10 4 8 43 27 2 9 2 29 21 7 30 26 25 9 1 21 21 5 1 11 5 22 3 30 36 8 15 10 13 6 29 39 7 23 14 8 39 17 32 7 16 12 12 7 12 23 0 11 34 13 9 8 14 9 10 18 43 17 13 24 40 14 32 14 11 10 29 40 9 16 20 11 37 0 14 10 2 38 4 12 25 39 1 13 7 11 9 22 17 5 18 32 12 44 2 26 25 15 7 15 13 22 16 14 4 11 18 16 43 18 13 5 26 17 17 19 25 14 20 42 18 8 19 23 37 18 19 19 12 23 21 21 28 22 10 21 3 1 22 27 4 44 41 19 5 21 27 23 23 24 23 12 16 5 24 10 1 38 11 25 26 3 17 20 24 15 14 13 8 20 10 25 13 26 18 11 25 26 16 29 6 20 18 26 27 25 8 2 24 26 28 19 27 20 29 28 28 28 10 17 15 30 30 5 27 31 17 0 29 30 31 31 9 22 15 26 32 27 2 29 30 33 28 31 29 7 32 33 30 34 35 33 28 32 33 35 24 33 31 3 11 42 34 35 34 41 14 8 33 36 10 1 33 34 34 36 8 14 37 31 35 2 18 37 12 32 34 31 34 35 36 24 35 38 37 38 36 40 36 0 12 39 37 43 37 38 36 39 35 40 40 41 42 40 41 4 20 21 39 7 19 40 44 37 39 39 6 42 36 15 16 41 38 40 26 29 40 42 21 21 41 42 43 15 42 25 44 43 41 43 44 32 36 44 43 22 44 38 7 6 1 8 6 8 5 9 5 3 4 8 4 7 4 4 9 7 5 7 4 3 9 5 5 9 5 8 2 4 3 3 2 8 8 6 4 4 7 6 7 8 4 6 3 6 2 9 0 6 1 8 5 4 7 9 3 0 6 5 4 2 1 9 5 7 6 2 2 4 3 1 9 1 6 6 1 0 4 0 9 5 2 0 9 6 4 6 6 6 5 8 2 2 8 7 8 7 4 5 5 9 6 5 0 6 4 6 9 6 8 0 5 4 6 3 5 3 7 7 8 5 3 9 3 5 3 1 8 5 1 4 6 7 9 4 2 4 7 9 8 9 7 8 0 3 3 9 7 8 3 9 9 4 2 9 1 9 5 9 7 8 6 5 9 1 7 8 4 3 3 5 7 6 7 9 2 2 9 4 7 3 6 1 3 5 7 7 6 8 7 3 1 6 9 3 8 7 6 7 4 9 2 7 5 9 8 9 0 9 0 6 2 6 0 3 2 7 6 4 2 2 5 8 6 8 4 2 7 4 0 3 3 1 9 3 8 4 4 8 5 7 0 5 0 4 4 8 2 9 7 6 7 7 2 4 3 6 3 2 9 8 5 5 4 1 6 0 4 5 0 8 7 8 0 9 7 0 6 5 4 6 1 5 8 4 5 0 2 2 0 9 9 4 5 9 1 8 8 6 1 0 1 6 6 5 7 3 3 5 8 8 0 5 9 5 0 9 8 0 2 5 7 0 2 5 8 7 2 2 4 2 2 0 1 7 1 5 0 8 3 2 3 1 0 1 8 6 6 5 3 9 2 4 9 4 7 3 2 5 9 5 4 7 3 6 7 0 2 7 7 3 7 2 3 6 2 9 0 4 2 8 8 2 0 0 1 3 4 9 1 4 0 1 1 5 2 2 2 2
118.15/118.45	c 118	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
118.17/118.50	c 118	CPU 76.81 (0.04 0.01 76.77 41.87)
118.17/118.50	c 118	END Fri Jul  4 19:42:32 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-1077560-1215193233/watcher-1077560-1215193233 -o /tmp/evaluation-result-1077560-1215193233/solver-1077560-1215193233 -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-1077560-1215193233.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.91 0.98 1.08 3/64 4886
/proc/meminfo: memFree=1618064/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=12268 CPUtime=0
/proc/4886/stat : 4886 (sugar) R 4884 4886 1429 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1998293066 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227607804517 0 0 4224 0 0 0 0 17 0 0 0
/proc/4886/statm: 3067 316 241 3 0 167 0

[startup+0.0588991 s]
/proc/loadavg: 0.91 0.98 1.08 3/64 4886
/proc/meminfo: memFree=1618064/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=0.03
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998293066 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4886/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101902 s]
/proc/loadavg: 0.91 0.98 1.08 3/64 4886
/proc/meminfo: memFree=1618064/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=0.03
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998293066 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4886/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301928 s]
/proc/loadavg: 0.91 0.98 1.08 3/64 4886
/proc/meminfo: memFree=1618064/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=0.03
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998293066 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4886/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701977 s]
/proc/loadavg: 0.91 0.98 1.08 3/64 4886
/proc/meminfo: memFree=1618064/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=0.03
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998293066 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4886/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 0.91 0.98 1.08 2/75 4898
/proc/meminfo: memFree=1578544/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=0.03
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998293066 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4886/statm: 3400 796 370 3 0 500 0
[pid=4889] ppid=4886 vsize=5356 CPUtime=0
/proc/4889/stat : 4889 (sh) S 4886 4886 1429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998293070 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4889/statm: 1339 233 193 169 0 50 0
[pid=4890] ppid=4889 vsize=865644 CPUtime=1.53
/proc/4890/stat : 4890 (java) S 4889 4886 1429 0 -1 0 19989 0 1 0 145 8 0 0 18 0 9 0 1998293070 886419456 17066 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4890/statm: 216411 17066 2529 9 0 210993 0
[pid=4890/tid=4891] ppid=4889 vsize=865644 CPUtime=0.77
/proc/4890/task/4891/stat : 4891 (java) R 4889 4886 1429 0 -1 64 3319 0 1 0 75 2 0 0 17 0 9 0 1998293071 886419456 17066 996147200 134512640 134550740 4294956000 18446744073709551615 4126625684 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4890/tid=4892] ppid=4889 vsize=865644 CPUtime=0.64
/proc/4890/task/4892/stat : 4892 (java) S 4889 4886 1429 0 -1 64 15482 0 0 0 59 5 0 0 17 0 9 0 1998293073 886419456 17066 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4890/tid=4893] ppid=4889 vsize=865644 CPUtime=0
/proc/4890/task/4893/stat : 4893 (java) S 4889 4886 1429 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998293073 886419456 17066 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4890/tid=4894] ppid=4889 vsize=865644 CPUtime=0
/proc/4890/task/4894/stat : 4894 (java) S 4889 4886 1429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1998293073 886419456 17066 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4890/tid=4895] ppid=4889 vsize=865644 CPUtime=0
/proc/4890/task/4895/stat : 4895 (java) S 4889 4886 1429 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 1998293075 886419456 17066 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4890/tid=4896] ppid=4889 vsize=865644 CPUtime=0.09
/proc/4890/task/4896/stat : 4896 (java) R 4889 4886 1429 0 -1 64 487 0 0 0 9 0 0 0 16 0 9 0 1998293075 886419456 17066 996147200 134512640 134550740 4294956000 18446744073709551615 101584089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4890/tid=4897] ppid=4889 vsize=865644 CPUtime=0
/proc/4890/task/4897/stat : 4897 (java) S 4889 4886 1429 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1998293075 886419456 17066 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4890/tid=4898] ppid=4889 vsize=865644 CPUtime=0
/proc/4890/task/4898/stat : 4898 (java) S 4889 4886 1429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998293075 886419456 17066 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 884600

[startup+3.10225 s]
/proc/loadavg: 0.91 0.98 1.08 2/75 4898
/proc/meminfo: memFree=1531568/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=0.03
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998293066 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4886/statm: 3400 796 370 3 0 500 0
[pid=4889] ppid=4886 vsize=5356 CPUtime=0
/proc/4889/stat : 4889 (sh) S 4886 4886 1429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998293070 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4889/statm: 1339 233 193 169 0 50 0
[pid=4890] ppid=4889 vsize=865660 CPUtime=3.17
/proc/4890/stat : 4890 (java) S 4889 4886 1429 0 -1 0 31874 0 1 0 302 15 0 0 18 0 9 0 1998293070 886435840 26970 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4890/statm: 216415 26970 2529 9 0 210997 0
[pid=4890/tid=4891] ppid=4889 vsize=865660 CPUtime=1.72
/proc/4890/task/4891/stat : 4891 (java) R 4889 4886 1429 0 -1 64 3921 0 1 0 169 3 0 0 18 0 9 0 1998293071 886435840 26970 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4890/tid=4892] ppid=4889 vsize=865660 CPUtime=1.29
/proc/4890/task/4892/stat : 4892 (java) S 4889 4886 1429 0 -1 64 26737 0 0 0 119 10 0 0 16 0 9 0 1998293073 886435840 26970 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4890/tid=4893] ppid=4889 vsize=865660 CPUtime=0
/proc/4890/task/4893/stat : 4893 (java) S 4889 4886 1429 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998293073 886435840 26970 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4890/tid=4894] ppid=4889 vsize=865660 CPUtime=0
/proc/4890/task/4894/stat : 4894 (java) S 4889 4886 1429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1998293073 886435840 26970 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4890/tid=4895] ppid=4889 vsize=865660 CPUtime=0
/proc/4890/task/4895/stat : 4895 (java) S 4889 4886 1429 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 1998293075 886435840 26970 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4890/tid=4896] ppid=4889 vsize=865660 CPUtime=0.13
/proc/4890/task/4896/stat : 4896 (java) S 4889 4886 1429 0 -1 64 515 0 0 0 13 0 0 0 15 0 9 0 1998293075 886435840 26970 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4890/tid=4897] ppid=4889 vsize=865660 CPUtime=0
/proc/4890/task/4897/stat : 4897 (java) S 4889 4886 1429 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1998293075 886435840 26970 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4890/tid=4898] ppid=4889 vsize=865660 CPUtime=0
/proc/4890/task/4898/stat : 4898 (java) S 4889 4886 1429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998293075 886435840 26970 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 884616

[startup+6.30245 s]
/proc/loadavg: 1.00 1.00 1.08 2/75 4908
/proc/meminfo: memFree=1573360/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=3.29
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 974 32312 0 1 3 0 309 17 15 0 1 0 1998293066 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4886/statm: 3400 797 370 3 0 500 0
[pid=4899] ppid=4886 vsize=5356 CPUtime=0
/proc/4899/stat : 4899 (sh) S 4886 4886 1429 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1998293386 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4899/statm: 1339 233 193 169 0 50 0
[pid=4900] ppid=4899 vsize=869236 CPUtime=3.26
/proc/4900/stat : 4900 (java) S 4899 4886 1429 0 -1 0 17726 0 1 0 315 11 0 0 19 0 9 0 1998293387 890097664 15797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4900/statm: 217309 15797 2540 9 0 211884 0
[pid=4900/tid=4901] ppid=4899 vsize=869236 CPUtime=2
/proc/4900/task/4901/stat : 4901 (java) R 4899 4886 1429 0 -1 64 3352 0 1 0 198 2 0 0 16 0 9 0 1998293387 890097664 15797 996147200 134512640 134550740 4294955952 18446744073709551615 4126464604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4902] ppid=4899 vsize=869236 CPUtime=1.06
/proc/4900/task/4902/stat : 4902 (java) S 4899 4886 1429 0 -1 64 12214 0 0 0 99 7 0 0 16 0 9 0 1998293388 890097664 15797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4900/tid=4903] ppid=4899 vsize=869236 CPUtime=0
/proc/4900/task/4903/stat : 4903 (java) S 4899 4886 1429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998293389 890097664 15797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4900/tid=4904] ppid=4899 vsize=869236 CPUtime=0
/proc/4900/task/4904/stat : 4904 (java) S 4899 4886 1429 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998293389 890097664 15797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4900/tid=4905] ppid=4899 vsize=869236 CPUtime=0
/proc/4900/task/4905/stat : 4905 (java) S 4899 4886 1429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998293390 890097664 15797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4906] ppid=4899 vsize=869236 CPUtime=0.17
/proc/4900/task/4906/stat : 4906 (java) S 4899 4886 1429 0 -1 64 1464 0 0 0 16 1 0 0 16 0 9 0 1998293390 890097664 15797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4900/tid=4907] ppid=4899 vsize=869236 CPUtime=0
/proc/4900/task/4907/stat : 4907 (java) S 4899 4886 1429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998293391 890097664 15797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4908] ppid=4899 vsize=869236 CPUtime=0
/proc/4900/task/4908/stat : 4908 (java) S 4899 4886 1429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998293391 890097664 15797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 888192

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 1.08 2/75 4908
/proc/meminfo: memFree=1466424/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=3.29
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 974 32312 0 1 3 0 309 17 15 0 1 0 1998293066 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4886/statm: 3400 797 370 3 0 500 0
[pid=4899] ppid=4886 vsize=5356 CPUtime=0
/proc/4899/stat : 4899 (sh) S 4886 4886 1429 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1998293386 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4899/statm: 1339 233 193 169 0 50 0
[pid=4900] ppid=4899 vsize=869236 CPUtime=9.67
/proc/4900/stat : 4900 (java) S 4899 4886 1429 0 -1 0 57828 0 1 0 938 29 0 0 19 0 9 0 1998293387 890097664 45740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4900/statm: 217309 45740 2540 9 0 211884 0
[pid=4900/tid=4901] ppid=4899 vsize=869236 CPUtime=5.67
/proc/4900/task/4901/stat : 4901 (java) S 4899 4886 1429 0 -1 64 4539 0 1 0 564 3 0 0 17 0 9 0 1998293387 890097664 45740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4900/tid=4902] ppid=4899 vsize=869236 CPUtime=3.77
/proc/4900/task/4902/stat : 4902 (java) R 4899 4886 1429 0 -1 64 51107 0 0 0 353 24 0 0 17 0 9 0 1998293388 890097664 45740 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4903] ppid=4899 vsize=869236 CPUtime=0
/proc/4900/task/4903/stat : 4903 (java) S 4899 4886 1429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998293389 890097664 45740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4900/tid=4904] ppid=4899 vsize=869236 CPUtime=0
/proc/4900/task/4904/stat : 4904 (java) S 4899 4886 1429 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998293389 890097664 45740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4900/tid=4905] ppid=4899 vsize=869236 CPUtime=0
/proc/4900/task/4905/stat : 4905 (java) S 4899 4886 1429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998293390 890097664 45740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4906] ppid=4899 vsize=869236 CPUtime=0.21
/proc/4900/task/4906/stat : 4906 (java) S 4899 4886 1429 0 -1 64 1486 0 0 0 20 1 0 0 15 0 9 0 1998293390 890097664 45740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4907] ppid=4899 vsize=869236 CPUtime=0
/proc/4900/task/4907/stat : 4907 (java) S 4899 4886 1429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998293391 890097664 45740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4908] ppid=4899 vsize=869236 CPUtime=0
/proc/4900/task/4908/stat : 4908 (java) S 4899 4886 1429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998293391 890097664 45740 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) 888192

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 1.08 1/75 4908
/proc/meminfo: memFree=1275512/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=3.29
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 974 32312 0 1 3 0 309 17 16 0 1 0 1998293066 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4886/statm: 3400 797 370 3 0 500 0
[pid=4899] ppid=4886 vsize=5356 CPUtime=0
/proc/4899/stat : 4899 (sh) S 4886 4886 1429 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1998293386 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4899/statm: 1339 233 193 169 0 50 0
[pid=4900] ppid=4899 vsize=869348 CPUtime=22.44
/proc/4900/stat : 4900 (java) S 4899 4886 1429 0 -1 0 88871 0 1 0 2149 95 0 0 19 0 9 0 1998293387 890212352 63912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4900/statm: 217337 63912 2566 9 0 211884 0
[pid=4900/tid=4901] ppid=4899 vsize=869348 CPUtime=15.39
/proc/4900/task/4901/stat : 4901 (java) R 4899 4886 1429 0 -1 64 5816 0 1 0 1482 57 0 0 17 0 9 0 1998293387 890212352 63912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4902] ppid=4899 vsize=869348 CPUtime=6.76
/proc/4900/task/4902/stat : 4902 (java) S 4899 4886 1429 0 -1 64 80835 0 0 0 640 36 0 0 16 0 9 0 1998293388 890212352 63912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4900/tid=4903] ppid=4899 vsize=869348 CPUtime=0
/proc/4900/task/4903/stat : 4903 (java) S 4899 4886 1429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998293389 890212352 63912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4900/tid=4904] ppid=4899 vsize=869348 CPUtime=0
/proc/4900/task/4904/stat : 4904 (java) S 4899 4886 1429 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998293389 890212352 63912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4905] ppid=4899 vsize=869348 CPUtime=0
/proc/4900/task/4905/stat : 4905 (java) S 4899 4886 1429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998293390 890212352 63912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4906] ppid=4899 vsize=869348 CPUtime=0.27
/proc/4900/task/4906/stat : 4906 (java) S 4899 4886 1429 0 -1 64 1524 0 0 0 26 1 0 0 15 0 9 0 1998293390 890212352 63912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4907] ppid=4899 vsize=869348 CPUtime=0
/proc/4900/task/4907/stat : 4907 (java) S 4899 4886 1429 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998293391 890212352 63912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4900/tid=4908] ppid=4899 vsize=869348 CPUtime=0
/proc/4900/task/4908/stat : 4908 (java) R 4899 4886 1429 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998293391 890212352 63912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.73
Current children cumulated vsize (KiB) 888304

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 4910
/proc/meminfo: memFree=1352696/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=34.64
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 1022 121624 0 2 3 0 3287 174 16 0 1 0 1998293066 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4886/statm: 3400 799 370 3 0 500 0
[pid=4909] ppid=4886 vsize=5356 CPUtime=0
/proc/4909/stat : 4909 (sh) S 4886 4886 1429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998296511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4909/statm: 1339 232 193 169 0 50 0
[pid=4910] ppid=4909 vsize=77636 CPUtime=16.63
/proc/4910/stat : 4910 (picosat) R 4909 4886 1429 0 -1 4194304 18644 0 0 0 767 896 0 0 25 0 1 0 1998296511 79499264 18630 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/4910/statm: 19409 18630 40 102 0 19304 0
Current children cumulated CPU time (s) 51.27
Current children cumulated vsize (KiB) 96592

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 4910
/proc/meminfo: memFree=1130168/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=34.64
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 1022 121624 0 2 3 0 3287 174 16 0 1 0 1998293066 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4886/statm: 3400 799 370 3 0 500 0
[pid=4909] ppid=4886 vsize=5356 CPUtime=0
/proc/4909/stat : 4909 (sh) S 4886 4886 1429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998296511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4909/statm: 1339 232 193 169 0 50 0
[pid=4910] ppid=4909 vsize=310820 CPUtime=67.82
/proc/4910/stat : 4910 (picosat) R 4909 4886 1429 0 -1 4194304 73623 0 0 0 3130 3652 0 0 25 0 1 0 1998296511 318279680 73609 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/4910/statm: 77705 73609 40 102 0 77600 0
Current children cumulated CPU time (s) 102.46
Current children cumulated vsize (KiB) 329776

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

[startup+108.702 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 4910
/proc/meminfo: memFree=1106744/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=34.64
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 1022 121624 0 2 3 0 3287 174 16 0 1 0 1998293066 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4886/statm: 3400 799 370 3 0 500 0
[pid=4909] ppid=4886 vsize=5356 CPUtime=0
/proc/4909/stat : 4909 (sh) S 4886 4886 1429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998296511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4909/statm: 1339 232 193 169 0 50 0
[pid=4910] ppid=4909 vsize=334184 CPUtime=74.22
/proc/4910/stat : 4910 (picosat) R 4909 4886 1429 0 -1 4194304 80441 0 0 0 3427 3995 0 0 25 0 1 0 1998296511 342204416 80427 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/4910/statm: 83546 80427 40 102 0 83441 0
Current children cumulated CPU time (s) 108.86
Current children cumulated vsize (KiB) 353140

[startup+115.102 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 4910
/proc/meminfo: memFree=1100792/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=34.64
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 1022 121624 0 2 3 0 3287 174 16 0 1 0 1998293066 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4886/statm: 3400 799 370 3 0 500 0
[pid=4909] ppid=4886 vsize=5356 CPUtime=0
/proc/4909/stat : 4909 (sh) S 4886 4886 1429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998296511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4909/statm: 1339 232 193 169 0 50 0
[pid=4910] ppid=4909 vsize=338832 CPUtime=80.61
/proc/4910/stat : 4910 (picosat) R 4909 4886 1429 0 -1 4194304 80866 0 0 0 4058 4003 0 0 25 0 1 0 1998296511 346963968 80850 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/4910/statm: 84708 80850 48 102 0 84603 0
Current children cumulated CPU time (s) 115.25
Current children cumulated vsize (KiB) 357788

[startup+116.702 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 4910
/proc/meminfo: memFree=1100664/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=34.64
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 1022 121624 0 2 3 0 3287 174 16 0 1 0 1998293066 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4886/statm: 3400 799 370 3 0 500 0
[pid=4909] ppid=4886 vsize=5356 CPUtime=0
/proc/4909/stat : 4909 (sh) S 4886 4886 1429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998296511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4909/statm: 1339 232 193 169 0 50 0
[pid=4910] ppid=4909 vsize=338832 CPUtime=82.21
/proc/4910/stat : 4910 (picosat) R 4909 4886 1429 0 -1 4194304 80910 0 0 0 4218 4003 0 0 25 0 1 0 1998296511 346963968 80894 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/4910/statm: 84708 80894 48 102 0 84603 0
Current children cumulated CPU time (s) 116.85
Current children cumulated vsize (KiB) 357788

[startup+117.502 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 4910
/proc/meminfo: memFree=1100664/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=34.64
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 1022 121624 0 2 3 0 3287 174 16 0 1 0 1998293066 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4886/statm: 3400 799 370 3 0 500 0
[pid=4909] ppid=4886 vsize=5356 CPUtime=0
/proc/4909/stat : 4909 (sh) S 4886 4886 1429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998296511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4909/statm: 1339 232 193 169 0 50 0
[pid=4910] ppid=4909 vsize=342932 CPUtime=83.01
/proc/4910/stat : 4910 (picosat) R 4909 4886 1429 0 -1 4194304 80978 0 0 0 4298 4003 0 0 25 0 1 0 1998296511 351162368 80962 996147200 134512640 134931368 4294956256 18446744073709551615 134604509 0 0 4096 0 0 0 0 17 0 0 0
/proc/4910/statm: 85733 80962 52 102 0 85628 0
Current children cumulated CPU time (s) 117.65
Current children cumulated vsize (KiB) 361888

[startup+118.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 4910
/proc/meminfo: memFree=1097848/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=118.15
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 1091 202888 0 2 3 0 7628 4184 16 0 1 0 1998293066 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4886/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 118.15
Current children cumulated vsize (KiB) 13600

[startup+118.502 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 4910
/proc/meminfo: memFree=1097848/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=118.17
/proc/4886/stat : 4886 (sugar) S 4884 4886 1429 0 -1 4194304 1092 202888 0 2 4 1 7628 4184 16 0 1 0 1998293066 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4886/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 118.17
Current children cumulated vsize (KiB) 13600

[startup+118.602 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 4910
/proc/meminfo: memFree=1097848/2055920 swapFree=4179828/4192956
[pid=4886] ppid=4884 vsize=13600 CPUtime=118.78
/proc/4886/stat : 4886 (sugar) R 4884 4886 1429 0 -1 4194304 1120 206894 0 3 4 10 7677 4187 17 0 1 0 1998293066 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227607811113 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4886/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 118.78
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 118.605
CPU time (s): 118.807
CPU user time (s): 76.8183
CPU system time (s): 41.9886
CPU usage (%): 100.17
Max. virtual memory (cumulated for all children) (KiB): 908680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.8183
system time used= 41.9886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208044
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= 4259
involuntary context switches= 1791

runsolver used 0.120981 second user time and 0.343947 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-04 19:40:34
IDJOB=1077560
IDBENCH=56689
IDSOLVER=345
FILE ID=node66/1077560-1215193233
PBS_JOBID= 7881545
Free space on /tmp= 66408 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 094ea096617f0707c333e4e4098131ca
RANDOM SEED=109828804

node66.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:       1618608 kB
Buffers:         57460 kB
Cached:         315164 kB
SwapCached:       6748 kB
Active:         202564 kB
Inactive:       178280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618608 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:           10348 kB
Writeback:           0 kB
Mapped:          14128 kB
Slab:            42452 kB
Committed_AS:  4026424 kB
PageTables:       1480 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= 66404 MiB
End job on node66 at 2008-07-04 19:42:32