Trace number 1058391

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 111.339 114.01

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-8.xml
MD5SUM6ffc155fe35ccd8e570b991c75a33724
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.339
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints47551
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension47302
Global constraints used (with number of constraints)alldifferent(249)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:53:34 2008
0.00/0.05	c 0	PID 6769
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058391-1215114814.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-1058391-1215114814.xml' 'HOME/temp.csp'
2.70/2.87	c 3	35 domains, 800 variables, 1 predicates, 0 relations, 47551 constraints
2.77/2.93	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.77/2.93	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'
2.78/3.01	c 3	Parsing HOME/temp.csp
3.12/3.40	c 4	parsed 10000 expressions
3.52/3.73	c 4	parsed 20000 expressions
3.71/3.98	c 4	parsed 30000 expressions
4.01/4.29	c 5	parsed 40000 expressions
4.31/4.51	c 5	parsed 48387 expressions
4.31/4.52	c 5	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.31/4.52	c 5	Converting to clausal form CSP
4.89/5.19	c 5	converted 4839 (10%) expressions
5.29/5.56	c 6	converted 9678 (20%) expressions
5.87/6.17	c 6	converted 14517 (30%) expressions
6.26/6.53	c 7	converted 19355 (40%) expressions
6.64/6.92	c 7	converted 24194 (50%) expressions
7.34/7.66	c 8	converted 29033 (60%) expressions
7.72/8.07	c 8	converted 33871 (70%) expressions
8.12/8.43	c 9	converted 38710 (80%) expressions
8.52/8.83	c 9	converted 43549 (90%) expressions
10.47/10.88	c 11	converted 48387 (100%) expressions
10.47/10.88	c 11	CSP : 800 integers, 0 booleans, 84250 clauses, largest domain size 45
10.47/10.88	c 11	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.47/10.88	c 11	Propagation in CSP
11.05/11.46	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.05/11.46	c 12	CSP : 800 integers, 0 booleans, 84250 clauses, largest domain size 45
11.05/11.46	c 12	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.05/11.49	c 12	Simplifing CSP by introducing new Boolean variables
13.60/14.03	c 14	CSP : 800 integers, 249482 booleans, 333732 clauses, largest domain size 45
13.60/14.03	c 14	Heap : 191 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.69/15.18	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.78/15.23	c 16	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
14.78/15.24	c 16	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
14.78/15.24	c 16	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
14.78/15.25	c 16	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
14.78/15.25	c 16	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
14.78/15.26	c 16	480 (60%) CSP integer variables are encoded (17287 clauses, 237663 bytes)
14.78/15.26	c 16	560 (70%) CSP integer variables are encoded (17395 clauses, 239283 bytes)
14.78/15.27	c 16	640 (80%) CSP integer variables are encoded (17504 clauses, 240918 bytes)
14.78/15.27	c 16	720 (90%) CSP integer variables are encoded (17570 clauses, 241908 bytes)
14.78/15.27	c 16	800 (100%) CSP integer variables are encoded (17664 clauses, 243318 bytes)
16.34/16.85	c 17	33374 (10%) CSP clauses are encoded (698860 clauses, 13480724 bytes)
17.81/18.34	c 19	66747 (20%) CSP clauses are encoded (1371578 clauses, 27059789 bytes)
19.28/19.85	c 20	100120 (30%) CSP clauses are encoded (2054069 clauses, 40883163 bytes)
20.74/21.39	c 22	133493 (40%) CSP clauses are encoded (2725592 clauses, 55146904 bytes)
22.29/22.97	c 23	166866 (50%) CSP clauses are encoded (3402311 clauses, 69677199 bytes)
23.85/24.55	c 25	200240 (60%) CSP clauses are encoded (4070536 clauses, 84456705 bytes)
25.52/26.26	c 27	233613 (70%) CSP clauses are encoded (4839774 clauses, 101531421 bytes)
27.56/28.54	c 29	266986 (80%) CSP clauses are encoded (5847307 clauses, 123173277 bytes)
29.61/30.61	c 31	300359 (90%) CSP clauses are encoded (6855324 clauses, 144774297 bytes)
31.57/32.66	c 33	333732 (100%) CSP clauses are encoded (7863693 clauses, 166438911 bytes)
31.57/32.66	c 33	333732 CSP clauses encoded
31.57/32.66	c 33	Writing map file : HOME/temp.map
31.66/32.70	c 33	Heap : 156 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.66/32.70	c 33	SAT : 267853 SAT variables, 7863693 SAT clauses, 166438911 bytes
31.66/32.70	c 33	Heap : 156 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.71/32.81	c 33	SOLVING HOME/temp.cnf
31.71/32.81	c 33	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
110.55/113.23	c 114	DECODING HOME/temp.out WITH HOME/temp.map
110.55/113.23	c 114	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
110.65/113.32	c 114	Decoding HOME/temp.out
111.13/113.85	s SATISFIABLE
111.13/113.88	v 35 13 13 14 40 7 18 9 1 25 36 29 3 3 7 23 5 41 0 9 42 4 0 3 44 9 28 2 1 7 30 1 4 41 24 2 43 1 27 39 20 11 3 4 31 4 2 3 21 43 20 5 38 23 2 3 5 43 42 3 14 5 7 6 3 13 2 4 42 38 25 24 1 2 10 5 12 6 8 7 0 9 8 39 6 5 30 6 31 10 6 14 11 8 10 11 5 14 4 11 11 6 7 8 12 8 13 44 12 18 4 15 13 16 31 21 5 9 1 9 20 40 7 9 17 10 11 2 18 8 21 8 7 15 19 20 17 23 21 26 17 18 8 42 8 22 44 23 10 9 24 33 21 0 3 11 15 14 16 23 26 13 41 5 10 17 33 25 38 26 18 20 14 35 16 27 13 34 28 29 32 32 15 17 22 14 8 16 27 43 28 23 23 30 31 39 20 12 19 22 0 44 13 6 15 18 19 1 19 16 10 23 15 25 44 19 29 17 24 18 6 17 7 25 26 29 42 36 40 26 32 1 25 19 30 28 2 39 20 2 19 22 20 22 1 37 22 14 27 42 30 30 10 16 31 32 26 34 29 4 20 11 12 21 24 24 1 19 25 26 27 13 15 31 24 12 25 22 36 19 22 24 7 16 0 12 26 27 30 25 6 27 17 0 38 34 28 6 25 10 28 43 38 33 0 35 29 28 34 29 41 30 27 29 32 34 35 33 33 31 39 30 28 18 34 35 36 36 0 17 32 31 34 33 32 33 37 32 44 15 35 12 44 5 39 27 15 41 42 32 9 22 39 11 31 21 43 38 21 36 35 41 40 16 29 40 14 39 43 44 40 34 2 36 9 24 37 18 20 44 23 38 16 39 37 4 40 40 41 33 37 42 19 42 41 43 34 33 37 3 7 6 4 2 2 7 7 1 2 6 8 7 2 1 5 2 2 5 0 5 0 9 7 3 6 2 1 0 9 3 8 5 1 1 9 3 2 6 8 1 3 7 9 0 0 8 7 4 5 1 0 6 6 1 2 8 4 6 1 5 1 9 2 3 6 1 9 5 2 7 8 0 3 6 2 0 2 2 8 9 9 0 2 0 1 8 3 0 5 5 6 9 0 6 0 1 3 0 6 4 3 8 6 5 9 7 8 1 3 2 3 1 2 8 1 2 1 3 4 7 6 1 0 9 1 7 2 5 8 0 8 9 1 8 5 5 3 0 1 2 7 3 1 7 4 6 7 4 6 8 8 4 4 8 7 9 4 7 0 7 8 7 4 5 9 6 7 2 8 0 6 1 8 3 5 3 3 6 8 2 2 1 2 0 9 6 3 9 1 0 5 9 5 2 9 2 8 0 3 5 5 2 9 5 9 0 7 7 9 2 1 8 6 1 0 1 8 9 3 9 4 2 8 7 5 4 4 0 9 6 7 1 4 6 9 6 8 9 2 1 8 4 7 8 8 6 1 4 7 3 1 0 3 4 7 0 7 7 3 2 4 6 1 7 1 2 0 4 5 9 9 0 3 6 4 4 0 2 2 2 0 6 4 7 2 8 1 5 7 3 7 2 8 1 2 0 2 9 9 8 9 3 3 2 3 0 0 7 2 9 0 6 6 1 6 1 9 8 1 2 8 5 0 1 4 2 3 9 6 4 5 3 9 0 9 3 0 8 3 7 6 7 9 7 6 0 0 7 6 4 4 7 3 5 8 0 7 0 9 7 8 9 5 3 6 0 3 4 4 4 4 3 4 6 6 7 7 5 9 5 6 9 6 7 2 7 7 8 6 6 8 9 0 8 2 9 8 9 9 0
111.13/113.89	c 114	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
111.21/113.92	c 114	CPU 71.53 (0.04 0.01 71.49 39.69)
111.21/113.92	c 114	END Thu Jul  3 21:55:28 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-1058391-1215114814/watcher-1058391-1215114814 -o /tmp/evaluation-result-1058391-1215114814/solver-1058391-1215114814 -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-1058391-1215114814.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: 2.22 2.24 2.09 4/93 6769
/proc/meminfo: memFree=1160672/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=4708 CPUtime=0
/proc/6769/stat : 6769 (sugar) R 6767 6769 5869 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 1990455697 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 221233870892 0 0 4096 0 0 0 0 17 1 0 0
/proc/6769/statm: 1177 40 31 3 0 8 0

[startup+0.110216 s]
/proc/loadavg: 2.22 2.24 2.09 4/93 6769
/proc/meminfo: memFree=1160672/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=0.03
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990455697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202232 s]
/proc/loadavg: 2.22 2.24 2.09 4/93 6769
/proc/meminfo: memFree=1160672/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=0.03
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990455697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302247 s]
/proc/loadavg: 2.22 2.24 2.09 4/93 6769
/proc/meminfo: memFree=1160672/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=0.03
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990455697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702328 s]
/proc/loadavg: 2.22 2.24 2.09 4/93 6769
/proc/meminfo: memFree=1160672/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=0.03
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990455697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50148 s]
/proc/loadavg: 2.20 2.24 2.09 3/104 6781
/proc/meminfo: memFree=1128904/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=0.03
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990455697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 796 370 3 0 500 0
[pid=6772] ppid=6769 vsize=5356 CPUtime=0
/proc/6772/stat : 6772 (sh) S 6769 6769 5869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990455703 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6772/statm: 1339 233 193 169 0 50 0
[pid=6773] ppid=6772 vsize=864676 CPUtime=1.39
/proc/6773/stat : 6773 (java) S 6772 6769 5869 0 -1 0 15127 0 1 0 131 8 0 0 18 0 9 0 1990455703 885428224 13168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6773/statm: 216169 13168 2529 9 0 210751 0
[pid=6773/tid=6774] ppid=6772 vsize=864676 CPUtime=0.83
/proc/6773/task/6774/stat : 6774 (java) R 6772 6769 5869 0 -1 64 3017 0 1 0 80 3 0 0 24 0 9 0 1990455704 885428224 13168 996147200 134512640 134550740 4294956016 18446744073709551615 4125978359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6773/tid=6775] ppid=6772 vsize=864676 CPUtime=0.44
/proc/6773/task/6775/stat : 6775 (java) S 6772 6769 5869 0 -1 64 10916 0 0 0 40 4 0 0 16 0 9 0 1990455705 885428224 13168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6773/tid=6776] ppid=6772 vsize=864676 CPUtime=0
/proc/6773/task/6776/stat : 6776 (java) S 6772 6769 5869 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990455706 885428224 13168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6773/tid=6777] ppid=6772 vsize=864676 CPUtime=0
/proc/6773/task/6777/stat : 6777 (java) S 6772 6769 5869 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990455706 885428224 13168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6773/tid=6778] ppid=6772 vsize=864676 CPUtime=0
/proc/6773/task/6778/stat : 6778 (java) S 6772 6769 5869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990455708 885428224 13168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6773/tid=6779] ppid=6772 vsize=864676 CPUtime=0.09
/proc/6773/task/6779/stat : 6779 (java) S 6772 6769 5869 0 -1 64 494 0 0 0 9 0 0 0 16 0 9 0 1990455708 885428224 13168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6773/tid=6780] ppid=6772 vsize=864676 CPUtime=0
/proc/6773/task/6780/stat : 6780 (java) S 6772 6769 5869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990455708 885428224 13168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6773/tid=6781] ppid=6772 vsize=864676 CPUtime=0
/proc/6773/task/6781/stat : 6781 (java) S 6772 6769 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990455708 885428224 13168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883632

[startup+3.10178 s]
/proc/loadavg: 2.20 2.24 2.09 3/104 6781
/proc/meminfo: memFree=1091144/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=2.78
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 973 23878 0 1 3 0 260 15 16 0 1 0 1990455697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 13600

[startup+6.30138 s]
/proc/loadavg: 2.20 2.24 2.09 3/104 6791
/proc/meminfo: memFree=1114376/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=2.78
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 974 23878 0 1 3 0 260 15 15 0 1 0 1990455697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 797 370 3 0 500 0
[pid=6782] ppid=6769 vsize=5356 CPUtime=0
/proc/6782/stat : 6782 (sh) S 6769 6769 5869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990455991 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6782/statm: 1339 233 193 169 0 50 0
[pid=6783] ppid=6782 vsize=868400 CPUtime=3.28
/proc/6783/stat : 6783 (java) S 6782 6769 5869 0 -1 0 17562 0 1 0 317 11 0 0 18 0 9 0 1990455991 889241600 15914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6783/statm: 217100 15914 2540 9 0 211675 0
[pid=6783/tid=6784] ppid=6782 vsize=868400 CPUtime=2
/proc/6783/task/6784/stat : 6784 (java) R 6782 6769 5869 0 -1 64 3327 0 1 0 197 3 0 0 25 0 9 0 1990455992 889241600 15914 996147200 134512640 134550740 4294955952 18446744073709551615 4126601367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6785] ppid=6782 vsize=868400 CPUtime=1.07
/proc/6783/task/6785/stat : 6785 (java) S 6782 6769 5869 0 -1 64 12078 0 0 0 101 6 0 0 16 0 9 0 1990455993 889241600 15914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6786] ppid=6782 vsize=868400 CPUtime=0
/proc/6783/task/6786/stat : 6786 (java) S 6782 6769 5869 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990455993 889241600 15914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6787] ppid=6782 vsize=868400 CPUtime=0
/proc/6783/task/6787/stat : 6787 (java) S 6782 6769 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990455993 889241600 15914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6788] ppid=6782 vsize=868400 CPUtime=0
/proc/6783/task/6788/stat : 6788 (java) S 6782 6769 5869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990455995 889241600 15914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6789] ppid=6782 vsize=868400 CPUtime=0.18
/proc/6783/task/6789/stat : 6789 (java) S 6782 6769 5869 0 -1 64 1461 0 0 0 18 0 0 0 17 0 9 0 1990455995 889241600 15914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6790] ppid=6782 vsize=868400 CPUtime=0
/proc/6783/task/6790/stat : 6790 (java) S 6782 6769 5869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990455995 889241600 15914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6791] ppid=6782 vsize=868400 CPUtime=0
/proc/6783/task/6791/stat : 6791 (java) S 6782 6769 5869 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990455995 889241600 15914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887356

[startup+12.7026 s]
/proc/loadavg: 2.24 2.24 2.09 4/104 6791
/proc/meminfo: memFree=988808/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=2.78
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 974 23878 0 1 3 0 260 15 15 0 1 0 1990455697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 797 370 3 0 500 0
[pid=6782] ppid=6769 vsize=5356 CPUtime=0
/proc/6782/stat : 6782 (sh) S 6769 6769 5869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990455991 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6782/statm: 1339 233 193 169 0 50 0
[pid=6783] ppid=6782 vsize=880656 CPUtime=9.55
/proc/6783/stat : 6783 (java) S 6782 6769 5869 0 -1 0 63037 0 1 0 922 33 0 0 18 0 9 0 1990455991 901791744 50869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6783/statm: 220164 50869 2540 9 0 214739 0
[pid=6783/tid=6784] ppid=6782 vsize=880656 CPUtime=5
/proc/6783/task/6784/stat : 6784 (java) R 6782 6769 5869 0 -1 64 4465 0 1 0 496 4 0 0 25 0 9 0 1990455992 901791744 50869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6785] ppid=6782 vsize=880656 CPUtime=4.31
/proc/6783/task/6785/stat : 6785 (java) R 6782 6769 5869 0 -1 64 56392 0 0 0 404 27 0 0 16 0 9 0 1990455993 901791744 50869 996147200 134512640 134550740 4294955952 18446744073709551615 101574362 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6786] ppid=6782 vsize=880656 CPUtime=0
/proc/6783/task/6786/stat : 6786 (java) S 6782 6769 5869 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990455993 901791744 50869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6787] ppid=6782 vsize=880656 CPUtime=0
/proc/6783/task/6787/stat : 6787 (java) S 6782 6769 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990455993 901791744 50869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6788] ppid=6782 vsize=880656 CPUtime=0
/proc/6783/task/6788/stat : 6788 (java) S 6782 6769 5869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990455995 901791744 50869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6789] ppid=6782 vsize=880656 CPUtime=0.21
/proc/6783/task/6789/stat : 6789 (java) S 6782 6769 5869 0 -1 64 1484 0 0 0 21 0 0 0 15 0 9 0 1990455995 901791744 50869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6790] ppid=6782 vsize=880656 CPUtime=0
/proc/6783/task/6790/stat : 6790 (java) S 6782 6769 5869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990455995 901791744 50869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6791] ppid=6782 vsize=880656 CPUtime=0
/proc/6783/task/6791/stat : 6791 (java) S 6782 6769 5869 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990455995 901791744 50869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 899612

[startup+25.503 s]
/proc/loadavg: 2.21 2.24 2.09 3/104 6791
/proc/meminfo: memFree=848584/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=2.78
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 974 23878 0 1 3 0 260 15 16 0 1 0 1990455697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 797 370 3 0 500 0
[pid=6782] ppid=6769 vsize=5356 CPUtime=0
/proc/6782/stat : 6782 (sh) S 6769 6769 5869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990455991 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6782/statm: 1339 233 193 169 0 50 0
[pid=6783] ppid=6782 vsize=868512 CPUtime=22.06
/proc/6783/stat : 6783 (java) S 6782 6769 5869 0 -1 0 83620 0 1 0 2105 101 0 0 18 0 9 0 1990455991 889356288 56840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6783/statm: 217128 56840 2566 9 0 211675 0
[pid=6783/tid=6784] ppid=6782 vsize=868512 CPUtime=15.06
/proc/6783/task/6784/stat : 6784 (java) R 6782 6769 5869 0 -1 64 5918 0 1 0 1445 61 0 0 25 0 9 0 1990455992 889356288 56840 996147200 134512640 134550740 4294955952 18446744073709551615 4127045560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6785] ppid=6782 vsize=868512 CPUtime=6.69
/proc/6783/task/6785/stat : 6785 (java) S 6782 6769 5869 0 -1 64 75484 0 0 0 632 37 0 0 16 0 9 0 1990455993 889356288 56840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6786] ppid=6782 vsize=868512 CPUtime=0
/proc/6783/task/6786/stat : 6786 (java) S 6782 6769 5869 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990455993 889356288 56840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6787] ppid=6782 vsize=868512 CPUtime=0
/proc/6783/task/6787/stat : 6787 (java) S 6782 6769 5869 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990455993 889356288 56840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6788] ppid=6782 vsize=868512 CPUtime=0
/proc/6783/task/6788/stat : 6788 (java) S 6782 6769 5869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990455995 889356288 56840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6789] ppid=6782 vsize=868512 CPUtime=0.27
/proc/6783/task/6789/stat : 6789 (java) S 6782 6769 5869 0 -1 64 1522 0 0 0 27 0 0 0 16 0 9 0 1990455995 889356288 56840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6790] ppid=6782 vsize=868512 CPUtime=0
/proc/6783/task/6790/stat : 6790 (java) S 6782 6769 5869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990455995 889356288 56840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6783/tid=6791] ppid=6782 vsize=868512 CPUtime=0
/proc/6783/task/6791/stat : 6791 (java) S 6782 6769 5869 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990455995 889356288 56840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 887468

[startup+51.1028 s]
/proc/loadavg: 2.13 2.22 2.09 4/96 6793
/proc/meminfo: memFree=921224/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=31.74
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 1022 107909 0 2 4 1 3005 164 16 0 1 0 1990455697 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 799 370 3 0 500 0
[pid=6792] ppid=6769 vsize=5356 CPUtime=0
/proc/6792/stat : 6792 (sh) S 6769 6769 5869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458978 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6792/statm: 1339 232 193 169 0 50 0
[pid=6793] ppid=6792 vsize=77628 CPUtime=17.92
/proc/6793/stat : 6793 (picosat) R 6792 6769 5869 0 -1 4194304 18598 0 0 0 820 972 0 0 25 0 1 0 1990458979 79491072 18584 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 19407 18584 40 102 0 19302 0
Current children cumulated CPU time (s) 49.66
Current children cumulated vsize (KiB) 96584

[startup+102.302 s]
/proc/loadavg: 2.05 2.18 2.08 3/96 6793
/proc/meminfo: memFree=719752/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=31.74
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 1022 107909 0 2 4 1 3005 164 16 0 1 0 1990455697 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 799 370 3 0 500 0
[pid=6792] ppid=6769 vsize=5356 CPUtime=0
/proc/6792/stat : 6792 (sh) S 6769 6769 5869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458978 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6792/statm: 1339 232 193 169 0 50 0
[pid=6793] ppid=6792 vsize=278836 CPUtime=68.13
/proc/6793/stat : 6793 (picosat) R 6792 6769 5869 0 -1 4194304 68387 0 0 0 3150 3663 0 0 25 0 1 0 1990458979 285528064 68373 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 69709 68373 40 102 0 69604 0
Current children cumulated CPU time (s) 99.87
Current children cumulated vsize (KiB) 297792

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

[startup+102.407 s]
/proc/loadavg: 2.05 2.18 2.08 3/96 6793
/proc/meminfo: memFree=719752/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=31.74
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 1022 107909 0 2 4 1 3005 164 16 0 1 0 1990455697 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 799 370 3 0 500 0
[pid=6792] ppid=6769 vsize=5356 CPUtime=0
/proc/6792/stat : 6792 (sh) S 6769 6769 5869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458978 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6792/statm: 1339 232 193 169 0 50 0
[pid=6793] ppid=6792 vsize=279232 CPUtime=68.23
/proc/6793/stat : 6793 (picosat) R 6792 6769 5869 0 -1 4194304 68479 0 0 0 3154 3669 0 0 25 0 1 0 1990458979 285933568 68465 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 69808 68465 40 102 0 69703 0
Current children cumulated CPU time (s) 99.97
Current children cumulated vsize (KiB) 298188

[startup+108.802 s]
/proc/loadavg: 2.05 2.17 2.08 3/96 6793
/proc/meminfo: memFree=709000/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=31.74
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 1022 107909 0 2 4 1 3005 164 16 0 1 0 1990455697 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 799 370 3 0 500 0
[pid=6792] ppid=6769 vsize=5356 CPUtime=0
/proc/6792/stat : 6792 (sh) S 6769 6769 5869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458978 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6792/statm: 1339 232 193 169 0 50 0
[pid=6793] ppid=6792 vsize=307276 CPUtime=74.5
/proc/6793/stat : 6793 (picosat) R 6792 6769 5869 0 -1 4194304 71088 0 0 0 3656 3794 0 0 25 0 1 0 1990458979 314650624 71062 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 76819 71062 42 102 0 76714 0
Current children cumulated CPU time (s) 106.24
Current children cumulated vsize (KiB) 326232

[startup+112.002 s]
/proc/loadavg: 2.04 2.17 2.08 3/96 6793
/proc/meminfo: memFree=708808/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=31.74
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 1022 107909 0 2 4 1 3005 164 16 0 1 0 1990455697 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 799 370 3 0 500 0
[pid=6792] ppid=6769 vsize=5356 CPUtime=0
/proc/6792/stat : 6792 (sh) S 6769 6769 5869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458978 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6792/statm: 1339 232 193 169 0 50 0
[pid=6793] ppid=6792 vsize=307276 CPUtime=77.64
/proc/6793/stat : 6793 (picosat) R 6792 6769 5869 0 -1 4194304 71169 0 0 0 3970 3794 0 0 25 0 1 0 1990458979 314650624 71143 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 76819 71143 42 102 0 76714 0
Current children cumulated CPU time (s) 109.38
Current children cumulated vsize (KiB) 326232

[startup+112.801 s]
/proc/loadavg: 2.04 2.17 2.08 3/96 6793
/proc/meminfo: memFree=708680/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=31.74
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 1022 107909 0 2 4 1 3005 164 16 0 1 0 1990455697 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 799 370 3 0 500 0
[pid=6792] ppid=6769 vsize=5356 CPUtime=0
/proc/6792/stat : 6792 (sh) S 6769 6769 5869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458978 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6792/statm: 1339 232 193 169 0 50 0
[pid=6793] ppid=6792 vsize=308304 CPUtime=78.42
/proc/6793/stat : 6793 (picosat) R 6792 6769 5869 0 -1 4194304 71186 0 0 0 4047 3795 0 0 25 0 1 0 1990458979 315703296 71160 996147200 134512640 134931368 4294956256 18446744073709551615 134668094 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 77076 71160 47 102 0 76971 0
Current children cumulated CPU time (s) 110.16
Current children cumulated vsize (KiB) 327260

[startup+113.602 s]
/proc/loadavg: 2.04 2.17 2.08 4/104 6803
/proc/meminfo: memFree=987912/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=110.6
/proc/6769/stat : 6769 (sugar) S 6767 6769 5869 0 -1 4194304 1091 179381 0 2 4 1 7090 3965 16 0 1 0 1990455697 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6769/statm: 3400 799 370 3 0 500 0
[pid=6794] ppid=6769 vsize=5356 CPUtime=0
/proc/6794/stat : 6794 (sh) S 6769 6769 5869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990467020 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6794/statm: 1339 233 193 169 0 50 0
[pid=6795] ppid=6794 vsize=864040 CPUtime=0.34
/proc/6795/stat : 6795 (java) S 6794 6769 5869 0 -1 0 3544 0 1 0 31 3 0 0 18 0 9 0 1990467021 884776960 3013 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6795/statm: 216010 3013 1671 9 0 210592 0
[pid=6795/tid=6796] ppid=6794 vsize=864040 CPUtime=0.27
/proc/6795/task/6796/stat : 6796 (java) R 6794 6769 5869 0 -1 64 2473 0 1 0 26 1 0 0 19 0 9 0 1990467022 884776960 3013 996147200 134512640 134550740 4294956000 18446744073709551615 4125969536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6795/tid=6797] ppid=6794 vsize=864040 CPUtime=0
/proc/6795/task/6797/stat : 6797 (java) S 6794 6769 5869 0 -1 64 79 0 0 0 0 0 0 0 16 0 9 0 1990467023 884776960 3013 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6795/tid=6798] ppid=6794 vsize=864040 CPUtime=0
/proc/6795/task/6798/stat : 6798 (java) S 6794 6769 5869 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990467024 884776960 3013 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6795/tid=6799] ppid=6794 vsize=864040 CPUtime=0
/proc/6795/task/6799/stat : 6799 (java) S 6794 6769 5869 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990467024 884776960 3013 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6795/tid=6800] ppid=6794 vsize=864040 CPUtime=0
/proc/6795/task/6800/stat : 6800 (java) S 6794 6769 5869 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990467026 884776960 3013 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6795/tid=6801] ppid=6794 vsize=864040 CPUtime=0.04
/proc/6795/task/6801/stat : 6801 (java) R 6794 6769 5869 0 -1 64 300 0 0 0 4 0 0 0 19 0 9 0 1990467026 884776960 3013 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6795/tid=6802] ppid=6794 vsize=864040 CPUtime=0
/proc/6795/task/6802/stat : 6802 (java) S 6794 6769 5869 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990467026 884776960 3013 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6795/tid=6803] ppid=6794 vsize=864040 CPUtime=0
/proc/6795/task/6803/stat : 6803 (java) R 6794 6769 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990467026 884776960 3013 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 110.94
Current children cumulated vsize (KiB) 882996

[startup+114.008 s]
/proc/loadavg: 2.04 2.17 2.08 4/104 6803
/proc/meminfo: memFree=987912/2055920 swapFree=4180412/4192956
[pid=6769] ppid=6767 vsize=13600 CPUtime=111.32
/proc/6769/stat : 6769 (sugar) R 6767 6769 5869 0 -1 4194304 1120 183341 0 3 4 10 7149 3969 16 0 1 0 1990455697 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/6769/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 111.32
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 114.01
CPU time (s): 111.339
CPU user time (s): 71.5401
CPU system time (s): 39.7989
CPU usage (%): 97.6572
Max. virtual memory (cumulated for all children) (KiB): 909848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.5401
system time used= 39.7989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184491
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= 8261
involuntary context switches= 12136

runsolver used 0.132979 second user time and 0.418936 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-03 21:53:34
IDJOB=1058391
IDBENCH=54125
IDSOLVER=345
FILE ID=node21/1058391-1215114814
PBS_JOBID= 7877162
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-8.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-1058391-1215114814/watcher-1058391-1215114814 -o /tmp/evaluation-result-1058391-1215114814/solver-1058391-1215114814 -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-1058391-1215114814.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ffc155fe35ccd8e570b991c75a33724
RANDOM SEED=27601113

node21.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.263
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.263
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:       1161152 kB
Buffers:         51748 kB
Cached:         334412 kB
SwapCached:       6608 kB
Active:         635712 kB
Inactive:       192640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1161152 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            7924 kB
Writeback:           0 kB
Mapped:         458484 kB
Slab:            50372 kB
Committed_AS:  4070792 kB
PageTables:       2872 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= 66520 MiB
End job on node21 at 2008-07-03 21:55:28