Trace number 1085792

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 230.149 233.127

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-4.xml
MD5SUM40ccc1d0ec371372bfe35ce6b8f3e8ae
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 benchmark24.2033
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints7122
Maximum constraint arity2
Maximum domain size282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7122
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:26:25 2008
0.00/0.04	c 0	PID 2624
0.00/0.04	c 0	HOST node87.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1085792-1215235585.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-1085792-1215235585.xml' 'HOME/temp.csp'
0.03/0.94	c 1	25 domains, 700 variables, 8 predicates, 0 relations, 7122 constraints
0.03/0.96	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.96	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.95/1.04	c 1	Parsing HOME/temp.csp
1.24/1.38	c 1	parsed 7855 expressions
1.24/1.38	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.24/1.38	c 1	Converting to clausal form CSP
1.55/1.64	c 2	converted 786 (10%) expressions
3.14/3.22	c 3	converted 1571 (20%) expressions
4.33/4.43	c 4	converted 2357 (30%) expressions
5.23/5.31	c 5	converted 3142 (40%) expressions
6.03/6.13	c 6	converted 3928 (50%) expressions
7.41/7.58	c 8	converted 4713 (60%) expressions
8.41/8.54	c 9	converted 5499 (70%) expressions
9.31/9.49	c 9	converted 6284 (80%) expressions
10.60/10.77	c 11	converted 7070 (90%) expressions
11.40/11.56	c 12	converted 7855 (100%) expressions
11.40/11.56	c 12	CSP : 1396 integers, 20356 booleans, 43307 clauses, largest domain size 2721
11.40/11.56	c 12	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.40/11.56	c 12	Propagation in CSP
11.90/12.05	c 12	8480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.90/12.06	c 12	CSP : 1396 integers, 20356 booleans, 43307 clauses, largest domain size 2721
11.90/12.06	c 12	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.90/12.09	c 12	Simplifing CSP by introducing new Boolean variables
12.00/12.18	c 12	CSP : 1396 integers, 35142 booleans, 58093 clauses, largest domain size 2721
12.00/12.18	c 12	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.50/12.63	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.00/13.20	c 13	140 (10%) CSP integer variables are encoded (28476 clauses, 405112 bytes)
13.49/13.65	c 14	280 (20%) CSP integer variables are encoded (53347 clauses, 778177 bytes)
13.99/14.13	c 14	419 (30%) CSP integer variables are encoded (79658 clauses, 1172842 bytes)
14.39/14.60	c 15	559 (40%) CSP integer variables are encoded (105486 clauses, 1572287 bytes)
14.89/15.09	c 15	698 (50%) CSP integer variables are encoded (132440 clauses, 2030505 bytes)
15.19/15.35	c 15	838 (60%) CSP integer variables are encoded (356380 clauses, 5837485 bytes)
15.49/15.64	c 16	978 (70%) CSP integer variables are encoded (604570 clauses, 10056715 bytes)
15.80/15.92	c 16	1117 (80%) CSP integer variables are encoded (845951 clauses, 14160192 bytes)
15.99/16.17	c 16	1257 (90%) CSP integer variables are encoded (1059013 clauses, 17902683 bytes)
16.30/16.43	c 16	1396 (100%) CSP integer variables are encoded (1281796 clauses, 22135560 bytes)
32.82/34.46	c 34	5810 (10%) CSP clauses are encoded (4220117 clauses, 86851278 bytes)
43.27/44.99	c 45	11619 (20%) CSP clauses are encoded (6681969 clauses, 143660582 bytes)
50.83/52.88	c 53	17428 (30%) CSP clauses are encoded (8742781 clauses, 192740607 bytes)
57.59/59.63	c 60	23238 (40%) CSP clauses are encoded (10698423 clauses, 241133089 bytes)
62.47/64.55	c 65	29047 (50%) CSP clauses are encoded (12204973 clauses, 278384492 bytes)
65.46/67.59	c 68	34856 (60%) CSP clauses are encoded (13243295 clauses, 304770117 bytes)
69.23/71.31	c 71	40666 (70%) CSP clauses are encoded (14555649 clauses, 338113032 bytes)
73.07/75.21	c 75	46475 (80%) CSP clauses are encoded (15947058 clauses, 373295983 bytes)
76.61/78.81	c 79	52284 (90%) CSP clauses are encoded (17304788 clauses, 408147560 bytes)
80.18/82.46	c 82	58093 (100%) CSP clauses are encoded (18697126 clauses, 444104825 bytes)
80.18/82.46	c 82	58093 CSP clauses encoded
80.18/82.46	c 82	Writing map file : HOME/temp.map
80.29/82.51	c 83	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
80.29/82.51	c 83	SAT : 1318334 SAT variables, 18697126 SAT clauses, 444104825 bytes
80.29/82.51	c 83	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
80.29/82.57	c 83	SOLVING HOME/temp.cnf
80.29/82.57	c 83	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
229.31/232.37	c 232	DECODING HOME/temp.out WITH HOME/temp.map
229.31/232.37	c 232	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
229.40/232.46	c 232	Decoding HOME/temp.out
229.40/232.88	s UNSATISFIABLE
229.40/232.88	c 233	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
229.40/232.91	c 233	CPU 147.02 (0.03 0.01 146.99 82.88)
229.40/232.91	c 233	END Sat Jul  5 07:30:18 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-1085792-1215235585/watcher-1085792-1215235585 -o /tmp/evaluation-result-1085792-1215235585/solver-1085792-1215235585 -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-1085792-1215235585.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.03 2.08 2.04 4/73 2624
/proc/meminfo: memFree=1640600/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=12272 CPUtime=0
/proc/2624/stat : 2624 (sugar) R 2622 2624 2342 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 635814166 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 254633736960 0 0 4224 0 0 0 0 17 0 0 0
/proc/2624/statm: 3068 327 246 3 0 168 0

[startup+0.099217 s]
/proc/loadavg: 2.03 2.08 2.04 4/73 2624
/proc/meminfo: memFree=1640600/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=0.03
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 635814166 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2624/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102211 s]
/proc/loadavg: 2.03 2.08 2.04 4/73 2624
/proc/meminfo: memFree=1640600/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=0.03
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 635814166 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2624/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301236 s]
/proc/loadavg: 2.03 2.08 2.04 4/73 2624
/proc/meminfo: memFree=1640600/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=0.03
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 635814166 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2624/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701284 s]
/proc/loadavg: 2.03 2.08 2.04 4/73 2624
/proc/meminfo: memFree=1640600/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=0.03
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 635814166 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2624/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50237 s]
/proc/loadavg: 2.03 2.08 2.04 3/80 2642
/proc/meminfo: memFree=1635488/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=0.93
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 974 8176 0 1 3 1 85 4 15 0 1 0 635814166 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 797 370 3 0 500 0
[pid=2637] ppid=2624 vsize=5356 CPUtime=0
/proc/2637/stat : 2637 (sh) S 2624 2624 2342 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635814262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2637/statm: 1339 233 193 169 0 50 0
[pid=2638] ppid=2637 vsize=864144 CPUtime=0.52
/proc/2638/stat : 2638 (java) S 2637 2624 2342 0 -1 0 4692 0 1 0 49 3 0 0 20 0 9 0 635814263 884883456 4093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2638/statm: 216036 4093 1732 9 0 210611 0
[pid=2638/tid=2639] ppid=2637 vsize=864144 CPUtime=0.36
/proc/2638/task/2639/stat : 2639 (java) R 2637 2624 2342 0 -1 64 2678 0 1 0 35 1 0 0 25 0 9 0 635814264 884883456 4093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2640] ppid=2637 vsize=864144 CPUtime=0.05
/proc/2638/task/2640/stat : 2640 (java) S 2637 2624 2342 0 -1 64 972 0 0 0 5 0 0 0 16 0 9 0 635814265 884883456 4093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2641] ppid=2637 vsize=864144 CPUtime=0
/proc/2638/task/2641/stat : 2641 (java) S 2637 2624 2342 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 635814265 884883456 4093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2638/tid=2642] ppid=2637 vsize=864144 CPUtime=0
/proc/2638/task/2642/stat : 2642 (java) S 2637 2624 2342 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 635814265 884883456 4093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883100

[startup+3.10155 s]
/proc/loadavg: 2.03 2.08 2.04 3/84 2646
/proc/meminfo: memFree=1620864/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=0.93
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 974 8176 0 1 3 1 85 4 15 0 1 0 635814166 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 797 370 3 0 500 0
[pid=2637] ppid=2624 vsize=5356 CPUtime=0
/proc/2637/stat : 2637 (sh) S 2624 2624 2342 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635814262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2637/statm: 1339 233 193 169 0 50 0
[pid=2638] ppid=2637 vsize=868368 CPUtime=2.11
/proc/2638/stat : 2638 (java) S 2637 2624 2342 0 -1 0 8871 0 1 0 205 6 0 0 20 0 9 0 635814263 889208832 7958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2638/statm: 217092 7958 2540 9 0 211667 0
[pid=2638/tid=2639] ppid=2637 vsize=868368 CPUtime=1.64
/proc/2638/task/2639/stat : 2639 (java) R 2637 2624 2342 0 -1 64 2798 0 1 0 163 1 0 0 25 0 9 0 635814264 889208832 7958 996147200 134512640 134550740 4294955952 18446744073709551615 4126572699 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2640] ppid=2637 vsize=868368 CPUtime=0.27
/proc/2638/task/2640/stat : 2640 (java) S 2637 2624 2342 0 -1 64 3910 0 0 0 25 2 0 0 16 0 9 0 635814265 889208832 7958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2641] ppid=2637 vsize=868368 CPUtime=0
/proc/2638/task/2641/stat : 2641 (java) S 2637 2624 2342 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635814265 889208832 7958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2642] ppid=2637 vsize=868368 CPUtime=0
/proc/2638/task/2642/stat : 2642 (java) S 2637 2624 2342 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635814265 889208832 7958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2643] ppid=2637 vsize=868368 CPUtime=0
/proc/2638/task/2643/stat : 2643 (java) S 2637 2624 2342 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635814267 889208832 7958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2644] ppid=2637 vsize=868368 CPUtime=0.18
/proc/2638/task/2644/stat : 2644 (java) S 2637 2624 2342 0 -1 64 1471 0 0 0 17 1 0 0 15 0 9 0 635814267 889208832 7958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2645] ppid=2637 vsize=868368 CPUtime=0
/proc/2638/task/2645/stat : 2645 (java) S 2637 2624 2342 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635814267 889208832 7958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2646] ppid=2637 vsize=868368 CPUtime=0
/proc/2638/task/2646/stat : 2646 (java) S 2637 2624 2342 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635814267 889208832 7958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887324

[startup+6.30291 s]
/proc/loadavg: 2.18 2.11 2.05 4/84 2646
/proc/meminfo: memFree=1602240/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=0.93
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 974 8176 0 1 3 1 85 4 16 0 1 0 635814166 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 797 370 3 0 500 0
[pid=2637] ppid=2624 vsize=5356 CPUtime=0
/proc/2637/stat : 2637 (sh) S 2624 2624 2342 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635814262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2637/statm: 1339 233 193 169 0 50 0
[pid=2638] ppid=2637 vsize=868368 CPUtime=5.29
/proc/2638/stat : 2638 (java) S 2637 2624 2342 0 -1 0 14038 0 1 0 519 10 0 0 20 0 9 0 635814263 889208832 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2638/statm: 217092 12967 2540 9 0 211667 0
[pid=2638/tid=2639] ppid=2637 vsize=868368 CPUtime=4.28
/proc/2638/task/2639/stat : 2639 (java) R 2637 2624 2342 0 -1 64 3196 0 1 0 426 2 0 0 25 0 9 0 635814264 889208832 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4126569819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2640] ppid=2637 vsize=868368 CPUtime=0.79
/proc/2638/task/2640/stat : 2640 (java) S 2637 2624 2342 0 -1 64 8675 0 0 0 74 5 0 0 16 0 9 0 635814265 889208832 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2641] ppid=2637 vsize=868368 CPUtime=0
/proc/2638/task/2641/stat : 2641 (java) S 2637 2624 2342 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635814265 889208832 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2642] ppid=2637 vsize=868368 CPUtime=0
/proc/2638/task/2642/stat : 2642 (java) S 2637 2624 2342 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635814265 889208832 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2643] ppid=2637 vsize=868368 CPUtime=0
/proc/2638/task/2643/stat : 2643 (java) S 2637 2624 2342 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635814267 889208832 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2644] ppid=2637 vsize=868368 CPUtime=0.19
/proc/2638/task/2644/stat : 2644 (java) S 2637 2624 2342 0 -1 64 1475 0 0 0 18 1 0 0 15 0 9 0 635814267 889208832 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2645] ppid=2637 vsize=868368 CPUtime=0
/proc/2638/task/2645/stat : 2645 (java) S 2637 2624 2342 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635814267 889208832 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2646] ppid=2637 vsize=868368 CPUtime=0
/proc/2638/task/2646/stat : 2646 (java) S 2637 2624 2342 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635814267 889208832 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887324

[startup+12.7015 s]
/proc/loadavg: 2.17 2.11 2.05 3/84 2646
/proc/meminfo: memFree=1554944/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=0.93
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 974 8176 0 1 3 1 85 4 15 0 1 0 635814166 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 797 370 3 0 500 0
[pid=2637] ppid=2624 vsize=5356 CPUtime=0
/proc/2637/stat : 2637 (sh) S 2624 2624 2342 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635814262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2637/statm: 1339 233 193 169 0 50 0
[pid=2638] ppid=2637 vsize=868480 CPUtime=11.66
/proc/2638/stat : 2638 (java) S 2637 2624 2342 0 -1 0 36284 0 1 0 1145 21 0 0 20 0 9 0 635814263 889323520 24191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2638/statm: 217120 24191 2566 9 0 211667 0
[pid=2638/tid=2639] ppid=2637 vsize=868480 CPUtime=8.84
/proc/2638/task/2639/stat : 2639 (java) R 2637 2624 2342 0 -1 64 4007 0 1 0 881 3 0 0 25 0 9 0 635814264 889323520 24191 996147200 134512640 134550740 4294955952 18446744073709551615 4127019832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2640] ppid=2637 vsize=868480 CPUtime=2.56
/proc/2638/task/2640/stat : 2640 (java) S 2637 2624 2342 0 -1 64 30078 0 0 0 241 15 0 0 16 0 9 0 635814265 889323520 24191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2641] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2641/stat : 2641 (java) S 2637 2624 2342 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635814265 889323520 24191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2642] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2642/stat : 2642 (java) S 2637 2624 2342 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635814265 889323520 24191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2643] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2643/stat : 2643 (java) S 2637 2624 2342 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635814267 889323520 24191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2644] ppid=2637 vsize=868480 CPUtime=0.23
/proc/2638/task/2644/stat : 2644 (java) S 2637 2624 2342 0 -1 64 1507 0 0 0 22 1 0 0 16 0 9 0 635814267 889323520 24191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2645] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2645/stat : 2645 (java) S 2637 2624 2342 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635814267 889323520 24191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2646] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2646/stat : 2646 (java) S 2637 2624 2342 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635814267 889323520 24191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887436

[startup+25.503 s]
/proc/loadavg: 2.28 2.14 2.05 3/84 2646
/proc/meminfo: memFree=1493568/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=0.93
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 974 8176 0 1 3 1 85 4 15 0 1 0 635814166 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 797 370 3 0 500 0
[pid=2637] ppid=2624 vsize=5356 CPUtime=0
/proc/2637/stat : 2637 (sh) S 2624 2624 2342 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635814262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2637/statm: 1339 233 193 169 0 50 0
[pid=2638] ppid=2637 vsize=868480 CPUtime=24.45
/proc/2638/stat : 2638 (java) S 2637 2624 2342 0 -1 0 36532 0 1 0 2389 56 0 0 20 0 9 0 635814263 889323520 24243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2638/statm: 217120 24243 2566 9 0 211667 0
[pid=2638/tid=2639] ppid=2637 vsize=868480 CPUtime=21.5
/proc/2638/task/2639/stat : 2639 (java) R 2637 2624 2342 0 -1 64 4237 0 1 0 2113 37 0 0 25 0 9 0 635814264 889323520 24243 996147200 134512640 134550740 4294955952 18446744073709551615 4126604288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2640] ppid=2637 vsize=868480 CPUtime=2.67
/proc/2638/task/2640/stat : 2640 (java) S 2637 2624 2342 0 -1 64 30081 0 0 0 250 17 0 0 16 0 9 0 635814265 889323520 24243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2641] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2641/stat : 2641 (java) S 2637 2624 2342 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635814265 889323520 24243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2642] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2642/stat : 2642 (java) S 2637 2624 2342 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635814265 889323520 24243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2643] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2643/stat : 2643 (java) S 2637 2624 2342 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635814267 889323520 24243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2644] ppid=2637 vsize=868480 CPUtime=0.26
/proc/2638/task/2644/stat : 2644 (java) S 2637 2624 2342 0 -1 64 1522 0 0 0 25 1 0 0 16 0 9 0 635814267 889323520 24243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2645] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2645/stat : 2645 (java) S 2637 2624 2342 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635814267 889323520 24243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2646] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2646/stat : 2646 (java) S 2637 2624 2342 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635814267 889323520 24243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 887436

[startup+51.1028 s]
/proc/loadavg: 2.59 2.22 2.08 3/84 2646
/proc/meminfo: memFree=1372992/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=0.93
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 974 8176 0 1 3 1 85 4 16 0 1 0 635814166 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 797 370 3 0 500 0
[pid=2637] ppid=2624 vsize=5356 CPUtime=0
/proc/2637/stat : 2637 (sh) S 2624 2624 2342 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635814262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2637/statm: 1339 233 193 169 0 50 0
[pid=2638] ppid=2637 vsize=868480 CPUtime=48.19
/proc/2638/stat : 2638 (java) S 2637 2624 2342 0 -1 0 36932 0 1 0 4689 130 0 0 20 0 9 0 635814263 889323520 24248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2638/statm: 217120 24248 2566 9 0 211667 0
[pid=2638/tid=2639] ppid=2637 vsize=868480 CPUtime=45.01
/proc/2638/task/2639/stat : 2639 (java) R 2637 2624 2342 0 -1 64 4632 0 1 0 4393 108 0 0 25 0 9 0 635814264 889323520 24248 996147200 134512640 134550740 4294955952 18446744073709551615 4126918887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2640] ppid=2637 vsize=868480 CPUtime=2.88
/proc/2638/task/2640/stat : 2640 (java) S 2637 2624 2342 0 -1 64 30081 0 0 0 269 19 0 0 16 0 9 0 635814265 889323520 24248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2641] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2641/stat : 2641 (java) S 2637 2624 2342 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635814265 889323520 24248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2642] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2642/stat : 2642 (java) S 2637 2624 2342 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635814265 889323520 24248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2643] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2643/stat : 2643 (java) S 2637 2624 2342 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635814267 889323520 24248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2644] ppid=2637 vsize=868480 CPUtime=0.27
/proc/2638/task/2644/stat : 2644 (java) S 2637 2624 2342 0 -1 64 1527 0 0 0 26 1 0 0 15 0 9 0 635814267 889323520 24248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2645] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2645/stat : 2645 (java) S 2637 2624 2342 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635814267 889323520 24248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2638/tid=2646] ppid=2637 vsize=868480 CPUtime=0
/proc/2638/task/2646/stat : 2646 (java) S 2637 2624 2342 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635814267 889323520 24248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.12
Current children cumulated vsize (KiB) 887436

[startup+102.307 s]
/proc/loadavg: 3.67 2.57 2.21 3/77 2653
/proc/meminfo: memFree=1020984/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=80.33
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 1022 46210 0 2 3 1 7747 282 16 0 1 0 635814166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 799 370 3 0 500 0
[pid=2650] ppid=2624 vsize=5356 CPUtime=0
/proc/2650/stat : 2650 (sh) S 2624 2624 2342 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635822423 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2650/statm: 1339 232 193 169 0 50 0
[pid=2651] ppid=2650 vsize=211232 CPUtime=19.62
/proc/2651/stat : 2651 (picosat) R 2650 2624 2342 0 -1 4194304 40474 0 0 0 895 1067 0 0 25 0 1 0 635822423 216301568 40460 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 52808 40461 40 102 0 52703 0
Current children cumulated CPU time (s) 99.95
Current children cumulated vsize (KiB) 230188

[startup+162.301 s]
/proc/loadavg: 3.63 2.75 2.29 3/76 2654
/proc/meminfo: memFree=797312/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=80.33
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 1022 46210 0 2 3 1 7747 282 16 0 1 0 635814166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 799 370 3 0 500 0
[pid=2650] ppid=2624 vsize=5356 CPUtime=0
/proc/2650/stat : 2650 (sh) S 2624 2624 2342 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635822423 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2650/statm: 1339 232 193 169 0 50 0
[pid=2651] ppid=2650 vsize=447700 CPUtime=79.29
/proc/2651/stat : 2651 (picosat) R 2650 2624 2342 0 -1 4194304 97546 0 0 0 3597 4332 0 0 25 0 1 0 635822423 458444800 97532 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 111925 97532 40 102 0 111820 0
Current children cumulated CPU time (s) 159.62
Current children cumulated vsize (KiB) 466656

[startup+222.302 s]
/proc/loadavg: 3.48 2.90 2.37 3/76 2654
/proc/meminfo: memFree=572096/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=80.33
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 1022 46210 0 2 3 1 7747 282 16 0 1 0 635814166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 799 370 3 0 500 0
[pid=2650] ppid=2624 vsize=5356 CPUtime=0
/proc/2650/stat : 2650 (sh) S 2624 2624 2342 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635822423 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2650/statm: 1339 232 193 169 0 50 0
[pid=2651] ppid=2650 vsize=686168 CPUtime=139.03
/proc/2651/stat : 2651 (picosat) R 2650 2624 2342 0 -1 4194304 155310 0 0 0 6350 7553 0 0 25 0 1 0 635822423 702636032 155296 996147200 134512640 134931368 4294956256 18446744073709551615 134520640 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 171542 155296 40 102 0 171437 0
Current children cumulated CPU time (s) 219.36
Current children cumulated vsize (KiB) 705124

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

[startup+223.901 s]
/proc/loadavg: 3.36 2.88 2.37 3/76 2654
/proc/meminfo: memFree=567808/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=80.33
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 1022 46210 0 2 3 1 7747 282 16 0 1 0 635814166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 799 370 3 0 500 0
[pid=2650] ppid=2624 vsize=5356 CPUtime=0
/proc/2650/stat : 2650 (sh) S 2624 2624 2342 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635822423 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2650/statm: 1339 232 193 169 0 50 0
[pid=2651] ppid=2650 vsize=691712 CPUtime=140.62
/proc/2651/stat : 2651 (picosat) R 2650 2624 2342 0 -1 4194304 156853 0 0 0 6423 7639 0 0 25 0 1 0 635822423 708313088 156839 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 172928 156839 40 102 0 172823 0
Current children cumulated CPU time (s) 220.95
Current children cumulated vsize (KiB) 710668

[startup+227.101 s]
/proc/loadavg: 3.36 2.88 2.37 3/76 2654
/proc/meminfo: memFree=554816/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=80.33
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 1022 46210 0 2 3 1 7747 282 16 0 1 0 635814166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 799 370 3 0 500 0
[pid=2650] ppid=2624 vsize=5356 CPUtime=0
/proc/2650/stat : 2650 (sh) S 2624 2624 2342 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635822423 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2650/statm: 1339 232 193 169 0 50 0
[pid=2651] ppid=2650 vsize=702668 CPUtime=143.81
/proc/2651/stat : 2651 (picosat) R 2650 2624 2342 0 -1 4194304 159944 0 0 0 6565 7816 0 0 25 0 1 0 635822423 719532032 159930 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 175667 159930 40 102 0 175562 0
Current children cumulated CPU time (s) 224.14
Current children cumulated vsize (KiB) 721624

[startup+230.302 s]
/proc/loadavg: 3.25 2.87 2.36 3/76 2654
/proc/meminfo: memFree=542336/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=80.33
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 1022 46210 0 2 3 1 7747 282 16 0 1 0 635814166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 799 370 3 0 500 0
[pid=2650] ppid=2624 vsize=5356 CPUtime=0
/proc/2650/stat : 2650 (sh) S 2624 2624 2342 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635822423 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2650/statm: 1339 232 193 169 0 50 0
[pid=2651] ppid=2650 vsize=713756 CPUtime=146.99
/proc/2651/stat : 2651 (picosat) R 2650 2624 2342 0 -1 4194304 163069 0 0 0 6715 7984 0 0 25 0 1 0 635822423 730886144 163055 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 178439 163055 40 102 0 178334 0
Current children cumulated CPU time (s) 227.32
Current children cumulated vsize (KiB) 732712

[startup+231.902 s]
/proc/loadavg: 3.25 2.87 2.36 3/76 2654
/proc/meminfo: memFree=539072/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=80.33
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 1022 46210 0 2 3 1 7747 282 16 0 1 0 635814166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2624/statm: 3400 799 370 3 0 500 0
[pid=2650] ppid=2624 vsize=5356 CPUtime=0
/proc/2650/stat : 2650 (sh) S 2624 2624 2342 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635822423 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2650/statm: 1339 232 193 169 0 50 0
[pid=2651] ppid=2650 vsize=718296 CPUtime=148.59
/proc/2651/stat : 2651 (picosat) R 2650 2624 2342 0 -1 4194304 163589 0 0 0 6868 7991 0 0 25 0 1 0 635822423 735535104 163500 996147200 134512640 134931368 4294956256 18446744073709551615 134582050 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 179574 163500 42 102 0 179469 0
Current children cumulated CPU time (s) 228.92
Current children cumulated vsize (KiB) 737252

[startup+232.701 s]
/proc/loadavg: 3.25 2.87 2.36 3/76 2654
/proc/meminfo: memFree=538496/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=229.4
/proc/2624/stat : 2624 (sugar) S 2622 2624 2342 0 -1 4194304 1091 210086 0 2 3 1 14652 8284 15 0 1 0 635814166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2624/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 229.4
Current children cumulated vsize (KiB) 13600

[startup+233.121 s]
/proc/loadavg: 3.23 2.87 2.37 3/74 2664
/proc/meminfo: memFree=1636304/2055920 swapFree=4179368/4192956
[pid=2624] ppid=2622 vsize=13600 CPUtime=230.12
/proc/2624/stat : 2624 (sugar) R 2622 2624 2342 0 -1 4194304 1118 217221 0 3 3 22 14699 8288 16 0 1 0 635814166 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 0 0 0 17 0 0 0
/proc/2624/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 230.12
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 233.127
CPU time (s): 230.149
CPU user time (s): 147.035
CPU system time (s): 83.1144
CPU usage (%): 98.7227
Max. virtual memory (cumulated for all children) (KiB): 900136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.035
system time used= 83.1144
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218369
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= 16729
involuntary context switches= 18493

runsolver used 0.227965 second user time and 0.710891 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-05 07:26:25
IDJOB=1085792
IDBENCH=57706
IDSOLVER=345
FILE ID=node87/1085792-1215235585
PBS_JOBID= 7881958
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp08/normalized-fapp08-0700-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-1085792-1215235585/watcher-1085792-1215235585 -o /tmp/evaluation-result-1085792-1215235585/solver-1085792-1215235585 -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-1085792-1215235585.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 40ccc1d0ec371372bfe35ce6b8f3e8ae
RANDOM SEED=75434292

node87.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1641080 kB
Buffers:         69244 kB
Cached:         265096 kB
SwapCached:       7632 kB
Active:         183172 kB
Inactive:       179708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641080 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:            2272 kB
Writeback:           0 kB
Mapped:          36056 kB
Slab:            37228 kB
Committed_AS:  1665604 kB
PageTables:       1872 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node87 at 2008-07-05 07:30:18