Trace number 1087724

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 128.538 135.094

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-4.xml
MD5SUM20a4b386543d008e4a5d9418ad2d042b
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 benchmark11.8522
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
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 10:11:21 2008
0.00/0.04	c 0	PID 32469
0.00/0.04	c 0	HOST node84.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1087724-1215245480.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-1087724-1215245480.xml' 'HOME/temp.csp'
0.03/0.79	c 0	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.03/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.82	c 0	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.76/0.90	c 0	Parsing HOME/temp.csp
1.01/1.16	c 1	parsed 4697 expressions
1.01/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.16	c 1	Converting to clausal form CSP
1.41/1.51	c 1	converted 470 (10%) expressions
1.80/1.97	c 1	converted 940 (20%) expressions
2.20/2.38	c 2	converted 1410 (30%) expressions
2.51/2.67	c 2	converted 1879 (40%) expressions
2.90/3.03	c 3	converted 2349 (50%) expressions
3.20/3.31	c 3	converted 2819 (60%) expressions
3.39/3.56	c 3	converted 3288 (70%) expressions
3.80/3.98	c 3	converted 3758 (80%) expressions
4.09/4.26	c 4	converted 4228 (90%) expressions
4.39/4.56	c 4	converted 4697 (100%) expressions
4.39/4.56	c 4	CSP : 600 integers, 12749 booleans, 26543 clauses, largest domain size 2657
4.39/4.56	c 4	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.39/4.56	c 4	Propagation in CSP
4.59/4.76	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.59/4.76	c 4	CSP : 600 integers, 12749 booleans, 26543 clauses, largest domain size 2657
4.59/4.76	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.59/4.77	c 4	Simplifing CSP by introducing new Boolean variables
4.70/4.82	c 4	CSP : 600 integers, 21393 booleans, 35187 clauses, largest domain size 2657
4.70/4.82	c 4	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.89/5.02	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.09/5.27	c 5	60 (10%) CSP integer variables are encoded (10848 clauses, 140692 bytes)
5.29/5.46	c 5	120 (20%) CSP integer variables are encoded (21172 clauses, 295552 bytes)
5.48/5.65	c 5	180 (30%) CSP integer variables are encoded (31652 clauses, 452752 bytes)
5.68/5.81	c 5	240 (40%) CSP integer variables are encoded (40776 clauses, 589612 bytes)
5.88/6.03	c 6	300 (50%) CSP integer variables are encoded (52936 clauses, 772012 bytes)
5.98/6.16	c 6	360 (60%) CSP integer variables are encoded (167096 clauses, 2619267 bytes)
6.18/6.31	c 6	420 (70%) CSP integer variables are encoded (289226 clauses, 4695477 bytes)
6.28/6.43	c 6	480 (80%) CSP integer variables are encoded (390282 clauses, 6413429 bytes)
6.38/6.56	c 6	540 (90%) CSP integer variables are encoded (504074 clauses, 8347893 bytes)
6.48/6.68	c 6	600 (100%) CSP integer variables are encoded (609728 clauses, 10144011 bytes)
16.52/16.71	c 16	3519 (10%) CSP clauses are encoded (2548652 clauses, 51549311 bytes)
22.05/23.37	c 23	7038 (20%) CSP clauses are encoded (3857489 clauses, 80175932 bytes)
25.22/28.06	c 28	10557 (30%) CSP clauses are encoded (4819362 clauses, 102351611 bytes)
27.72/30.56	c 30	14075 (40%) CSP clauses are encoded (5692117 clauses, 122854080 bytes)
30.07/34.13	c 34	17594 (50%) CSP clauses are encoded (6578764 clauses, 143897829 bytes)
32.07/36.18	c 36	21113 (60%) CSP clauses are encoded (7375429 clauses, 163096121 bytes)
34.46/38.58	c 38	24631 (70%) CSP clauses are encoded (8357309 clauses, 186826457 bytes)
36.34/40.45	c 40	28150 (80%) CSP clauses are encoded (9100277 clauses, 204714370 bytes)
38.14/42.22	c 42	31669 (90%) CSP clauses are encoded (9818555 clauses, 222035529 bytes)
40.21/45.71	c 45	35187 (100%) CSP clauses are encoded (10651051 clauses, 242083451 bytes)
40.21/45.71	c 45	35187 CSP clauses encoded
40.21/45.71	c 45	Writing map file : HOME/temp.map
40.21/45.74	c 45	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
40.21/45.74	c 45	SAT : 631721 SAT variables, 10651051 SAT clauses, 242083451 bytes
40.21/45.74	c 45	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
40.21/45.78	c 45	SOLVING HOME/temp.cnf
40.21/45.78	c 45	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
128.03/134.65	c 134	DECODING HOME/temp.out WITH HOME/temp.map
128.03/134.65	c 134	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
128.09/134.74	c 134	Decoding HOME/temp.out
128.09/134.94	s UNSATISFIABLE
128.09/134.94	c 134	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
128.09/134.98	c 134	CPU 80.21 (0.03 0.01 80.18 48.18)
128.09/134.98	c 134	END Sat Jul  5 10:13:35 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-1087724-1215245480/watcher-1087724-1215245480 -o /tmp/evaluation-result-1087724-1215245480/solver-1087724-1215245480 -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-1087724-1215245480.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: 1.91 1.97 1.99 4/73 32469
/proc/meminfo: memFree=1877320/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=12272 CPUtime=0
/proc/32469/stat : 32469 (sugar) R 32467 32469 31264 0 -1 4194304 358 0 0 0 0 0 0 0 18 0 1 0 647468188 12566528 326 996147200 4194304 4206940 548682068608 18446744073709551615 243679221248 0 0 4224 0 0 0 0 17 0 0 0
/proc/32469/statm: 3068 327 246 3 0 168 0

[startup+0.0867551 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 32469
/proc/meminfo: memFree=1877320/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=0.03
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 647468188 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102754 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 32469
/proc/meminfo: memFree=1877320/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=0.03
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 647468188 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302776 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 32469
/proc/meminfo: memFree=1877320/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=0.03
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 647468188 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702818 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 32469
/proc/meminfo: memFree=1877320/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=0.03
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 647468188 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5019 s]
/proc/loadavg: 1.91 1.97 1.99 3/84 32491
/proc/meminfo: memFree=1869360/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=0.76
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 974 7158 0 1 3 0 69 4 15 0 1 0 647468188 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32469/statm: 3400 797 370 3 0 500 0
[pid=32482] ppid=32469 vsize=5356 CPUtime=0
/proc/32482/stat : 32482 (sh) S 32469 32469 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647468270 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32482/statm: 1339 233 193 169 0 50 0
[pid=32483] ppid=32482 vsize=868240 CPUtime=0.65
/proc/32483/stat : 32483 (java) S 32482 32469 31264 0 -1 0 5653 0 1 0 62 3 0 0 18 0 9 0 647468271 889077760 5033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32483/statm: 217060 5033 1732 9 0 211635 0
[pid=32483/tid=32484] ppid=32482 vsize=868240 CPUtime=0.42
/proc/32483/task/32484/stat : 32484 (java) R 32482 32469 31264 0 -1 64 2673 0 1 0 41 1 0 0 20 0 9 0 647468272 889077760 5033 996147200 134512640 134550740 4294955952 18446744073709551615 4126477660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32485] ppid=32482 vsize=868240 CPUtime=0.04
/proc/32483/task/32485/stat : 32485 (java) S 32482 32469 31264 0 -1 64 829 0 0 0 4 0 0 0 16 0 9 0 647468273 889077760 5033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32486] ppid=32482 vsize=868240 CPUtime=0
/proc/32483/task/32486/stat : 32486 (java) S 32482 32469 31264 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 647468273 889077760 5033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32487] ppid=32482 vsize=868240 CPUtime=0
/proc/32483/task/32487/stat : 32487 (java) S 32482 32469 31264 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 647468273 889077760 5033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32488] ppid=32482 vsize=868240 CPUtime=0
/proc/32483/task/32488/stat : 32488 (java) S 32482 32469 31264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 647468275 889077760 5033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32489] ppid=32482 vsize=868240 CPUtime=0.16
/proc/32483/task/32489/stat : 32489 (java) S 32482 32469 31264 0 -1 64 1459 0 0 0 15 1 0 0 15 0 9 0 647468275 889077760 5033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32490] ppid=32482 vsize=868240 CPUtime=0
/proc/32483/task/32490/stat : 32490 (java) S 32482 32469 31264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647468275 889077760 5033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32491] ppid=32482 vsize=868240 CPUtime=0
/proc/32483/task/32491/stat : 32491 (java) S 32482 32469 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647468275 889077760 5033 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887196

[startup+3.10106 s]
/proc/loadavg: 1.91 1.97 1.99 4/84 32491
/proc/meminfo: memFree=1856752/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=0.76
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 974 7158 0 1 3 0 69 4 15 0 1 0 647468188 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32469/statm: 3400 797 370 3 0 500 0
[pid=32482] ppid=32469 vsize=5356 CPUtime=0
/proc/32482/stat : 32482 (sh) S 32469 32469 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647468270 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32482/statm: 1339 233 193 169 0 50 0
[pid=32483] ppid=32482 vsize=868356 CPUtime=2.25
/proc/32483/stat : 32483 (java) S 32482 32469 31264 0 -1 0 9980 0 1 0 218 7 0 0 18 0 9 0 647468271 889196544 9038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32483/statm: 217089 9038 2540 9 0 211664 0
[pid=32483/tid=32484] ppid=32482 vsize=868356 CPUtime=1.63
/proc/32483/task/32484/stat : 32484 (java) R 32482 32469 31264 0 -1 64 2921 0 1 0 161 2 0 0 25 0 9 0 647468272 889196544 9038 996147200 134512640 134550740 4294955952 18446744073709551615 4126578132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32485] ppid=32482 vsize=868356 CPUtime=0.4
/proc/32483/task/32485/stat : 32485 (java) S 32482 32469 31264 0 -1 64 4892 0 0 0 38 2 0 0 16 0 9 0 647468273 889196544 9038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32486] ppid=32482 vsize=868356 CPUtime=0
/proc/32483/task/32486/stat : 32486 (java) S 32482 32469 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647468273 889196544 9038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32487] ppid=32482 vsize=868356 CPUtime=0
/proc/32483/task/32487/stat : 32487 (java) S 32482 32469 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647468273 889196544 9038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32488] ppid=32482 vsize=868356 CPUtime=0
/proc/32483/task/32488/stat : 32488 (java) S 32482 32469 31264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 647468275 889196544 9038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32489] ppid=32482 vsize=868356 CPUtime=0.17
/proc/32483/task/32489/stat : 32489 (java) S 32482 32469 31264 0 -1 64 1474 0 0 0 16 1 0 0 15 0 9 0 647468275 889196544 9038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32490] ppid=32482 vsize=868356 CPUtime=0
/proc/32483/task/32490/stat : 32490 (java) S 32482 32469 31264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647468275 889196544 9038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32491] ppid=32482 vsize=868356 CPUtime=0
/proc/32483/task/32491/stat : 32491 (java) S 32482 32469 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647468275 889196544 9038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887312

[startup+6.30239 s]
/proc/loadavg: 1.92 1.97 1.99 3/84 32491
/proc/meminfo: memFree=1832240/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=0.76
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 974 7158 0 1 3 0 69 4 15 0 1 0 647468188 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32469/statm: 3400 797 370 3 0 500 0
[pid=32482] ppid=32469 vsize=5356 CPUtime=0
/proc/32482/stat : 32482 (sh) S 32469 32469 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647468270 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32482/statm: 1339 233 193 169 0 50 0
[pid=32483] ppid=32482 vsize=868468 CPUtime=5.42
/proc/32483/stat : 32483 (java) S 32482 32469 31264 0 -1 0 14230 0 1 0 529 13 0 0 18 0 9 0 647468271 889311232 13034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32483/statm: 217117 13034 2566 9 0 211664 0
[pid=32483/tid=32484] ppid=32482 vsize=868468 CPUtime=4.2
/proc/32483/task/32484/stat : 32484 (java) R 32482 32469 31264 0 -1 64 3351 0 1 0 414 6 0 0 25 0 9 0 647468272 889311232 13034 996147200 134512640 134550740 4294955952 18446744073709551615 4127002473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32485] ppid=32482 vsize=868468 CPUtime=0.98
/proc/32483/task/32485/stat : 32485 (java) S 32482 32469 31264 0 -1 64 8677 0 0 0 93 5 0 0 16 0 9 0 647468273 889311232 13034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32486] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32486/stat : 32486 (java) S 32482 32469 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647468273 889311232 13034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32487] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32487/stat : 32487 (java) S 32482 32469 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647468273 889311232 13034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32488] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32488/stat : 32488 (java) S 32482 32469 31264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 647468275 889311232 13034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32489] ppid=32482 vsize=868468 CPUtime=0.22
/proc/32483/task/32489/stat : 32489 (java) S 32482 32469 31264 0 -1 64 1509 0 0 0 21 1 0 0 16 0 9 0 647468275 889311232 13034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32490] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32490/stat : 32490 (java) S 32482 32469 31264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647468275 889311232 13034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32491] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32491/stat : 32491 (java) S 32482 32469 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647468275 889311232 13034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887424

[startup+12.702 s]
/proc/loadavg: 2.01 1.98 2.00 3/84 32491
/proc/meminfo: memFree=1801072/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=0.76
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 974 7158 0 1 3 0 69 4 15 0 1 0 647468188 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32469/statm: 3400 797 370 3 0 500 0
[pid=32482] ppid=32469 vsize=5356 CPUtime=0
/proc/32482/stat : 32482 (sh) S 32469 32469 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647468270 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32482/statm: 1339 233 193 169 0 50 0
[pid=32483] ppid=32482 vsize=868468 CPUtime=11.78
/proc/32483/stat : 32483 (java) S 32482 32469 31264 0 -1 0 14493 0 1 0 1147 31 0 0 18 0 9 0 647468271 889311232 13049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32483/statm: 217117 13049 2566 9 0 211664 0
[pid=32483/tid=32484] ppid=32482 vsize=868468 CPUtime=10.43
/proc/32483/task/32484/stat : 32484 (java) R 32482 32469 31264 0 -1 64 3601 0 1 0 1021 22 0 0 25 0 9 0 647468272 889311232 13049 996147200 134512640 134550740 4294955952 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32485] ppid=32482 vsize=868468 CPUtime=1.07
/proc/32483/task/32485/stat : 32485 (java) S 32482 32469 31264 0 -1 64 8677 0 0 0 101 6 0 0 16 0 9 0 647468273 889311232 13049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32486] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32486/stat : 32486 (java) S 32482 32469 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647468273 889311232 13049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32487] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32487/stat : 32487 (java) S 32482 32469 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647468273 889311232 13049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32488] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32488/stat : 32488 (java) S 32482 32469 31264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 647468275 889311232 13049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32489] ppid=32482 vsize=868468 CPUtime=0.24
/proc/32483/task/32489/stat : 32489 (java) S 32482 32469 31264 0 -1 64 1522 0 0 0 23 1 0 0 17 0 9 0 647468275 889311232 13049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32490] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32490/stat : 32490 (java) S 32482 32469 31264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647468275 889311232 13049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32491] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32491/stat : 32491 (java) S 32482 32469 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647468275 889311232 13049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887424

[startup+25.5024 s]
/proc/loadavg: 2.23 2.03 2.02 3/84 32491
/proc/meminfo: memFree=1739120/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=0.76
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 974 7158 0 1 3 0 69 4 16 0 1 0 647468188 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32469/statm: 3400 797 370 3 0 500 0
[pid=32482] ppid=32469 vsize=5356 CPUtime=0
/proc/32482/stat : 32482 (sh) S 32469 32469 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647468270 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32482/statm: 1339 233 193 169 0 50 0
[pid=32483] ppid=32482 vsize=868468 CPUtime=23.48
/proc/32483/stat : 32483 (java) S 32482 32469 31264 0 -1 0 15018 0 1 0 2280 68 0 0 18 0 9 0 647468271 889311232 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32483/statm: 217117 13053 2566 9 0 211664 0
[pid=32483/tid=32484] ppid=32482 vsize=868468 CPUtime=21.91
/proc/32483/task/32484/stat : 32484 (java) R 32482 32469 31264 0 -1 64 4122 0 1 0 2135 56 0 0 25 0 9 0 647468272 889311232 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4126998823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32485] ppid=32482 vsize=868468 CPUtime=1.3
/proc/32483/task/32485/stat : 32485 (java) S 32482 32469 31264 0 -1 64 8677 0 0 0 120 10 0 0 16 0 9 0 647468273 889311232 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32486] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32486/stat : 32486 (java) S 32482 32469 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647468273 889311232 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32487] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32487/stat : 32487 (java) S 32482 32469 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647468273 889311232 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32488] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32488/stat : 32488 (java) S 32482 32469 31264 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 647468275 889311232 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32489] ppid=32482 vsize=868468 CPUtime=0.25
/proc/32483/task/32489/stat : 32489 (java) S 32482 32469 31264 0 -1 64 1526 0 0 0 24 1 0 0 16 0 9 0 647468275 889311232 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32490] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32490/stat : 32490 (java) S 32482 32469 31264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647468275 889311232 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32483/tid=32491] ppid=32482 vsize=868468 CPUtime=0
/proc/32483/task/32491/stat : 32491 (java) S 32482 32469 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647468275 889311232 13053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.24
Current children cumulated vsize (KiB) 887424

[startup+51.103 s]
/proc/loadavg: 2.77 2.17 2.06 3/76 32494
/proc/meminfo: memFree=1569328/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=40.29
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 1022 23638 0 2 3 0 3862 164 16 0 1 0 647468188 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 799 370 3 0 500 0
[pid=32492] ppid=32469 vsize=5356 CPUtime=0
/proc/32492/stat : 32492 (sh) S 32469 32469 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647472766 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32492/statm: 1339 232 193 169 0 50 0
[pid=32494] ppid=32492 vsize=87188 CPUtime=4.99
/proc/32494/stat : 32494 (picosat) R 32492 32469 31264 0 -1 4194304 15216 0 0 0 231 268 0 0 25 0 1 0 647472796 89280512 15202 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/32494/statm: 21797 15202 40 102 0 21692 0
Current children cumulated CPU time (s) 45.28
Current children cumulated vsize (KiB) 106144

[startup+102.306 s]
/proc/loadavg: 3.50 2.46 2.16 2/71 32727
/proc/meminfo: memFree=1395800/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=40.29
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 1022 23638 0 2 3 0 3862 164 16 0 1 0 647468188 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 799 370 3 0 500 0
[pid=32492] ppid=32469 vsize=5356 CPUtime=0
/proc/32492/stat : 32492 (sh) S 32469 32469 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647472766 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32492/statm: 1339 232 193 169 0 50 0
[pid=32494] ppid=32492 vsize=296160 CPUtime=55.82
/proc/32494/stat : 32494 (picosat) R 32492 32469 31264 0 -1 4194304 64023 0 0 0 2533 3049 0 0 25 0 1 0 647472796 303267840 64009 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/32494/statm: 74040 64009 40 102 0 73935 0
Current children cumulated CPU time (s) 96.11
Current children cumulated vsize (KiB) 315116

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

[startup+115.101 s]
/proc/loadavg: 3.59 2.51 2.18 2/71 300
/proc/meminfo: memFree=1349264/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=40.29
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 1022 23638 0 2 3 0 3862 164 16 0 1 0 647468188 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 799 370 3 0 500 0
[pid=32492] ppid=32469 vsize=5356 CPUtime=0
/proc/32492/stat : 32492 (sh) S 32469 32469 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647472766 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32492/statm: 1339 232 193 169 0 50 0
[pid=32494] ppid=32492 vsize=340784 CPUtime=68.58
/proc/32494/stat : 32494 (picosat) R 32492 32469 31264 0 -1 4194304 76574 0 0 0 3118 3740 0 0 25 0 1 0 647472796 348962816 76560 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/32494/statm: 85196 76560 40 102 0 85091 0
Current children cumulated CPU time (s) 108.87
Current children cumulated vsize (KiB) 359740

[startup+127.903 s]
/proc/loadavg: 3.38 2.51 2.19 3/76 308
/proc/meminfo: memFree=1285864/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=40.29
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 1022 23638 0 2 3 0 3862 164 16 0 1 0 647468188 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 799 370 3 0 500 0
[pid=32492] ppid=32469 vsize=5356 CPUtime=0
/proc/32492/stat : 32492 (sh) S 32469 32469 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647472766 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32492/statm: 1339 232 193 169 0 50 0
[pid=32494] ppid=32492 vsize=384476 CPUtime=81.09
/proc/32494/stat : 32494 (picosat) R 32492 32469 31264 0 -1 4194304 88877 0 0 0 3693 4416 0 0 25 0 1 0 647472796 393703424 88863 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 96119 88863 40 102 0 96014 0
Current children cumulated CPU time (s) 121.38
Current children cumulated vsize (KiB) 403432

[startup+131.101 s]
/proc/loadavg: 3.27 2.50 2.19 3/76 308
/proc/meminfo: memFree=1273640/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=40.29
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 1022 23638 0 2 3 0 3862 164 16 0 1 0 647468188 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 799 370 3 0 500 0
[pid=32492] ppid=32469 vsize=5356 CPUtime=0
/proc/32492/stat : 32492 (sh) S 32469 32469 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647472766 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32492/statm: 1339 232 193 169 0 50 0
[pid=32494] ppid=32492 vsize=395168 CPUtime=84.27
/proc/32494/stat : 32494 (picosat) R 32492 32469 31264 0 -1 4194304 91892 0 0 0 3840 4587 0 0 25 0 1 0 647472796 404652032 91878 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 98792 91878 40 102 0 98687 0
Current children cumulated CPU time (s) 124.56
Current children cumulated vsize (KiB) 414124

[startup+132.701 s]
/proc/loadavg: 3.27 2.50 2.19 3/76 308
/proc/meminfo: memFree=1269160/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=40.29
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 1022 23638 0 2 3 0 3862 164 16 0 1 0 647468188 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 799 370 3 0 500 0
[pid=32492] ppid=32469 vsize=5356 CPUtime=0
/proc/32492/stat : 32492 (sh) S 32469 32469 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647472766 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32492/statm: 1339 232 193 169 0 50 0
[pid=32494] ppid=32492 vsize=399524 CPUtime=85.86
/proc/32494/stat : 32494 (picosat) R 32492 32469 31264 0 -1 4194304 93060 0 0 0 3942 4644 0 0 25 0 1 0 647472796 409112576 93046 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 99881 93046 42 102 0 99776 0
Current children cumulated CPU time (s) 126.15
Current children cumulated vsize (KiB) 418480

[startup+134.301 s]
/proc/loadavg: 3.27 2.50 2.19 3/76 308
/proc/meminfo: memFree=1266856/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=40.29
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 1022 23638 0 2 3 0 3862 164 16 0 1 0 647468188 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 799 370 3 0 500 0
[pid=32492] ppid=32469 vsize=5356 CPUtime=0
/proc/32492/stat : 32492 (sh) S 32469 32469 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647472766 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32492/statm: 1339 232 193 169 0 50 0
[pid=32494] ppid=32492 vsize=407208 CPUtime=87.44
/proc/32494/stat : 32494 (picosat) R 32492 32469 31264 0 -1 4194304 93314 0 0 0 4100 4644 0 0 25 0 1 0 647472796 416980992 93300 996147200 134512640 134931368 4294956256 18446744073709551615 134533679 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 101802 93300 42 102 0 101697 0
Current children cumulated CPU time (s) 127.73
Current children cumulated vsize (KiB) 426164

[startup+134.701 s]
/proc/loadavg: 3.27 2.50 2.19 3/76 308
/proc/meminfo: memFree=1266856/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=128.09
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 1073 117239 0 2 3 0 7992 4814 16 0 1 0 647468188 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32469/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 128.09
Current children cumulated vsize (KiB) 13600

[startup+134.902 s]
/proc/loadavg: 3.27 2.50 2.19 3/76 308
/proc/meminfo: memFree=1266856/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=128.09
/proc/32469/stat : 32469 (sugar) S 32467 32469 31264 0 -1 4194304 1091 117239 0 2 3 0 7992 4814 15 0 1 0 647468188 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32469/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 128.09
Current children cumulated vsize (KiB) 13600

[startup+135.002 s]
/proc/loadavg: 3.27 2.50 2.19 3/76 308
/proc/meminfo: memFree=1266856/2055920 swapFree=4177348/4192956
[pid=32469] ppid=32467 vsize=13600 CPUtime=128.42
/proc/32469/stat : 32469 (sugar) R 32467 32469 31264 0 -1 4194304 1118 122047 0 3 3 3 8018 4818 16 0 1 0 647468188 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 0 0 0 17 0 0 0
/proc/32469/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 128.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 135.094
CPU time (s): 128.538
CPU user time (s): 80.2248
CPU system time (s): 48.3137
CPU usage (%): 95.1471
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.2248
system time used= 48.3137
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123195
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= 19015
involuntary context switches= 20760

runsolver used 0.137979 second user time and 0.415936 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 10:11:20
IDJOB=1087724
IDBENCH=58038
IDSOLVER=345
FILE ID=node84/1087724-1215245480
PBS_JOBID= 7881932
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-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-1087724-1215245480/watcher-1087724-1215245480 -o /tmp/evaluation-result-1087724-1215245480/solver-1087724-1215245480 -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-1087724-1215245480.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 20a4b386543d008e4a5d9418ad2d042b
RANDOM SEED=1139241739

node84.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.231
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.231
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:       1877736 kB
Buffers:          8048 kB
Cached:          67016 kB
SwapCached:       9596 kB
Active:          98044 kB
Inactive:        34840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877736 kB
SwapTotal:     4192956 kB
SwapFree:      4177348 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          65316 kB
Slab:            30560 kB
Committed_AS:  1242028 kB
PageTables:       1856 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= 66556 MiB
End job on node84 at 2008-07-05 10:13:36