Trace number 1094825

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 147.679 168.733

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-5.xml
MD5SUM70ddb348b4d5b5c4a2e5632f29aa23c6
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.39279
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:45:30 2008
0.00/0.04	c 0	PID 12030
0.00/0.04	c 0	HOST node83.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1094825-1215279929.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-1094825-1215279929.xml' 'HOME/temp.csp'
0.04/0.63	c 0	14 domains, 420 variables, 6 predicates, 0 relations, 4737 constraints
0.04/0.67	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.67	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.61/0.74	c 0	Parsing HOME/temp.csp
0.61/1.00	c 0	parsed 5177 expressions
0.93/1.00	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.00	c 0	Converting to clausal form CSP
1.23/1.37	c 1	converted 518 (10%) expressions
2.23/2.38	c 2	converted 1036 (20%) expressions
3.03/3.17	c 3	converted 1554 (30%) expressions
3.73/3.86	c 3	converted 2071 (40%) expressions
4.42/4.55	c 4	converted 2589 (50%) expressions
4.92/5.08	c 5	converted 3107 (60%) expressions
5.43/5.59	c 5	converted 3624 (70%) expressions
6.22/6.34	c 6	converted 4142 (80%) expressions
6.72/6.83	c 6	converted 4660 (90%) expressions
7.22/7.33	c 7	converted 5177 (100%) expressions
7.22/7.33	c 7	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
7.22/7.33	c 7	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.22/7.33	c 7	Propagation in CSP
7.52/7.66	c 7	10900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.52/7.66	c 7	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
7.52/7.66	c 7	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.52/7.67	c 7	Simplifing CSP by introducing new Boolean variables
7.63/7.72	c 7	CSP : 835 integers, 23130 booleans, 38478 clauses, largest domain size 2821
7.63/7.72	c 7	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.92/8.08	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.31/8.46	c 8	84 (10%) CSP integer variables are encoded (16040 clauses, 218566 bytes)
8.63/8.80	c 8	167 (20%) CSP integer variables are encoded (33048 clauses, 473686 bytes)
9.02/9.16	c 9	251 (30%) CSP integer variables are encoded (51052 clauses, 743746 bytes)
9.42/9.50	c 9	334 (40%) CSP integer variables are encoded (68406 clauses, 1004056 bytes)
9.72/9.85	c 9	418 (50%) CSP integer variables are encoded (85889 clauses, 1266301 bytes)
9.92/10.00	c 9	501 (60%) CSP integer variables are encoded (211472 clauses, 3373847 bytes)
10.02/10.17	c 10	585 (70%) CSP integer variables are encoded (353196 clauses, 5783155 bytes)
10.22/10.32	c 10	668 (80%) CSP integer variables are encoded (471191 clauses, 7789070 bytes)
10.42/10.50	c 10	752 (90%) CSP integer variables are encoded (631131 clauses, 10508050 bytes)
10.52/10.67	c 10	835 (100%) CSP integer variables are encoded (776474 clauses, 12978881 bytes)
21.36/27.36	c 27	3848 (10%) CSP clauses are encoded (2456583 clauses, 48463204 bytes)
29.37/35.48	c 35	7696 (20%) CSP clauses are encoded (4035107 clauses, 82860264 bytes)
34.35/41.27	c 41	11544 (30%) CSP clauses are encoded (5187860 clauses, 108848953 bytes)
37.61/44.59	c 44	15392 (40%) CSP clauses are encoded (6010585 clauses, 127711981 bytes)
41.18/48.10	c 48	19239 (50%) CSP clauses are encoded (7072243 clauses, 152664924 bytes)
43.63/52.66	c 52	23087 (60%) CSP clauses are encoded (7928367 clauses, 173082552 bytes)
46.10/55.13	c 55	26935 (70%) CSP clauses are encoded (8809322 clauses, 194304788 bytes)
48.77/57.88	c 57	30783 (80%) CSP clauses are encoded (9818585 clauses, 218605687 bytes)
51.14/60.20	c 60	34631 (90%) CSP clauses are encoded (10621603 clauses, 237910639 bytes)
53.50/62.70	c 62	38478 (100%) CSP clauses are encoded (11509846 clauses, 259476977 bytes)
53.50/62.70	c 62	38478 CSP clauses encoded
53.50/62.70	c 62	Writing map file : HOME/temp.map
53.60/62.73	c 62	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
53.60/62.73	c 62	SAT : 800439 SAT variables, 11509846 SAT clauses, 259476977 bytes
53.60/62.73	c 62	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
53.60/62.77	c 62	SOLVING HOME/temp.cnf
53.60/62.77	c 62	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
147.07/156.36	c 156	DECODING HOME/temp.out WITH HOME/temp.map
147.07/156.36	c 156	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
147.14/158.00	c 157	Decoding HOME/temp.out
147.51/158.30	s UNSATISFIABLE
147.51/158.31	c 158	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
147.51/158.33	c 158	CPU 96.6 (0.03 0.01 96.57 50.91)
147.51/158.33	c 158	END Sat Jul  5 19:48:08 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-1094825-1215279929/watcher-1094825-1215279929 -o /tmp/evaluation-result-1094825-1215279929/solver-1094825-1215279929 -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-1094825-1215279929.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.99 1.98 1.99 4/82 12030
/proc/meminfo: memFree=1719064/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=12272 CPUtime=0
/proc/12030/stat : 12030 (sugar) R 12028 12030 11357 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 683722526 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 230266993253 0 0 4224 0 0 0 0 17 1 0 0
/proc/12030/statm: 3068 327 246 3 0 168 0

[startup+0.0941711 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 12030
/proc/meminfo: memFree=1719064/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.04
/proc/12030/stat : 12030 (sugar) S 12028 12030 11357 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 683722526 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102186 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 12030
/proc/meminfo: memFree=1719064/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.04
/proc/12030/stat : 12030 (sugar) S 12028 12030 11357 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 683722526 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30221 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 12030
/proc/meminfo: memFree=1719064/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.04
/proc/12030/stat : 12030 (sugar) S 12028 12030 11357 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 683722526 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70228 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 12030
/proc/meminfo: memFree=1719064/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.61
/proc/12030/stat : 12030 (sugar) S 12028 12030 11357 0 -1 4194304 956 7291 0 1 3 1 53 4 17 0 1 0 683722526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50143 s]
/proc/loadavg: 1.99 1.98 1.99 4/93 12052
/proc/meminfo: memFree=1709056/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.61
/proc/12030/stat : 12030 (sugar) S 12028 12030 11357 0 -1 4194304 974 7291 0 1 3 1 53 4 15 0 1 0 683722526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
[pid=12043] ppid=12030 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (sh) S 12030 12030 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683722593 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12043/statm: 1339 233 193 169 0 50 0
[pid=12044] ppid=12043 vsize=868272 CPUtime=0.81
/proc/12044/stat : 12044 (java) S 12043 12030 11357 0 -1 0 5882 0 1 0 78 3 0 0 18 0 9 0 683722594 889110528 5273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12044/statm: 217068 5273 1732 9 0 211643 0
[pid=12044/tid=12045] ppid=12043 vsize=868272 CPUtime=0.56
/proc/12044/task/12045/stat : 12045 (java) R 12043 12030 11357 0 -1 64 2682 0 1 0 55 1 0 0 21 0 9 0 683722594 889110528 5273 996147200 134512640 134550740 4294955952 18446744073709551615 4126614381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12046] ppid=12043 vsize=868272 CPUtime=0.06
/proc/12044/task/12046/stat : 12046 (java) S 12043 12030 11357 0 -1 64 1059 0 0 0 6 0 0 0 16 0 9 0 683722595 889110528 5273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12047] ppid=12043 vsize=868272 CPUtime=0
/proc/12044/task/12047/stat : 12047 (java) S 12043 12030 11357 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 683722596 889110528 5273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12048] ppid=12043 vsize=868272 CPUtime=0
/proc/12044/task/12048/stat : 12048 (java) S 12043 12030 11357 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 683722596 889110528 5273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12049] ppid=12043 vsize=868272 CPUtime=0
/proc/12044/task/12049/stat : 12049 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683722597 889110528 5273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12050] ppid=12043 vsize=868272 CPUtime=0.16
/proc/12044/task/12050/stat : 12050 (java) S 12043 12030 11357 0 -1 64 1450 0 0 0 16 0 0 0 15 0 9 0 683722597 889110528 5273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12051] ppid=12043 vsize=868272 CPUtime=0
/proc/12044/task/12051/stat : 12051 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683722598 889110528 5273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12052] ppid=12043 vsize=868272 CPUtime=0
/proc/12044/task/12052/stat : 12052 (java) S 12043 12030 11357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 683722598 889110528 5273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887228

[startup+3.10172 s]
/proc/loadavg: 1.99 1.98 1.99 3/93 12052
/proc/meminfo: memFree=1698112/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.61
/proc/12030/stat : 12030 (sugar) S 12028 12030 11357 0 -1 4194304 974 7291 0 1 3 1 53 4 16 0 1 0 683722526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
[pid=12043] ppid=12030 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (sh) S 12030 12030 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683722593 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12043/statm: 1339 233 193 169 0 50 0
[pid=12044] ppid=12043 vsize=868388 CPUtime=2.42
/proc/12044/stat : 12044 (java) S 12043 12030 11357 0 -1 0 9585 0 1 0 235 7 0 0 18 0 9 0 683722594 889229312 8680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12044/statm: 217097 8681 2540 9 0 211672 0
[pid=12044/tid=12045] ppid=12043 vsize=868388 CPUtime=1.81
/proc/12044/task/12045/stat : 12045 (java) R 12043 12030 11357 0 -1 64 2904 0 1 0 179 2 0 0 25 0 9 0 683722594 889229312 8681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12046] ppid=12043 vsize=868388 CPUtime=0.39
/proc/12044/task/12046/stat : 12046 (java) R 12043 12030 11357 0 -1 64 4528 0 0 0 36 3 0 0 15 0 9 0 683722595 889229312 8682 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12047] ppid=12043 vsize=868388 CPUtime=0
/proc/12044/task/12047/stat : 12047 (java) S 12043 12030 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683722596 889229312 8682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12048] ppid=12043 vsize=868388 CPUtime=0
/proc/12044/task/12048/stat : 12048 (java) S 12043 12030 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683722596 889229312 8682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12049] ppid=12043 vsize=868388 CPUtime=0
/proc/12044/task/12049/stat : 12049 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683722597 889229312 8682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12050] ppid=12043 vsize=868388 CPUtime=0.18
/proc/12044/task/12050/stat : 12050 (java) S 12043 12030 11357 0 -1 64 1463 0 0 0 18 0 0 0 15 0 9 0 683722597 889229312 8682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12051] ppid=12043 vsize=868388 CPUtime=0
/proc/12044/task/12051/stat : 12051 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683722598 889229312 8682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12052] ppid=12043 vsize=868388 CPUtime=0
/proc/12044/task/12052/stat : 12052 (java) S 12043 12030 11357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 683722598 889229312 8682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887344

[startup+6.30132 s]
/proc/loadavg: 1.99 1.98 1.99 3/93 12052
/proc/meminfo: memFree=1675264/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.61
/proc/12030/stat : 12030 (sugar) S 12028 12030 11357 0 -1 4194304 974 7291 0 1 3 1 53 4 15 0 1 0 683722526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
[pid=12043] ppid=12030 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (sh) S 12030 12030 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683722593 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12043/statm: 1339 233 193 169 0 50 0
[pid=12044] ppid=12043 vsize=868388 CPUtime=5.61
/proc/12044/stat : 12044 (java) S 12043 12030 11357 0 -1 0 18752 0 1 0 549 12 0 0 18 0 9 0 683722594 889229312 14187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12044/statm: 217097 14187 2540 9 0 211672 0
[pid=12044/tid=12045] ppid=12043 vsize=868388 CPUtime=4.25
/proc/12044/task/12045/stat : 12045 (java) R 12043 12030 11357 0 -1 64 3424 0 1 0 423 2 0 0 25 0 9 0 683722594 889229312 14187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12046] ppid=12043 vsize=868388 CPUtime=1.14
/proc/12044/task/12046/stat : 12046 (java) R 12043 12030 11357 0 -1 64 13172 0 0 0 106 8 0 0 16 0 9 0 683722595 889229312 14187 996147200 134512640 134550740 4294955952 18446744073709551615 104179070 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12047] ppid=12043 vsize=868388 CPUtime=0
/proc/12044/task/12047/stat : 12047 (java) S 12043 12030 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683722596 889229312 14187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12048] ppid=12043 vsize=868388 CPUtime=0
/proc/12044/task/12048/stat : 12048 (java) S 12043 12030 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683722596 889229312 14187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12049] ppid=12043 vsize=868388 CPUtime=0
/proc/12044/task/12049/stat : 12049 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683722597 889229312 14187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12050] ppid=12043 vsize=868388 CPUtime=0.19
/proc/12044/task/12050/stat : 12050 (java) S 12043 12030 11357 0 -1 64 1464 0 0 0 19 0 0 0 15 0 9 0 683722597 889229312 14187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12051] ppid=12043 vsize=868388 CPUtime=0
/proc/12044/task/12051/stat : 12051 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683722598 889229312 14187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12052] ppid=12043 vsize=868388 CPUtime=0
/proc/12044/task/12052/stat : 12052 (java) S 12043 12030 11357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 683722598 889229312 14187 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) 887344

[startup+12.7015 s]
/proc/loadavg: 2.07 2.00 2.00 3/93 12052
/proc/meminfo: memFree=1638464/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.61
/proc/12030/stat : 12030 (sugar) S 12028 12030 11357 0 -1 4194304 974 7291 0 1 3 1 53 4 15 0 1 0 683722526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
[pid=12043] ppid=12030 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (sh) S 12030 12030 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683722593 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12043/statm: 1339 233 193 169 0 50 0
[pid=12044] ppid=12043 vsize=868500 CPUtime=12
/proc/12044/stat : 12044 (java) S 12043 12030 11357 0 -1 0 25799 0 1 0 1172 28 0 0 18 0 9 0 683722594 889344000 17552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12044/statm: 217125 17552 2566 9 0 211672 0
[pid=12044/tid=12045] ppid=12043 vsize=868500 CPUtime=9.98
/proc/12044/task/12045/stat : 12045 (java) R 12043 12030 11357 0 -1 64 3742 0 1 0 985 13 0 0 25 0 9 0 683722594 889344000 17552 996147200 134512640 134550740 4294955952 18446744073709551615 4127035090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12046] ppid=12043 vsize=868500 CPUtime=1.72
/proc/12044/task/12046/stat : 12046 (java) S 12043 12030 11357 0 -1 64 19858 0 0 0 160 12 0 0 16 0 9 0 683722595 889344000 17552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12047] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12047/stat : 12047 (java) S 12043 12030 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683722596 889344000 17552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12048] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12048/stat : 12048 (java) S 12043 12030 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683722596 889344000 17552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12049] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12049/stat : 12049 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683722597 889344000 17552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12050] ppid=12043 vsize=868500 CPUtime=0.25
/proc/12044/task/12050/stat : 12050 (java) S 12043 12030 11357 0 -1 64 1507 0 0 0 25 0 0 0 15 0 9 0 683722597 889344000 17552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12051] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12051/stat : 12051 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683722598 889344000 17552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12052] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12052/stat : 12052 (java) S 12043 12030 11357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 683722598 889344000 17552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 887456

[startup+25.5029 s]
/proc/loadavg: 2.21 2.03 2.01 2/93 12052
/proc/meminfo: memFree=1612352/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.61
/proc/12030/stat : 12030 (sugar) S 12028 12030 11357 0 -1 4194304 974 7291 0 1 3 1 53 4 15 0 1 0 683722526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
[pid=12043] ppid=12030 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (sh) S 12030 12030 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683722593 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12043/statm: 1339 233 193 169 0 50 0
[pid=12044] ppid=12043 vsize=868500 CPUtime=19.54
/proc/12044/stat : 12044 (java) S 12043 12030 11357 0 -1 0 25931 0 1 0 1913 41 0 0 18 0 9 0 683722594 889344000 17555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12044/statm: 217125 17555 2566 9 0 211672 0
[pid=12044/tid=12045] ppid=12043 vsize=868500 CPUtime=17.45
/proc/12044/task/12045/stat : 12045 (java) D 12043 12030 11357 0 -1 64 3871 0 1 0 1719 26 0 0 25 0 9 0 683722594 889344000 17555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=12044/tid=12046] ppid=12043 vsize=868500 CPUtime=1.8
/proc/12044/task/12046/stat : 12046 (java) S 12043 12030 11357 0 -1 64 19858 0 0 0 167 13 0 0 16 0 9 0 683722595 889344000 17555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12047] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12047/stat : 12047 (java) S 12043 12030 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683722596 889344000 17555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12048] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12048/stat : 12048 (java) S 12043 12030 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683722596 889344000 17555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12049] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12049/stat : 12049 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683722597 889344000 17555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12050] ppid=12043 vsize=868500 CPUtime=0.26
/proc/12044/task/12050/stat : 12050 (java) S 12043 12030 11357 0 -1 64 1510 0 0 0 26 0 0 0 16 0 9 0 683722597 889344000 17555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12051] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12051/stat : 12051 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683722598 889344000 17555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12052] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12052/stat : 12052 (java) S 12043 12030 11357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 683722598 889344000 17555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.15
Current children cumulated vsize (KiB) 887456

[startup+51.1026 s]
/proc/loadavg: 2.62 2.14 2.05 2/93 12052
/proc/meminfo: memFree=1496768/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=0.61
/proc/12030/stat : 12030 (sugar) S 12028 12030 11357 0 -1 4194304 974 7291 0 1 3 1 53 4 16 0 1 0 683722526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 797 370 3 0 500 0
[pid=12043] ppid=12030 vsize=5356 CPUtime=0
/proc/12043/stat : 12043 (sh) S 12030 12030 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683722593 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12043/statm: 1339 233 193 169 0 50 0
[pid=12044] ppid=12043 vsize=868500 CPUtime=41.53
/proc/12044/stat : 12044 (java) S 12043 12030 11357 0 -1 0 26530 0 1 0 4045 108 0 0 18 0 9 0 683722594 889344000 17559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12044/statm: 217125 17559 2566 9 0 211672 0
[pid=12044/tid=12045] ppid=12043 vsize=868500 CPUtime=39.15
/proc/12044/task/12045/stat : 12045 (java) R 12043 12030 11357 0 -1 64 4466 0 1 0 3826 89 0 0 25 0 9 0 683722594 889344000 17559 996147200 134512640 134550740 4294955952 18446744073709551615 4127016550 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12044/tid=12046] ppid=12043 vsize=868500 CPUtime=2.08
/proc/12044/task/12046/stat : 12046 (java) S 12043 12030 11357 0 -1 64 19858 0 0 0 191 17 0 0 16 0 9 0 683722595 889344000 17559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12044/tid=12047] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12047/stat : 12047 (java) S 12043 12030 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683722596 889344000 17559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12048] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12048/stat : 12048 (java) S 12043 12030 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683722596 889344000 17559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12049] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12049/stat : 12049 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683722597 889344000 17559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12050] ppid=12043 vsize=868500 CPUtime=0.26
/proc/12044/task/12050/stat : 12050 (java) S 12043 12030 11357 0 -1 64 1514 0 0 0 26 0 0 0 15 0 9 0 683722597 889344000 17559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12044/tid=12051] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12051/stat : 12051 (java) S 12043 12030 11357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683722598 889344000 17559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12044/tid=12052] ppid=12043 vsize=868500 CPUtime=0
/proc/12044/task/12052/stat : 12052 (java) S 12043 12030 11357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 683722598 889344000 17559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.14
Current children cumulated vsize (KiB) 887456

[startup+102.306 s]
/proc/loadavg: 3.38 2.42 2.15 3/85 12054
/proc/meminfo: memFree=1246464/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=53.67
/proc/12030/stat : 12030 (sugar) S 12028 12030 11357 0 -1 4194304 1022 34602 0 2 3 1 5194 169 16 0 1 0 683722526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12030/statm: 3400 799 370 3 0 500 0
[pid=12053] ppid=12030 vsize=5356 CPUtime=0
/proc/12053/stat : 12053 (sh) S 12030 12030 11357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683728804 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12053/statm: 1339 232 193 169 0 50 0
[pid=12054] ppid=12053 vsize=225240 CPUtime=39.43
/proc/12054/stat : 12054 (picosat) R 12053 12030 11357 0 -1 4194304 50998 0 0 0 1781 2162 0 0 25 0 1 0 683728804 230645760 50984 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12054/statm: 56310 50984 40 102 0 56205 0
Current children cumulated CPU time (s) 93.1
Current children cumulated vsize (KiB) 244196

[startup+162.301 s]
/proc/loadavg: 3.55 2.66 2.24 2/83 12064
/proc/meminfo: memFree=1453840/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=147.52
/proc/12030/stat : 12030 (sugar) D 12028 12030 11357 0 -1 4194304 1118 142688 0 3 3 1 9657 5091 15 0 1 0 683722526 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230266999849 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12030/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 147.52
Current children cumulated vsize (KiB) 13600

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

[startup+163.102 s]
/proc/loadavg: 3.55 2.66 2.24 2/83 12064
/proc/meminfo: memFree=1453840/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=147.52
/proc/12030/stat : 12030 (sugar) D 12028 12030 11357 0 -1 4194304 1118 142688 0 3 3 1 9657 5091 15 0 1 0 683722526 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230266999849 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12030/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 147.52
Current children cumulated vsize (KiB) 13600

[startup+166.302 s]
/proc/loadavg: 3.55 2.66 2.24 2/83 12064
/proc/meminfo: memFree=1454032/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=147.52
/proc/12030/stat : 12030 (sugar) D 12028 12030 11357 0 -1 4194304 1118 142688 0 3 3 1 9657 5091 15 0 1 0 683722526 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230266999849 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12030/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 147.52
Current children cumulated vsize (KiB) 13600

[startup+167.901 s]
/proc/loadavg: 3.50 2.66 2.25 2/83 12064
/proc/meminfo: memFree=1454160/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=147.52
/proc/12030/stat : 12030 (sugar) D 12028 12030 11357 0 -1 4194304 1118 142688 0 3 3 1 9657 5091 15 0 1 0 683722526 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230266999849 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12030/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 147.52
Current children cumulated vsize (KiB) 13600

[startup+168.306 s]
/proc/loadavg: 3.50 2.66 2.25 2/83 12064
/proc/meminfo: memFree=1454224/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=147.52
/proc/12030/stat : 12030 (sugar) D 12028 12030 11357 0 -1 4194304 1118 142688 0 3 3 1 9657 5091 15 0 1 0 683722526 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230266999849 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12030/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 147.52
Current children cumulated vsize (KiB) 13600

[startup+168.713 s]
/proc/loadavg: 3.50 2.66 2.25 2/83 12064
/proc/meminfo: memFree=1454224/2055924 swapFree=4177320/4192956
[pid=12030] ppid=12028 vsize=13600 CPUtime=147.65
/proc/12030/stat : 12030 (sugar) R 12028 12030 11357 0 -1 4194304 1118 142688 0 3 3 14 9657 5091 15 0 1 0 683722526 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230266999849 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12030/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 147.65
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 168.733
CPU time (s): 147.679
CPU user time (s): 96.6173
CPU system time (s): 51.0612
CPU usage (%): 87.5219
Max. virtual memory (cumulated for all children) (KiB): 897592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.6173
system time used= 51.0612
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143836
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= 15317
involuntary context switches= 17355

runsolver used 0.187971 second user time and 0.494924 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 19:45:29
IDJOB=1094825
IDBENCH=58834
IDSOLVER=345
FILE ID=node83/1094825-1215279929
PBS_JOBID= 7882295
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 70ddb348b4d5b5c4a2e5632f29aa23c6
RANDOM SEED=420767198

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

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

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1719480 kB
Buffers:         47080 kB
Cached:         212016 kB
SwapCached:       9708 kB
Active:         184940 kB
Inactive:       105308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1719480 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            2164 kB
Writeback:           0 kB
Mapped:          46676 kB
Slab:            31348 kB
Committed_AS:  1217536 kB
PageTables:       1876 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= 66496 MiB
End job on node83 at 2008-07-05 19:48:18