Trace number 1094783

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 159.796 161.639

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-7.xml
MD5SUM132515b669cb04becba12b482cf22b23
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.38079
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
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 19:42:40 2008
0.00/0.04	c 0	PID 12643
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1094783-1215279760.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-1094783-1215279760.xml' 'HOME/temp.csp'
0.03/0.81	c 0	14 domains, 420 variables, 6 predicates, 0 relations, 4737 constraints
0.03/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.79/0.91	c 1	Parsing HOME/temp.csp
1.23/1.39	c 1	parsed 5177 expressions
1.23/1.40	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.40	c 1	Converting to clausal form CSP
1.63/1.79	c 1	converted 518 (10%) expressions
2.71/2.90	c 3	converted 1036 (20%) expressions
3.61/3.75	c 3	converted 1554 (30%) expressions
4.31/4.48	c 4	converted 2071 (40%) expressions
5.09/5.23	c 5	converted 2589 (50%) expressions
5.69/5.81	c 5	converted 3107 (60%) expressions
6.17/6.37	c 6	converted 3624 (70%) expressions
6.97/7.18	c 7	converted 4142 (80%) expressions
7.46/7.70	c 7	converted 4660 (90%) expressions
8.05/8.25	c 8	converted 5177 (100%) expressions
8.05/8.25	c 8	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
8.05/8.25	c 8	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.05/8.25	c 8	Propagation in CSP
8.45/8.60	c 8	10900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.45/8.60	c 8	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
8.45/8.60	c 8	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.45/8.62	c 8	Simplifing CSP by introducing new Boolean variables
8.45/8.69	c 8	CSP : 835 integers, 23130 booleans, 38478 clauses, largest domain size 2821
8.45/8.69	c 8	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.85/9.07	c 9	Encoding CSP to SAT : HOME/temp.cnf
9.24/9.48	c 9	84 (10%) CSP integer variables are encoded (16040 clauses, 218566 bytes)
9.64/9.86	c 10	167 (20%) CSP integer variables are encoded (33048 clauses, 473686 bytes)
10.03/10.25	c 10	251 (30%) CSP integer variables are encoded (51052 clauses, 743746 bytes)
10.42/10.63	c 10	334 (40%) CSP integer variables are encoded (68406 clauses, 1004056 bytes)
10.82/11.01	c 11	418 (50%) CSP integer variables are encoded (85889 clauses, 1266301 bytes)
10.92/11.18	c 11	501 (60%) CSP integer variables are encoded (211472 clauses, 3373847 bytes)
11.12/11.37	c 11	585 (70%) CSP integer variables are encoded (353196 clauses, 5783155 bytes)
11.31/11.53	c 11	668 (80%) CSP integer variables are encoded (471191 clauses, 7789070 bytes)
11.51/11.73	c 11	752 (90%) CSP integer variables are encoded (631131 clauses, 10508050 bytes)
11.71/11.91	c 12	835 (100%) CSP integer variables are encoded (776474 clauses, 12978881 bytes)
23.38/23.79	c 23	3848 (10%) CSP clauses are encoded (2456644 clauses, 48464712 bytes)
32.08/32.53	c 32	7696 (20%) CSP clauses are encoded (4035270 clauses, 82864284 bytes)
37.41/37.90	c 38	11544 (30%) CSP clauses are encoded (5188130 clauses, 108855661 bytes)
40.88/41.48	c 41	15392 (40%) CSP clauses are encoded (6010938 clauses, 127720724 bytes)
44.62/45.28	c 45	19239 (50%) CSP clauses are encoded (7072713 clauses, 152676555 bytes)
47.40/48.01	c 48	23087 (60%) CSP clauses are encoded (7928952 clauses, 173097048 bytes)
49.96/50.69	c 50	26935 (70%) CSP clauses are encoded (8810019 clauses, 194322057 bytes)
52.91/53.65	c 53	30783 (80%) CSP clauses are encoded (9819404 clauses, 218625981 bytes)
55.37/56.15	c 56	34631 (90%) CSP clauses are encoded (10622540 clauses, 237933841 bytes)
57.99/58.87	c 59	38478 (100%) CSP clauses are encoded (11510924 clauses, 259503670 bytes)
57.99/58.87	c 59	38478 CSP clauses encoded
57.99/58.87	c 59	Writing map file : HOME/temp.map
58.10/58.91	c 59	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.10/58.91	c 59	SAT : 800439 SAT variables, 11510924 SAT clauses, 259503670 bytes
58.10/58.91	c 59	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.10/58.93	c 59	SOLVING HOME/temp.cnf
58.10/58.93	c 59	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
158.99/160.85	c 161	DECODING HOME/temp.out WITH HOME/temp.map
158.99/160.85	c 161	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
159.05/160.94	c 161	Decoding HOME/temp.out
159.05/161.44	s UNSATISFIABLE
159.05/161.45	c 161	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
159.05/161.50	c 161	CPU 104.58 (0.04 0.01 104.54 55.06)
159.05/161.50	c 161	END Sat Jul  5 19:45:21 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-1094783-1215279760/watcher-1094783-1215279760 -o /tmp/evaluation-result-1094783-1215279760/solver-1094783-1215279760 -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-1094783-1215279760.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.01 2.13 2.07 4/81 12643
/proc/meminfo: memFree=1731752/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=12132 CPUtime=0
/proc/12643/stat : 12643 (sugar) R 12641 12643 9253 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 2006950331 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 255236412129 0 0 4224 0 0 0 0 17 1 0 0
/proc/12643/statm: 3033 184 142 3 0 133 0

[startup+0.0549121 s]
/proc/loadavg: 2.01 2.13 2.07 4/81 12643
/proc/meminfo: memFree=1731752/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=0.03
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006950331 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10192 s]
/proc/loadavg: 2.01 2.13 2.07 4/81 12643
/proc/meminfo: memFree=1731752/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=0.03
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006950331 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301952 s]
/proc/loadavg: 2.01 2.13 2.07 4/81 12643
/proc/meminfo: memFree=1731752/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=0.03
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006950331 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702034 s]
/proc/loadavg: 2.01 2.13 2.07 4/81 12643
/proc/meminfo: memFree=1731752/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=0.03
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006950331 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 2.01 2.13 2.07 4/92 12665
/proc/meminfo: memFree=1724304/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=0.79
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 974 7291 0 1 3 1 70 5 15 0 1 0 2006950331 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 797 370 3 0 500 0
[pid=12656] ppid=12643 vsize=5356 CPUtime=0
/proc/12656/stat : 12656 (sh) S 12643 12643 9253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006950415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12656/statm: 1339 233 193 169 0 50 0
[pid=12657] ppid=12656 vsize=864340 CPUtime=0.64
/proc/12657/stat : 12657 (java) S 12656 12643 9253 0 -1 0 4389 0 1 0 61 3 0 0 18 0 9 0 2006950416 885084160 3828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12657/statm: 216085 3828 1732 9 0 210660 0
[pid=12657/tid=12658] ppid=12656 vsize=864340 CPUtime=0.5
/proc/12657/task/12658/stat : 12658 (java) R 12656 12643 9253 0 -1 64 2660 0 1 0 49 1 0 0 21 0 9 0 2006950417 885084160 3828 996147200 134512640 134550740 4294955952 18446744073709551615 4126573296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12659] ppid=12656 vsize=864340 CPUtime=0.03
/proc/12657/task/12659/stat : 12659 (java) S 12656 12643 9253 0 -1 64 686 0 0 0 3 0 0 0 16 0 9 0 2006950418 885084160 3828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12660] ppid=12656 vsize=864340 CPUtime=0
/proc/12657/task/12660/stat : 12660 (java) S 12656 12643 9253 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2006950418 885084160 3828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12661] ppid=12656 vsize=864340 CPUtime=0
/proc/12657/task/12661/stat : 12661 (java) S 12656 12643 9253 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006950418 885084160 3828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12662] ppid=12656 vsize=864340 CPUtime=0
/proc/12657/task/12662/stat : 12662 (java) S 12656 12643 9253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006950420 885084160 3828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12663] ppid=12656 vsize=864340 CPUtime=0.09
/proc/12657/task/12663/stat : 12663 (java) S 12656 12643 9253 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 2006950420 885084160 3828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12664] ppid=12656 vsize=864340 CPUtime=0
/proc/12657/task/12664/stat : 12664 (java) S 12656 12643 9253 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006950420 885084160 3828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12665] ppid=12656 vsize=864340 CPUtime=0
/proc/12657/task/12665/stat : 12665 (java) S 12656 12643 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006950420 885084160 3828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883296

[startup+3.10248 s]
/proc/loadavg: 2.01 2.13 2.07 3/92 12665
/proc/meminfo: memFree=1713424/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=0.79
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 974 7291 0 1 3 1 70 5 16 0 1 0 2006950331 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 797 370 3 0 500 0
[pid=12656] ppid=12643 vsize=5356 CPUtime=0
/proc/12656/stat : 12656 (sh) S 12643 12643 9253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006950415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12656/statm: 1339 233 193 169 0 50 0
[pid=12657] ppid=12656 vsize=868404 CPUtime=2.23
/proc/12657/stat : 12657 (java) S 12656 12643 9253 0 -1 0 8638 0 1 0 218 5 0 0 18 0 9 0 2006950416 889245696 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12657/statm: 217101 7768 2540 9 0 211676 0
[pid=12657/tid=12658] ppid=12656 vsize=868404 CPUtime=1.73
/proc/12657/task/12658/stat : 12658 (java) R 12656 12643 9253 0 -1 64 2775 0 1 0 172 1 0 0 25 0 9 0 2006950417 889245696 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4126575951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12659] ppid=12656 vsize=868404 CPUtime=0.27
/proc/12657/task/12659/stat : 12659 (java) S 12656 12643 9253 0 -1 64 3712 0 0 0 26 1 0 0 16 0 9 0 2006950418 889245696 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12660] ppid=12656 vsize=868404 CPUtime=0
/proc/12657/task/12660/stat : 12660 (java) S 12656 12643 9253 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2006950418 889245696 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12661] ppid=12656 vsize=868404 CPUtime=0
/proc/12657/task/12661/stat : 12661 (java) S 12656 12643 9253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006950418 889245696 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12662] ppid=12656 vsize=868404 CPUtime=0
/proc/12657/task/12662/stat : 12662 (java) S 12656 12643 9253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006950420 889245696 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12663] ppid=12656 vsize=868404 CPUtime=0.19
/proc/12657/task/12663/stat : 12663 (java) S 12656 12643 9253 0 -1 64 1458 0 0 0 19 0 0 0 15 0 9 0 2006950420 889245696 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12664] ppid=12656 vsize=868404 CPUtime=0
/proc/12657/task/12664/stat : 12664 (java) S 12656 12643 9253 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006950420 889245696 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12665] ppid=12656 vsize=868404 CPUtime=0
/proc/12657/task/12665/stat : 12665 (java) S 12656 12643 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006950420 889245696 7768 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887360

[startup+6.30208 s]
/proc/loadavg: 2.01 2.13 2.07 3/92 12665
/proc/meminfo: memFree=1693072/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=0.79
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 974 7291 0 1 3 1 70 5 15 0 1 0 2006950331 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 797 370 3 0 500 0
[pid=12656] ppid=12643 vsize=5356 CPUtime=0
/proc/12656/stat : 12656 (sh) S 12643 12643 9253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006950415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12656/statm: 1339 233 193 169 0 50 0
[pid=12657] ppid=12656 vsize=868404 CPUtime=5.38
/proc/12657/stat : 12657 (java) S 12656 12643 9253 0 -1 0 14045 0 1 0 529 9 0 0 18 0 9 0 2006950416 889245696 13026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12657/statm: 217101 13026 2540 9 0 211676 0
[pid=12657/tid=12658] ppid=12656 vsize=868404 CPUtime=4.32
/proc/12657/task/12658/stat : 12658 (java) R 12656 12643 9253 0 -1 64 3164 0 1 0 430 2 0 0 25 0 9 0 2006950417 889245696 13026 996147200 134512640 134550740 4294955952 18446744073709551615 4126572056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12659] ppid=12656 vsize=868404 CPUtime=0.84
/proc/12657/task/12659/stat : 12659 (java) S 12656 12643 9253 0 -1 64 8725 0 0 0 79 5 0 0 16 0 9 0 2006950418 889245696 13026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12660] ppid=12656 vsize=868404 CPUtime=0
/proc/12657/task/12660/stat : 12660 (java) S 12656 12643 9253 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2006950418 889245696 13026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12661] ppid=12656 vsize=868404 CPUtime=0
/proc/12657/task/12661/stat : 12661 (java) S 12656 12643 9253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006950418 889245696 13026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12662] ppid=12656 vsize=868404 CPUtime=0
/proc/12657/task/12662/stat : 12662 (java) S 12656 12643 9253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006950420 889245696 13026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12663] ppid=12656 vsize=868404 CPUtime=0.21
/proc/12657/task/12663/stat : 12663 (java) S 12656 12643 9253 0 -1 64 1463 0 0 0 20 1 0 0 15 0 9 0 2006950420 889245696 13026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12664] ppid=12656 vsize=868404 CPUtime=0
/proc/12657/task/12664/stat : 12664 (java) S 12656 12643 9253 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006950420 889245696 13026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12665] ppid=12656 vsize=868404 CPUtime=0
/proc/12657/task/12665/stat : 12665 (java) S 12656 12643 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006950420 889245696 13026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887360

[startup+12.7023 s]
/proc/loadavg: 2.01 2.12 2.07 3/92 12665
/proc/meminfo: memFree=1654608/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=0.79
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 974 7291 0 1 3 1 70 5 15 0 1 0 2006950331 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 797 370 3 0 500 0
[pid=12656] ppid=12643 vsize=5356 CPUtime=0
/proc/12656/stat : 12656 (sh) S 12643 12643 9253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006950415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12656/statm: 1339 233 193 169 0 50 0
[pid=12657] ppid=12656 vsize=868516 CPUtime=11.71
/proc/12657/stat : 12657 (java) S 12656 12643 9253 0 -1 0 26032 0 1 0 1144 27 0 0 18 0 9 0 2006950416 889360384 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12657/statm: 217129 17807 2566 9 0 211676 0
[pid=12657/tid=12658] ppid=12656 vsize=868516 CPUtime=9.58
/proc/12657/task/12658/stat : 12658 (java) R 12656 12643 9253 0 -1 64 3722 0 1 0 945 13 0 0 25 0 9 0 2006950417 889360384 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4127021062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12659] ppid=12656 vsize=868516 CPUtime=1.82
/proc/12657/task/12659/stat : 12659 (java) S 12656 12643 9253 0 -1 64 20112 0 0 0 171 11 0 0 16 0 9 0 2006950418 889360384 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12660] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12660/stat : 12660 (java) S 12656 12643 9253 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2006950418 889360384 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12661] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12661/stat : 12661 (java) S 12656 12643 9253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006950418 889360384 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12662] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12662/stat : 12662 (java) S 12656 12643 9253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006950420 889360384 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12663] ppid=12656 vsize=868516 CPUtime=0.28
/proc/12657/task/12663/stat : 12663 (java) S 12656 12643 9253 0 -1 64 1505 0 0 0 27 1 0 0 15 0 9 0 2006950420 889360384 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12664] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12664/stat : 12664 (java) S 12656 12643 9253 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006950420 889360384 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12665] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12665/stat : 12665 (java) S 12656 12643 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006950420 889360384 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887472

[startup+25.5017 s]
/proc/loadavg: 2.23 2.16 2.08 3/92 12665
/proc/meminfo: memFree=1614608/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=0.79
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 974 7291 0 1 3 1 70 5 16 0 1 0 2006950331 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 797 370 3 0 500 0
[pid=12656] ppid=12643 vsize=5356 CPUtime=0
/proc/12656/stat : 12656 (sh) S 12643 12643 9253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006950415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12656/statm: 1339 233 193 169 0 50 0
[pid=12657] ppid=12656 vsize=868516 CPUtime=24.36
/proc/12657/stat : 12657 (java) S 12656 12643 9253 0 -1 0 26254 0 1 0 2384 52 0 0 18 0 9 0 2006950416 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12657/statm: 217129 17814 2566 9 0 211676 0
[pid=12657/tid=12658] ppid=12656 vsize=868516 CPUtime=22.12
/proc/12657/task/12658/stat : 12658 (java) R 12656 12643 9253 0 -1 64 3937 0 1 0 2176 36 0 0 25 0 9 0 2006950417 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4127022496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12659] ppid=12656 vsize=868516 CPUtime=1.92
/proc/12657/task/12659/stat : 12659 (java) S 12656 12643 9253 0 -1 64 20112 0 0 0 179 13 0 0 16 0 9 0 2006950418 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12660] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12660/stat : 12660 (java) S 12656 12643 9253 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2006950418 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12661] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12661/stat : 12661 (java) S 12656 12643 9253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006950418 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

/proc/12657/task/12664/stat : 12664 (java) S 12656 12643 9253 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006950420 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12665] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12665/stat : 12665 (java) S 12656 12643 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006950420 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887472

[startup+51.1025 s]
/proc/loadavg: 2.49 2.23 2.11 3/92 12665
/proc/meminfo: memFree=1475088/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=0.79
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 974 7291 0 1 3 1 70 5 16 0 1 0 2006950331 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 797 370 3 0 500 0
[pid=12656] ppid=12643 vsize=5356 CPUtime=0
/proc/12656/stat : 12656 (sh) S 12643 12643 9253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006950415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12656/statm: 1339 233 193 169 0 50 0
[pid=12657] ppid=12656 vsize=868516 CPUtime=49.66
/proc/12657/stat : 12657 (java) S 12656 12643 9253 0 -1 0 26964 0 1 0 4822 144 0 0 18 0 9 0 2006950416 889360384 17815 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12657/statm: 217129 17815 2566 9 0 211676 0
[pid=12657/tid=12658] ppid=12656 vsize=868516 CPUtime=47.05
/proc/12657/task/12658/stat : 12658 (java) R 12656 12643 9253 0 -1 64 4646 0 1 0 4583 122 0 0 25 0 9 0 2006950417 889360384 17815 996147200 134512640 134550740 4294955952 18446744073709551615 4127028312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12659] ppid=12656 vsize=868516 CPUtime=2.28
/proc/12657/task/12659/stat : 12659 (java) S 12656 12643 9253 0 -1 64 20112 0 0 0 210 18 0 0 16 0 9 0 2006950418 889360384 17815 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12660] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12660/stat : 12660 (java) S 12656 12643 9253 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2006950418 889360384 17815 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12661] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12661/stat : 12661 (java) S 12656 12643 9253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006950418 889360384 17815 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12662] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12662/stat : 12662 (java) S 12656 12643 9253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006950420 889360384 17815 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12663] ppid=12656 vsize=868516 CPUtime=0.29
/proc/12657/task/12663/stat : 12663 (java) S 12656 12643 9253 0 -1 64 1513 0 0 0 28 1 0 0 15 0 9 0 2006950420 889360384 17815 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12664] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12664/stat : 12664 (java) S 12656 12643 9253 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006950420 889360384 17815 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12657/tid=12665] ppid=12656 vsize=868516 CPUtime=0
/proc/12657/task/12665/stat : 12665 (java) S 12656 12643 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006950420 889360384 17815 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 887472

[startup+102.306 s]
/proc/loadavg: 2.33 2.24 2.11 3/84 12667
/proc/meminfo: memFree=1264784/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=58.14
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 1022 34859 0 2 3 1 5619 191 16 0 1 0 2006950331 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 799 370 3 0 500 0
[pid=12666] ppid=12643 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12643 12643 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006956225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 232 193 169 0 50 0
[pid=12667] ppid=12666 vsize=226308 CPUtime=42.93
/proc/12667/stat : 12667 (picosat) R 12666 12643 9253 0 -1 4194304 51294 0 0 0 1936 2357 0 0 25 0 1 0 2006956225 231739392 51280 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 56577 51280 40 102 0 56472 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 245264

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

[startup+127.902 s]
/proc/loadavg: 2.22 2.22 2.11 3/84 12667
/proc/meminfo: memFree=1174480/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=58.14
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 1022 34859 0 2 3 1 5619 191 16 0 1 0 2006950331 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 799 370 3 0 500 0
[pid=12666] ppid=12643 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12643 12643 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006956225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 232 193 169 0 50 0
[pid=12667] ppid=12666 vsize=324304 CPUtime=68.29
/proc/12667/stat : 12667 (picosat) R 12666 12643 9253 0 -1 4194304 74105 0 0 0 3093 3736 0 0 25 0 1 0 2006956225 332087296 74091 996147200 134512640 134931368 4294956256 18446744073709551615 134520640 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 81076 74091 40 102 0 80971 0
Current children cumulated CPU time (s) 126.43
Current children cumulated vsize (KiB) 343260

[startup+140.702 s]
/proc/loadavg: 2.17 2.20 2.10 3/84 12667
/proc/meminfo: memFree=1127312/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=58.14
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 1022 34859 0 2 3 1 5619 191 16 0 1 0 2006950331 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 799 370 3 0 500 0
[pid=12666] ppid=12643 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12643 12643 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006956225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 232 193 169 0 50 0
[pid=12667] ppid=12666 vsize=364828 CPUtime=80.97
/proc/12667/stat : 12667 (picosat) R 12666 12643 9253 0 -1 4194304 85533 0 0 0 3672 4425 0 0 25 0 1 0 2006956225 373583872 85519 996147200 134512640 134931368 4294956256 18446744073709551615 134560125 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 91207 85519 40 102 0 91102 0
Current children cumulated CPU time (s) 139.11
Current children cumulated vsize (KiB) 383784

[startup+153.502 s]
/proc/loadavg: 2.14 2.20 2.10 3/84 12667
/proc/meminfo: memFree=1083536/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=58.14
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 1022 34859 0 2 3 1 5619 191 16 0 1 0 2006950331 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 799 370 3 0 500 0
[pid=12666] ppid=12643 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12643 12643 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006956225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 232 193 169 0 50 0
[pid=12667] ppid=12666 vsize=405748 CPUtime=93.62
/proc/12667/stat : 12667 (picosat) R 12666 12643 9253 0 -1 4194304 97047 0 0 0 4261 5101 0 0 25 0 1 0 2006956225 415485952 97033 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 101437 97033 40 102 0 101332 0
Current children cumulated CPU time (s) 151.76
Current children cumulated vsize (KiB) 424704

[startup+156.701 s]
/proc/loadavg: 2.13 2.19 2.10 3/84 12667
/proc/meminfo: memFree=1071504/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=58.14
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 1022 34859 0 2 3 1 5619 191 16 0 1 0 2006950331 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 799 370 3 0 500 0
[pid=12666] ppid=12643 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12643 12643 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006956225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 232 193 169 0 50 0
[pid=12667] ppid=12666 vsize=448944 CPUtime=96.79
/proc/12667/stat : 12667 (picosat) R 12666 12643 9253 0 -1 4194304 100015 0 0 0 4407 5272 0 0 25 0 1 0 2006956225 459718656 100001 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 112236 100001 40 102 0 112131 0
Current children cumulated CPU time (s) 154.93
Current children cumulated vsize (KiB) 467900

[startup+159.903 s]
/proc/loadavg: 2.12 2.19 2.10 3/84 12667
/proc/meminfo: memFree=1064464/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=58.14
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 1022 34859 0 2 3 1 5619 191 16 0 1 0 2006950331 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 799 370 3 0 500 0
[pid=12666] ppid=12643 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12643 12643 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006956225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 232 193 169 0 50 0
[pid=12667] ppid=12666 vsize=459600 CPUtime=99.96
/proc/12667/stat : 12667 (picosat) R 12666 12643 9253 0 -1 4194304 101277 0 0 0 4692 5304 0 0 25 0 1 0 2006956225 470630400 101212 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 114900 101212 42 102 0 114795 0
Current children cumulated CPU time (s) 158.1
Current children cumulated vsize (KiB) 478556

[startup+160.702 s]
/proc/loadavg: 2.12 2.19 2.10 3/84 12667
/proc/meminfo: memFree=1064080/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=58.14
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 1022 34859 0 2 3 1 5619 191 16 0 1 0 2006950331 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 799 370 3 0 500 0
[pid=12666] ppid=12643 vsize=5356 CPUtime=0
/proc/12666/stat : 12666 (sh) S 12643 12643 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006956225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12666/statm: 1339 232 193 169 0 50 0
[pid=12667] ppid=12666 vsize=402256 CPUtime=100.76
/proc/12667/stat : 12667 (picosat) R 12666 12643 9253 0 -1 4194304 101344 0 0 0 4771 5305 0 0 25 0 1 0 2006956225 411910144 92820 996147200 134512640 134931368 4294956256 18446744073709551615 134533842 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 100564 92820 42 102 0 100459 0
Current children cumulated CPU time (s) 158.9
Current children cumulated vsize (KiB) 421212

[startup+161.102 s]
/proc/loadavg: 2.12 2.19 2.10 3/84 12667
/proc/meminfo: memFree=1064080/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=159.05
/proc/12643/stat : 12643 (sugar) S 12641 12643 9253 0 -1 4194304 1091 136490 0 2 3 1 10399 5502 16 0 1 0 2006950331 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12643/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 159.05
Current children cumulated vsize (KiB) 13600

[startup+161.509 s]
/proc/loadavg: 2.12 2.19 2.10 3/84 12667
/proc/meminfo: memFree=1064080/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=159.66
/proc/12643/stat : 12643 (sugar) R 12641 12643 9253 0 -1 4194304 1118 142932 0 3 4 2 10454 5506 16 0 1 0 2006950331 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12643/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 159.66
Current children cumulated vsize (KiB) 13600

[startup+161.601 s]
/proc/loadavg: 2.12 2.19 2.10 3/82 12677
/proc/meminfo: memFree=1693792/2055920 swapFree=4180456/4192956
[pid=12643] ppid=12641 vsize=13600 CPUtime=159.75
/proc/12643/stat : 12643 (sugar) R 12641 12643 9253 0 -1 4194304 1118 142932 0 3 4 11 10454 5506 16 0 1 0 2006950331 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12643/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 159.75
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 161.639
CPU time (s): 159.796
CPU user time (s): 104.586
CPU system time (s): 55.2096
CPU usage (%): 98.8596
Max. virtual memory (cumulated for all children) (KiB): 897608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.586
system time used= 55.2096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144080
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= 14707
involuntary context switches= 21015

runsolver used 0.220966 second user time and 0.544917 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 19:42:40
IDJOB=1094783
IDBENCH=58830
IDSOLVER=345
FILE ID=node19/1094783-1215279760
PBS_JOBID= 7882199
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp20/normalized-fapp20-0420-7.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-1094783-1215279760/watcher-1094783-1215279760 -o /tmp/evaluation-result-1094783-1215279760/solver-1094783-1215279760 -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-1094783-1215279760.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 132515b669cb04becba12b482cf22b23
RANDOM SEED=1000194765

node19.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1732232 kB
Buffers:         46328 kB
Cached:         195512 kB
SwapCached:       6496 kB
Active:         168920 kB
Inactive:       100356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732232 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          43736 kB
Slab:            39448 kB
Committed_AS:  3545252 kB
PageTables:       1948 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= 66560 MiB
End job on node19 at 2008-07-05 19:45:21