Trace number 1095077

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+picosatUNSAT 93.8287 95.0922

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-10.xml
MD5SUMd91c77ce7b00fdc4c403dfe3f5ffc37c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.06884
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 19:58:15 2008
0.00/0.05	c 0	PID 12241
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1095077-1215280695.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-1095077-1215280695.xml' 'HOME/temp.csp'
0.04/0.84	c 1	8 domains, 260 variables, 8 predicates, 0 relations, 3927 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/0.98	c 1	Parsing HOME/temp.csp
1.09/1.25	c 1	parsed 4203 expressions
1.09/1.25	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.25	c 1	Converting to clausal form CSP
1.59/1.71	c 2	converted 421 (10%) expressions
2.28/2.42	c 2	converted 841 (20%) expressions
2.78/2.94	c 3	converted 1261 (30%) expressions
3.26/3.48	c 4	converted 1682 (40%) expressions
3.76/3.98	c 4	converted 2102 (50%) expressions
4.35/4.53	c 5	converted 2522 (60%) expressions
4.74/4.92	c 5	converted 2943 (70%) expressions
5.15/5.33	c 5	converted 3363 (80%) expressions
5.54/5.78	c 6	converted 3783 (90%) expressions
6.42/6.61	c 7	converted 4203 (100%) expressions
6.42/6.61	c 7	CSP : 515 integers, 11306 booleans, 23663 clauses, largest domain size 2821
6.42/6.61	c 7	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.42/6.61	c 7	Propagation in CSP
6.62/6.86	c 7	10900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.62/6.86	c 7	CSP : 515 integers, 11306 booleans, 23663 clauses, largest domain size 2821
6.62/6.86	c 7	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.62/6.88	c 7	Simplifing CSP by introducing new Boolean variables
6.71/6.94	c 7	CSP : 515 integers, 18416 booleans, 30773 clauses, largest domain size 2821
6.71/6.94	c 7	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.02/7.30	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.31/7.53	c 8	52 (10%) CSP integer variables are encoded (7973 clauses, 101514 bytes)
7.50/7.76	c 8	103 (20%) CSP integer variables are encoded (17858 clauses, 245864 bytes)
7.70/7.99	c 8	155 (30%) CSP integer variables are encoded (28151 clauses, 400259 bytes)
8.00/8.20	c 8	206 (40%) CSP integer variables are encoded (37663 clauses, 542939 bytes)
8.10/8.39	c 8	258 (50%) CSP integer variables are encoded (46429 clauses, 674429 bytes)
8.30/8.51	c 9	309 (60%) CSP integer variables are encoded (135286 clauses, 2078437 bytes)
8.30/8.60	c 9	361 (70%) CSP integer variables are encoded (196640 clauses, 3121455 bytes)
8.40/8.69	c 9	412 (80%) CSP integer variables are encoded (266233 clauses, 4304536 bytes)
8.50/8.78	c 9	464 (90%) CSP integer variables are encoded (326271 clauses, 5325182 bytes)
8.59/8.89	c 9	515 (100%) CSP integer variables are encoded (403062 clauses, 6630629 bytes)
16.99/17.35	c 17	3078 (10%) CSP clauses are encoded (1460443 clauses, 28134137 bytes)
21.13/21.53	c 22	6155 (20%) CSP clauses are encoded (2170533 clauses, 43716375 bytes)
23.50/24.00	c 24	9232 (30%) CSP clauses are encoded (2647712 clauses, 54278520 bytes)
25.68/26.16	c 26	12310 (40%) CSP clauses are encoded (3183225 clauses, 66671217 bytes)
27.36/27.85	c 28	15387 (50%) CSP clauses are encoded (3623470 clauses, 77072115 bytes)
28.93/29.44	c 30	18464 (60%) CSP clauses are encoded (4100121 clauses, 88471578 bytes)
30.61/31.15	c 31	21542 (70%) CSP clauses are encoded (4634447 clauses, 101060960 bytes)
32.48/33.02	c 33	24619 (80%) CSP clauses are encoded (5203142 clauses, 114533870 bytes)
34.06/34.60	c 35	27696 (90%) CSP clauses are encoded (5705887 clauses, 126462580 bytes)
35.33/35.93	c 36	30773 (100%) CSP clauses are encoded (6090055 clauses, 135600797 bytes)
35.33/35.93	c 36	30773 CSP clauses encoded
35.33/35.93	c 36	Writing map file : HOME/temp.map
35.33/35.96	c 36	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.33/35.96	c 36	SAT : 421993 SAT variables, 6090055 SAT clauses, 135600797 bytes
35.33/35.96	c 36	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.39/36.03	c 36	SOLVING HOME/temp.cnf
35.39/36.03	c 36	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
93.17/94.46	c 95	DECODING HOME/temp.out WITH HOME/temp.map
93.17/94.46	c 95	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
93.25/94.57	c 95	Decoding HOME/temp.out
93.64/94.97	s UNSATISFIABLE
93.64/94.98	c 95	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
93.73/95.02	c 95	CPU 64.16 (0.04 0.01 64.12 29.57)
93.73/95.02	c 95	END Sat Jul  5 19:59:50 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1095077-1215280695/watcher-1095077-1215280695 -o /tmp/evaluation-result-1095077-1215280695/solver-1095077-1215280695 -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-1095077-1215280695.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.35 2.20 2.07 4/82 12241
/proc/meminfo: memFree=994248/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=12268 CPUtime=0
/proc/12241/stat : 12241 (sugar) R 12239 12241 11947 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 140080533 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210723633765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12241/statm: 3067 316 241 3 0 167 0

[startup+0.0800229 s]
/proc/loadavg: 2.35 2.20 2.07 4/82 12241
/proc/meminfo: memFree=994248/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=0.04
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 140080533 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101762 s]
/proc/loadavg: 2.35 2.20 2.07 4/82 12241
/proc/meminfo: memFree=994248/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=0.04
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 140080533 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30278 s]
/proc/loadavg: 2.35 2.20 2.07 4/82 12241
/proc/meminfo: memFree=994248/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=0.04
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 140080533 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702839 s]
/proc/loadavg: 2.35 2.20 2.07 4/82 12241
/proc/meminfo: memFree=994248/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=0.04
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 140080533 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50194 s]
/proc/loadavg: 2.48 2.23 2.08 3/93 12263
/proc/meminfo: memFree=987248/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=0.82
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 973 7009 0 1 3 1 74 4 15 0 1 0 140080533 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 797 370 3 0 500 0
[pid=12254] ppid=12241 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12241 12241 11947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140080622 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 233 193 169 0 50 0
[pid=12255] ppid=12254 vsize=865888 CPUtime=0.58
/proc/12255/stat : 12255 (java) S 12254 12241 11947 0 -1 0 4784 0 1 0 54 4 0 0 19 0 9 0 140080623 886669312 4200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 216472 4200 1732 9 0 211047 0
[pid=12255/tid=12256] ppid=12254 vsize=865888 CPUtime=0.37
/proc/12255/task/12256/stat : 12256 (java) R 12254 12241 11947 0 -1 64 2660 0 1 0 35 2 0 0 19 0 9 0 140080624 886669312 4200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12257] ppid=12254 vsize=865888 CPUtime=0.04
/proc/12255/task/12257/stat : 12257 (java) S 12254 12241 11947 0 -1 64 669 0 0 0 4 0 0 0 16 0 9 0 140080625 886669312 4200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12254 vsize=865888 CPUtime=0
/proc/12255/task/12258/stat : 12258 (java) S 12254 12241 11947 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 140080625 886669312 4200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12259] ppid=12254 vsize=865888 CPUtime=0
/proc/12255/task/12259/stat : 12259 (java) S 12254 12241 11947 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 140080625 886669312 4200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12254 vsize=865888 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12254 12241 11947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140080627 886669312 4200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12261] ppid=12254 vsize=865888 CPUtime=0.14
/proc/12255/task/12261/stat : 12261 (java) R 12254 12241 11947 0 -1 64 764 0 0 0 14 0 0 0 16 0 9 0 140080627 886669312 4200 996147200 134512640 134550740 4294955952 18446744073709551615 103775024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12262] ppid=12254 vsize=865888 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12254 12241 11947 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140080627 886669312 4200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12263] ppid=12254 vsize=865888 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12254 12241 11947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140080627 886669312 4200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884844

[startup+3.10246 s]
/proc/loadavg: 2.48 2.23 2.08 3/93 12263
/proc/meminfo: memFree=974960/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=0.82
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 973 7009 0 1 3 1 74 4 15 0 1 0 140080533 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 797 370 3 0 500 0
[pid=12254] ppid=12241 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12241 12241 11947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140080622 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 233 193 169 0 50 0
[pid=12255] ppid=12254 vsize=868364 CPUtime=2.16
/proc/12255/stat : 12255 (java) S 12254 12241 11947 0 -1 0 9232 0 1 0 210 6 0 0 19 0 9 0 140080623 889204736 8339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 217091 8339 2540 9 0 211666 0
[pid=12255/tid=12256] ppid=12254 vsize=868364 CPUtime=1.5
/proc/12255/task/12256/stat : 12256 (java) R 12254 12241 11947 0 -1 64 2775 0 1 0 148 2 0 0 25 0 9 0 140080624 889204736 8339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12257] ppid=12254 vsize=868364 CPUtime=0.42
/proc/12255/task/12257/stat : 12257 (java) S 12254 12241 11947 0 -1 64 4290 0 0 0 40 2 0 0 16 0 9 0 140080625 889204736 8339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12254 vsize=868364 CPUtime=0
/proc/12255/task/12258/stat : 12258 (java) S 12254 12241 11947 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140080625 889204736 8339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12259] ppid=12254 vsize=868364 CPUtime=0
/proc/12255/task/12259/stat : 12259 (java) S 12254 12241 11947 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140080625 889204736 8339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12254 vsize=868364 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12254 12241 11947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140080627 889204736 8339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12261] ppid=12254 vsize=868364 CPUtime=0.21
/proc/12255/task/12261/stat : 12261 (java) S 12254 12241 11947 0 -1 64 1475 0 0 0 20 1 0 0 15 0 9 0 140080627 889204736 8339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12262] ppid=12254 vsize=868364 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12254 12241 11947 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140080627 889204736 8339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12263] ppid=12254 vsize=868364 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12254 12241 11947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140080627 889204736 8339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887320

[startup+6.3025 s]
/proc/loadavg: 2.44 2.22 2.08 3/93 12263
/proc/meminfo: memFree=949680/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=0.82
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 973 7009 0 1 3 1 74 4 15 0 1 0 140080533 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 797 370 3 0 500 0
[pid=12254] ppid=12241 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12241 12241 11947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140080622 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 233 193 169 0 50 0
[pid=12255] ppid=12254 vsize=878800 CPUtime=5.31
/proc/12255/stat : 12255 (java) S 12254 12241 11947 0 -1 0 20263 0 1 0 518 13 0 0 19 0 9 0 140080623 899891200 16750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 219700 16750 2540 9 0 214275 0
[pid=12255/tid=12256] ppid=12254 vsize=878800 CPUtime=3.78
/proc/12255/task/12256/stat : 12256 (java) R 12254 12241 11947 0 -1 64 3153 0 1 0 375 3 0 0 25 0 9 0 140080624 899891200 16750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12257] ppid=12254 vsize=878800 CPUtime=1.29
/proc/12255/task/12257/stat : 12257 (java) R 12254 12241 11947 0 -1 64 14941 0 0 0 121 8 0 0 16 0 9 0 140080625 899891200 16750 996147200 134512640 134550740 4294955952 18446744073709551615 102731867 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12254 vsize=878800 CPUtime=0
/proc/12255/task/12258/stat : 12258 (java) S 12254 12241 11947 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140080625 899891200 16750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12259] ppid=12254 vsize=878800 CPUtime=0
/proc/12255/task/12259/stat : 12259 (java) S 12254 12241 11947 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140080625 899891200 16750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12254 vsize=878800 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12254 12241 11947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140080627 899891200 16750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12261] ppid=12254 vsize=878800 CPUtime=0.22
/proc/12255/task/12261/stat : 12261 (java) S 12254 12241 11947 0 -1 64 1477 0 0 0 21 1 0 0 15 0 9 0 140080627 899891200 16750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12262] ppid=12254 vsize=878800 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12254 12241 11947 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140080627 899891200 16750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12263] ppid=12254 vsize=878800 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12254 12241 11947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140080627 899891200 16750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 897756

[startup+12.7022 s]
/proc/loadavg: 2.40 2.22 2.08 3/93 12263
/proc/meminfo: memFree=921584/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=0.82
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 974 7009 0 1 3 1 74 4 15 0 1 0 140080533 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 797 370 3 0 500 0
[pid=12254] ppid=12241 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12241 12241 11947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140080622 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 233 193 169 0 50 0
[pid=12255] ppid=12254 vsize=868476 CPUtime=11.63
/proc/12255/stat : 12255 (java) S 12254 12241 11947 0 -1 0 26234 0 1 0 1135 28 0 0 19 0 9 0 140080623 889319424 16133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 217119 16133 2566 9 0 211666 0
[pid=12255/tid=12256] ppid=12254 vsize=868476 CPUtime=9.43
/proc/12255/task/12256/stat : 12256 (java) R 12254 12241 11947 0 -1 64 3575 0 1 0 930 13 0 0 25 0 9 0 140080624 889319424 16133 996147200 134512640 134550740 4294955952 18446744073709551615 4126995800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12257] ppid=12254 vsize=868476 CPUtime=1.87
/proc/12255/task/12257/stat : 12257 (java) S 12254 12241 11947 0 -1 64 20446 0 0 0 175 12 0 0 16 0 9 0 140080625 889319424 16133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12254 vsize=868476 CPUtime=0
/proc/12255/task/12258/stat : 12258 (java) S 12254 12241 11947 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140080625 889319424 16133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12259] ppid=12254 vsize=868476 CPUtime=0
/proc/12255/task/12259/stat : 12259 (java) S 12254 12241 11947 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140080625 889319424 16133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12254 vsize=868476 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12254 12241 11947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140080627 889319424 16133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12261] ppid=12254 vsize=868476 CPUtime=0.29
/proc/12255/task/12261/stat : 12261 (java) S 12254 12241 11947 0 -1 64 1521 0 0 0 28 1 0 0 16 0 9 0 140080627 889319424 16133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12262] ppid=12254 vsize=868476 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12254 12241 11947 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140080627 889319424 16133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12263] ppid=12254 vsize=868476 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12254 12241 11947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140080627 889319424 16133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887432

[startup+25.5027 s]
/proc/loadavg: 2.31 2.21 2.08 3/93 12263
/proc/meminfo: memFree=875184/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=0.82
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 974 7009 0 1 3 1 74 4 16 0 1 0 140080533 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 797 370 3 0 500 0
[pid=12254] ppid=12241 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12241 12241 11947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140080622 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 233 193 169 0 50 0
[pid=12255] ppid=12254 vsize=868476 CPUtime=24.25
/proc/12255/stat : 12255 (java) S 12254 12241 11947 0 -1 0 26520 0 1 0 2365 60 0 0 19 0 9 0 140080623 889319424 16139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 217119 16139 2566 9 0 211666 0
[pid=12255/tid=12256] ppid=12254 vsize=868476 CPUtime=21.89
/proc/12255/task/12256/stat : 12256 (java) R 12254 12241 11947 0 -1 64 3855 0 1 0 2145 44 0 0 25 0 9 0 140080624 889319424 16139 996147200 134512640 134550740 4294955952 18446744073709551615 4126997525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12257] ppid=12254 vsize=868476 CPUtime=2.02
/proc/12255/task/12257/stat : 12257 (java) S 12254 12241 11947 0 -1 64 20446 0 0 0 188 14 0 0 16 0 9 0 140080625 889319424 16139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12254 vsize=868476 CPUtime=0
/proc/12255/task/12258/stat : 12258 (java) S 12254 12241 11947 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140080625 889319424 16139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12259] ppid=12254 vsize=868476 CPUtime=0
/proc/12255/task/12259/stat : 12259 (java) S 12254 12241 11947 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140080625 889319424 16139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12254 vsize=868476 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12254 12241 11947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140080627 889319424 16139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12261] ppid=12254 vsize=868476 CPUtime=0.31
/proc/12255/task/12261/stat : 12261 (java) S 12254 12241 11947 0 -1 64 1527 0 0 0 30 1 0 0 16 0 9 0 140080627 889319424 16139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12262] ppid=12254 vsize=868476 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12254 12241 11947 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140080627 889319424 16139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12255/tid=12263] ppid=12254 vsize=868476 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12254 12241 11947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140080627 889319424 16139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 887432

[startup+51.1027 s]
/proc/loadavg: 2.28 2.21 2.08 3/85 12265
/proc/meminfo: memFree=776112/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=35.41
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 1024 34245 0 2 4 1 3418 118 16 0 1 0 140080533 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 799 370 3 0 500 0
[pid=12264] ppid=12241 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (sh) S 12241 12241 11947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140084136 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 232 193 169 0 50 0
[pid=12265] ppid=12264 vsize=88048 CPUtime=14.88
/proc/12265/stat : 12265 (picosat) R 12264 12241 11947 0 -1 4194304 20066 0 0 0 671 817 0 0 25 0 1 0 140084136 90161152 20052 996147200 134512640 134931368 4294956256 18446744073709551615 134520614 0 0 4096 0 0 0 0 17 1 0 0
/proc/12265/statm: 22012 20052 40 102 0 21907 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 107004

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

[startup+76.7028 s]
/proc/loadavg: 2.26 2.20 2.09 3/85 12265
/proc/meminfo: memFree=685232/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=35.41
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 1024 34245 0 2 4 1 3418 118 16 0 1 0 140080533 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 799 370 3 0 500 0
[pid=12264] ppid=12241 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (sh) S 12241 12241 11947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140084136 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 232 193 169 0 50 0
[pid=12265] ppid=12264 vsize=181960 CPUtime=40.24
/proc/12265/stat : 12265 (picosat) R 12264 12241 11947 0 -1 4194304 42872 0 0 0 1829 2195 0 0 25 0 1 0 140084136 186327040 42858 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12265/statm: 45490 42858 40 102 0 45385 0
Current children cumulated CPU time (s) 75.65
Current children cumulated vsize (KiB) 200916

[startup+83.1015 s]
/proc/loadavg: 2.24 2.20 2.09 3/85 12265
/proc/meminfo: memFree=661488/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=35.41
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 1024 34245 0 2 4 1 3418 118 16 0 1 0 140080533 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 799 370 3 0 500 0
[pid=12264] ppid=12241 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (sh) S 12241 12241 11947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140084136 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 232 193 169 0 50 0
[pid=12265] ppid=12264 vsize=202156 CPUtime=46.57
/proc/12265/stat : 12265 (picosat) R 12264 12241 11947 0 -1 4194304 48589 0 0 0 2113 2544 0 0 25 0 1 0 140084136 207007744 48575 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12265/statm: 50539 48575 40 102 0 50434 0
Current children cumulated CPU time (s) 81.98
Current children cumulated vsize (KiB) 221112

[startup+89.5013 s]
/proc/loadavg: 2.22 2.20 2.09 3/85 12265
/proc/meminfo: memFree=638384/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=35.41
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 1024 34245 0 2 4 1 3418 118 16 0 1 0 140080533 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 799 370 3 0 500 0
[pid=12264] ppid=12241 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (sh) S 12241 12241 11947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140084136 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 232 193 169 0 50 0
[pid=12265] ppid=12264 vsize=239768 CPUtime=52.91
/proc/12265/stat : 12265 (picosat) R 12264 12241 11947 0 -1 4194304 53813 0 0 0 2460 2831 0 0 25 0 1 0 140084136 245522432 53740 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/12265/statm: 59942 53740 42 102 0 59837 0
Current children cumulated CPU time (s) 88.32
Current children cumulated vsize (KiB) 258724

[startup+92.7026 s]
/proc/loadavg: 2.20 2.19 2.09 3/85 12265
/proc/meminfo: memFree=637488/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=35.41
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 1024 34245 0 2 4 1 3418 118 16 0 1 0 140080533 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 799 370 3 0 500 0
[pid=12264] ppid=12241 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (sh) S 12241 12241 11947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140084136 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 232 193 169 0 50 0
[pid=12265] ppid=12264 vsize=243864 CPUtime=56.08
/proc/12265/stat : 12265 (picosat) R 12264 12241 11947 0 -1 4194304 53943 0 0 0 2777 2831 0 0 25 0 1 0 140084136 249716736 53870 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12265/statm: 60966 53870 42 102 0 60861 0
Current children cumulated CPU time (s) 91.49
Current children cumulated vsize (KiB) 262820

[startup+94.3028 s]
/proc/loadavg: 2.20 2.19 2.09 3/85 12265
/proc/meminfo: memFree=637424/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=35.41
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 1024 34245 0 2 4 1 3418 118 16 0 1 0 140080533 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 799 370 3 0 500 0
[pid=12264] ppid=12241 vsize=5356 CPUtime=0
/proc/12264/stat : 12264 (sh) S 12241 12241 11947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140084136 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12264/statm: 1339 232 193 169 0 50 0
[pid=12265] ppid=12264 vsize=243868 CPUtime=57.67
/proc/12265/stat : 12265 (picosat) R 12264 12241 11947 0 -1 4194304 53971 0 0 0 2936 2831 0 0 25 0 1 0 140084136 249720832 53898 996147200 134512640 134931368 4294956256 18446744073709551615 134581885 0 0 4096 0 0 0 0 17 1 0 0
/proc/12265/statm: 60967 53898 42 102 0 60862 0
Current children cumulated CPU time (s) 93.08
Current children cumulated vsize (KiB) 262824

[startup+94.7029 s]
/proc/loadavg: 2.20 2.19 2.09 4/87 12269
/proc/meminfo: memFree=851040/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=93.24
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 1092 88503 0 2 4 1 6366 2953 16 0 1 0 140080533 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 799 370 3 0 500 0
[pid=12266] ppid=12241 vsize=5356 CPUtime=0
/proc/12266/stat : 12266 (sh) S 12241 12241 11947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140089980 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12266/statm: 1339 233 193 169 0 50 0
[pid=12267] ppid=12266 vsize=863720 CPUtime=0.2
/proc/12267/stat : 12267 (java) S 12266 12241 11947 0 -1 0 3314 0 1 0 18 2 0 0 18 0 9 0 140089981 884449280 2787 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 215930 2787 1625 9 0 210512 0
[pid=12267/tid=12268] ppid=12266 vsize=863720 CPUtime=0.18
/proc/12267/task/12268/stat : 12268 (java) R 12266 12241 11947 0 -1 64 2412 0 1 0 17 1 0 0 18 0 9 0 140089982 884449280 2787 996147200 134512640 134550740 4294956000 18446744073709551615 4125977652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12266 vsize=863720 CPUtime=0
/proc/12267/task/12269/stat : 12269 (java) S 12266 12241 11947 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 140089983 884449280 2787 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.44
Current children cumulated vsize (KiB) 882676

[startup+94.9029 s]
/proc/loadavg: 2.20 2.19 2.09 4/87 12269
/proc/meminfo: memFree=851040/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=93.24
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 1092 88503 0 2 4 1 6366 2953 16 0 1 0 140080533 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 799 370 3 0 500 0
[pid=12266] ppid=12241 vsize=5356 CPUtime=0
/proc/12266/stat : 12266 (sh) S 12241 12241 11947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140089980 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12266/statm: 1339 233 193 169 0 50 0
[pid=12267] ppid=12266 vsize=864360 CPUtime=0.4
/proc/12267/stat : 12267 (java) S 12266 12241 11947 0 -1 0 3790 0 1 0 38 2 0 0 18 0 9 0 140089981 885104640 3261 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 216090 3261 1665 9 0 210672 0
[pid=12267/tid=12268] ppid=12266 vsize=864360 CPUtime=0.33
/proc/12267/task/12268/stat : 12268 (java) R 12266 12241 11947 0 -1 64 2448 0 1 0 32 1 0 0 20 0 9 0 140089982 885104640 3261 996147200 134512640 134550740 4294956000 18446744073709551615 4125970289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12266 vsize=864360 CPUtime=0
/proc/12267/task/12269/stat : 12269 (java) S 12266 12241 11947 0 -1 64 254 0 0 0 0 0 0 0 16 0 9 0 140089983 885104640 3261 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.64
Current children cumulated vsize (KiB) 883316

[startup+95.0029 s]
/proc/loadavg: 2.20 2.19 2.09 4/87 12269
/proc/meminfo: memFree=851040/2055920 swapFree=4181492/4192956
[pid=12241] ppid=12239 vsize=13600 CPUtime=93.24
/proc/12241/stat : 12241 (sugar) S 12239 12241 11947 0 -1 4194304 1092 88503 0 2 4 1 6366 2953 15 0 1 0 140080533 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12241/statm: 3400 799 370 3 0 500 0
[pid=12266] ppid=12241 vsize=5356 CPUtime=0
/proc/12266/stat : 12266 (sh) S 12241 12241 11947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140089980 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12266/statm: 1339 233 193 169 0 50 0
[pid=12267] ppid=12266 vsize=864520 CPUtime=0.49
/proc/12267/stat : 12267 (java) S 12266 12241 11947 0 -1 0 4385 0 1 0 46 3 0 0 18 0 9 0 140089981 885268480 3845 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12267/statm: 216130 3845 1707 9 0 210705 0
[pid=12267/tid=12268] ppid=12266 vsize=864520 CPUtime=0.37
/proc/12267/task/12268/stat : 12268 (java) S 12266 12241 11947 0 -1 64 2543 0 1 0 36 1 0 0 21 0 9 0 140089982 885268480 3845 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12267/tid=12269] ppid=12266 vsize=864520 CPUtime=0.02
/proc/12267/task/12269/stat : 12269 (java) S 12266 12241 11947 0 -1 64 731 0 0 0 2 0 0 0 16 0 9 0 140089983 885268480 3845 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.73
Current children cumulated vsize (KiB) 883476

Child status: 0
Real time (s): 95.0922
CPU time (s): 93.8287
CPU user time (s): 64.1672
CPU system time (s): 29.6615
CPU usage (%): 98.6713
Max. virtual memory (cumulated for all children) (KiB): 897756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.1672
system time used= 29.6615
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94327
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= 10388
involuntary context switches= 12221

runsolver used 0.124981 second user time and 0.365944 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 19:58:15
IDJOB=1095077
IDBENCH=58877
IDSOLVER=345
FILE ID=node73/1095077-1215280695
PBS_JOBID= 7882275
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-10.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-1095077-1215280695/watcher-1095077-1215280695 -o /tmp/evaluation-result-1095077-1215280695/solver-1095077-1215280695 -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-1095077-1215280695.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d91c77ce7b00fdc4c403dfe3f5ffc37c
RANDOM SEED=1456844505

node73.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.230
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.230
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:        994728 kB
Buffers:         41612 kB
Cached:         226832 kB
SwapCached:       5052 kB
Active:         894384 kB
Inactive:       114092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        994728 kB
SwapTotal:     4192956 kB
SwapFree:      4181492 kB
Dirty:            2880 kB
Writeback:           0 kB
Mapped:         756684 kB
Slab:            36400 kB
Committed_AS:  1193348 kB
PageTables:       3256 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 node73 at 2008-07-05 19:59:50