Trace number 1095056

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 92.4409 93.566

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-7.xml
MD5SUM39210d0e0515e795a94e7161092ee7d9
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.00585
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 19:57:15 2008
0.00/0.05	c 0	PID 23610
0.00/0.05	c 0	HOST node31.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1095056-1215280635.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-1095056-1215280635.xml' 'HOME/temp.csp'
0.03/0.73	c 1	8 domains, 260 variables, 8 predicates, 0 relations, 3927 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.69/0.87	c 1	Parsing HOME/temp.csp
1.08/1.24	c 1	parsed 4203 expressions
1.08/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.24	c 1	Converting to clausal form CSP
1.48/1.70	c 1	converted 421 (10%) expressions
2.26/2.41	c 2	converted 841 (20%) expressions
2.76/2.92	c 3	converted 1261 (30%) expressions
3.25/3.44	c 3	converted 1682 (40%) expressions
3.75/3.94	c 4	converted 2102 (50%) expressions
4.25/4.48	c 4	converted 2522 (60%) expressions
4.64/4.88	c 5	converted 2943 (70%) expressions
5.03/5.29	c 5	converted 3363 (80%) expressions
5.53/5.73	c 5	converted 3783 (90%) expressions
6.23/6.46	c 6	converted 4203 (100%) expressions
6.23/6.46	c 6	CSP : 515 integers, 11306 booleans, 23663 clauses, largest domain size 2821
6.23/6.47	c 6	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.23/6.47	c 6	Propagation in CSP
6.52/6.72	c 6	10900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.52/6.72	c 6	CSP : 515 integers, 11306 booleans, 23663 clauses, largest domain size 2821
6.52/6.72	c 6	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.52/6.74	c 7	Simplifing CSP by introducing new Boolean variables
6.52/6.80	c 7	CSP : 515 integers, 18416 booleans, 30773 clauses, largest domain size 2821
6.52/6.80	c 7	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.91/7.15	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.11/7.38	c 7	52 (10%) CSP integer variables are encoded (7973 clauses, 101514 bytes)
7.41/7.60	c 7	103 (20%) CSP integer variables are encoded (17858 clauses, 245864 bytes)
7.61/7.83	c 8	155 (30%) CSP integer variables are encoded (28151 clauses, 400259 bytes)
7.80/8.04	c 8	206 (40%) CSP integer variables are encoded (37663 clauses, 542939 bytes)
8.00/8.23	c 8	258 (50%) CSP integer variables are encoded (46429 clauses, 674429 bytes)
8.09/8.35	c 8	309 (60%) CSP integer variables are encoded (135286 clauses, 2078437 bytes)
8.19/8.43	c 8	361 (70%) CSP integer variables are encoded (196640 clauses, 3121455 bytes)
8.30/8.52	c 8	412 (80%) CSP integer variables are encoded (266233 clauses, 4304536 bytes)
8.40/8.60	c 8	464 (90%) CSP integer variables are encoded (326271 clauses, 5325182 bytes)
8.50/8.71	c 8	515 (100%) CSP integer variables are encoded (403062 clauses, 6630629 bytes)
16.61/16.94	c 17	3078 (10%) CSP clauses are encoded (1460330 clauses, 28131466 bytes)
20.67/21.03	c 21	6155 (20%) CSP clauses are encoded (2170289 clauses, 43710478 bytes)
23.04/23.45	c 23	9232 (30%) CSP clauses are encoded (2647344 clauses, 54269678 bytes)
25.11/25.59	c 25	12310 (40%) CSP clauses are encoded (3182702 clauses, 66658611 bytes)
26.79/27.28	c 27	15387 (50%) CSP clauses are encoded (3622759 clauses, 77054959 bytes)
28.36/28.83	c 29	18464 (60%) CSP clauses are encoded (4099221 clauses, 88449704 bytes)
30.05/30.51	c 30	21542 (70%) CSP clauses are encoded (4633374 clauses, 101034923 bytes)
31.73/32.28	c 32	24619 (80%) CSP clauses are encoded (5201840 clauses, 114502228 bytes)
33.29/33.86	c 34	27696 (90%) CSP clauses are encoded (5704397 clauses, 126426357 bytes)
34.58/35.16	c 35	30773 (100%) CSP clauses are encoded (6088386 clauses, 135560247 bytes)
34.58/35.16	c 35	30773 CSP clauses encoded
34.58/35.16	c 35	Writing map file : HOME/temp.map
34.58/35.19	c 35	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.58/35.19	c 35	SAT : 421993 SAT variables, 6088386 SAT clauses, 135560247 bytes
34.58/35.19	c 35	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.66/35.24	c 35	SOLVING HOME/temp.cnf
34.66/35.24	c 35	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
91.79/92.96	c 93	DECODING HOME/temp.out WITH HOME/temp.map
91.79/92.96	c 93	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
91.86/93.04	c 93	Decoding HOME/temp.out
92.29/93.45	s UNSATISFIABLE
92.29/93.45	c 93	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
92.29/93.50	c 93	CPU 62.67 (0.04 0 62.63 29.68)
92.29/93.50	c 93	END Sat Jul  5 19:58:48 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-1095056-1215280635/watcher-1095056-1215280635 -o /tmp/evaluation-result-1095056-1215280635/solver-1095056-1215280635 -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-1095056-1215280635.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.92 1.98 1.99 4/84 23610
/proc/meminfo: memFree=1249160/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=12268 CPUtime=0
/proc/23610/stat : 23610 (sugar) R 23608 23610 22070 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2007037504 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 225612364389 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23610/statm: 3067 316 241 3 0 167 0

[startup+0.074672 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23610
/proc/meminfo: memFree=1249160/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=0.03
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007037504 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101675 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23610
/proc/meminfo: memFree=1249160/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=0.03
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007037504 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301688 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23610
/proc/meminfo: memFree=1249160/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=0.03
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007037504 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701727 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23610
/proc/meminfo: memFree=1249160/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=0.03
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007037504 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5018 s]
/proc/loadavg: 1.92 1.98 1.99 4/95 23632
/proc/meminfo: memFree=1241584/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=0.69
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 973 7008 0 1 3 0 62 4 15 0 1 0 2007037504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 797 370 3 0 500 0
[pid=23623] ppid=23610 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23610 23610 22070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007037583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 233 193 169 0 50 0
[pid=23624] ppid=23623 vsize=867348 CPUtime=0.69
/proc/23624/stat : 23624 (java) S 23623 23610 22070 0 -1 0 5144 0 1 0 66 3 0 0 19 0 9 0 2007037583 888164352 4560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23624/statm: 216837 4560 1732 9 0 211412 0
[pid=23624/tid=23625] ppid=23623 vsize=867348 CPUtime=0.48
/proc/23624/task/23625/stat : 23625 (java) R 23623 23610 22070 0 -1 64 2660 0 1 0 47 1 0 0 21 0 9 0 2007037584 888164352 4560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23626] ppid=23623 vsize=867348 CPUtime=0.04
/proc/23624/task/23626/stat : 23626 (java) S 23623 23610 22070 0 -1 64 671 0 0 0 4 0 0 0 16 0 9 0 2007037585 888164352 4560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23627] ppid=23623 vsize=867348 CPUtime=0
/proc/23624/task/23627/stat : 23627 (java) S 23623 23610 22070 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2007037585 888164352 4560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23628] ppid=23623 vsize=867348 CPUtime=0
/proc/23624/task/23628/stat : 23628 (java) S 23623 23610 22070 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007037585 888164352 4560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23629] ppid=23623 vsize=867348 CPUtime=0
/proc/23624/task/23629/stat : 23629 (java) S 23623 23610 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007037587 888164352 4560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23630] ppid=23623 vsize=867348 CPUtime=0.14
/proc/23624/task/23630/stat : 23630 (java) R 23623 23610 22070 0 -1 64 1121 0 0 0 14 0 0 0 16 0 9 0 2007037588 888164352 4560 996147200 134512640 134550740 4294955952 18446744073709551615 102019458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23631] ppid=23623 vsize=867348 CPUtime=0
/proc/23624/task/23631/stat : 23631 (java) S 23623 23610 22070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007037588 888164352 4560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23632] ppid=23623 vsize=867348 CPUtime=0
/proc/23624/task/23632/stat : 23632 (java) S 23623 23610 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007037588 888164352 4560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886304

[startup+3.10494 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 23632
/proc/meminfo: memFree=1229808/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=0.69
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 973 7008 0 1 3 0 62 4 15 0 1 0 2007037504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 797 370 3 0 500 0
[pid=23623] ppid=23610 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23610 23610 22070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007037583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 233 193 169 0 50 0
[pid=23624] ppid=23623 vsize=868380 CPUtime=2.27
/proc/23624/stat : 23624 (java) S 23623 23610 22070 0 -1 0 9349 0 1 0 221 6 0 0 19 0 9 0 2007037583 889221120 8455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23624/statm: 217095 8455 2540 9 0 211670 0
[pid=23624/tid=23625] ppid=23623 vsize=868380 CPUtime=1.64
/proc/23624/task/23625/stat : 23625 (java) R 23623 23610 22070 0 -1 64 2888 0 1 0 163 1 0 0 25 0 9 0 2007037584 889221120 8455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23626] ppid=23623 vsize=868380 CPUtime=0.41
/proc/23624/task/23626/stat : 23626 (java) R 23623 23610 22070 0 -1 64 4295 0 0 0 38 3 0 0 16 0 9 0 2007037585 889221120 8455 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23627] ppid=23623 vsize=868380 CPUtime=0
/proc/23624/task/23627/stat : 23627 (java) S 23623 23610 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007037585 889221120 8455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23628] ppid=23623 vsize=868380 CPUtime=0
/proc/23624/task/23628/stat : 23628 (java) S 23623 23610 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007037585 889221120 8455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23629] ppid=23623 vsize=868380 CPUtime=0
/proc/23624/task/23629/stat : 23629 (java) S 23623 23610 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007037587 889221120 8455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23630] ppid=23623 vsize=868380 CPUtime=0.19
/proc/23624/task/23630/stat : 23630 (java) S 23623 23610 22070 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 2007037588 889221120 8455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23631] ppid=23623 vsize=868380 CPUtime=0
/proc/23624/task/23631/stat : 23631 (java) S 23623 23610 22070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007037588 889221120 8455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23632] ppid=23623 vsize=868380 CPUtime=0
/proc/23624/task/23632/stat : 23632 (java) S 23623 23610 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007037588 889221120 8455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887336

[startup+6.30221 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 23632
/proc/meminfo: memFree=1204272/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=0.69
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 973 7008 0 1 3 0 62 4 15 0 1 0 2007037504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 797 370 3 0 500 0
[pid=23623] ppid=23610 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23610 23610 22070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007037583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 233 193 169 0 50 0
[pid=23624] ppid=23623 vsize=868380 CPUtime=5.44
/proc/23624/stat : 23624 (java) S 23623 23610 22070 0 -1 0 20529 0 1 0 531 13 0 0 19 0 9 0 2007037583 889221120 14406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23624/statm: 217095 14406 2540 9 0 211670 0
[pid=23624/tid=23625] ppid=23623 vsize=868380 CPUtime=3.95
/proc/23624/task/23625/stat : 23625 (java) R 23623 23610 22070 0 -1 64 3394 0 1 0 393 2 0 0 25 0 9 0 2007037584 889221120 14406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23626] ppid=23623 vsize=868380 CPUtime=1.26
/proc/23624/task/23626/stat : 23626 (java) R 23623 23610 22070 0 -1 64 14968 0 0 0 117 9 0 0 16 0 9 0 2007037585 889221120 14406 996147200 134512640 134550740 4294955952 18446744073709551615 102723252 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23627] ppid=23623 vsize=868380 CPUtime=0
/proc/23624/task/23627/stat : 23627 (java) S 23623 23610 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007037585 889221120 14406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23628] ppid=23623 vsize=868380 CPUtime=0
/proc/23624/task/23628/stat : 23628 (java) S 23623 23610 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007037585 889221120 14406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23629] ppid=23623 vsize=868380 CPUtime=0
/proc/23624/task/23629/stat : 23629 (java) S 23623 23610 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007037587 889221120 14406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23630] ppid=23623 vsize=868380 CPUtime=0.19
/proc/23624/task/23630/stat : 23630 (java) S 23623 23610 22070 0 -1 64 1473 0 0 0 19 0 0 0 15 0 9 0 2007037588 889221120 14406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23631] ppid=23623 vsize=868380 CPUtime=0
/proc/23624/task/23631/stat : 23631 (java) S 23623 23610 22070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007037588 889221120 14406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23632] ppid=23623 vsize=868380 CPUtime=0
/proc/23624/task/23632/stat : 23632 (java) S 23623 23610 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007037588 889221120 14406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887336

[startup+12.7028 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 23632
/proc/meminfo: memFree=1175672/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=0.7
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 974 7008 0 1 4 0 62 4 15 0 1 0 2007037504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 797 370 3 0 500 0
[pid=23623] ppid=23610 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23610 23610 22070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007037583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 233 193 169 0 50 0
[pid=23624] ppid=23623 vsize=868492 CPUtime=11.76
/proc/23624/stat : 23624 (java) S 23623 23610 22070 0 -1 0 26242 0 1 0 1148 28 0 0 19 0 9 0 2007037583 889335808 16136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23624/statm: 217123 16136 2566 9 0 211670 0
[pid=23624/tid=23625] ppid=23623 vsize=868492 CPUtime=9.72
/proc/23624/task/23625/stat : 23625 (java) R 23623 23610 22070 0 -1 64 3580 0 1 0 959 13 0 0 25 0 9 0 2007037584 889335808 16136 996147200 134512640 134550740 4294955952 18446744073709551615 4126626926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23626] ppid=23623 vsize=868492 CPUtime=1.74
/proc/23624/task/23626/stat : 23626 (java) S 23623 23610 22070 0 -1 64 20451 0 0 0 161 13 0 0 16 0 9 0 2007037585 889335808 16136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23627] ppid=23623 vsize=868492 CPUtime=0
/proc/23624/task/23627/stat : 23627 (java) S 23623 23610 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007037585 889335808 16136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23628] ppid=23623 vsize=868492 CPUtime=0
/proc/23624/task/23628/stat : 23628 (java) S 23623 23610 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007037585 889335808 16136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23629] ppid=23623 vsize=868492 CPUtime=0
/proc/23624/task/23629/stat : 23629 (java) S 23623 23610 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007037587 889335808 16136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23630] ppid=23623 vsize=868492 CPUtime=0.28
/proc/23624/task/23630/stat : 23630 (java) S 23623 23610 22070 0 -1 64 1517 0 0 0 27 1 0 0 16 0 9 0 2007037588 889335808 16136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23631] ppid=23623 vsize=868492 CPUtime=0
/proc/23624/task/23631/stat : 23631 (java) S 23623 23610 22070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007037588 889335808 16136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23632] ppid=23623 vsize=868492 CPUtime=0
/proc/23624/task/23632/stat : 23632 (java) S 23623 23610 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007037588 889335808 16136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887448

[startup+25.5019 s]
/proc/loadavg: 2.17 2.03 2.01 3/95 23632
/proc/meminfo: memFree=1127992/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=0.7
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 974 7008 0 1 4 0 62 4 16 0 1 0 2007037504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 797 370 3 0 500 0
[pid=23623] ppid=23610 vsize=5356 CPUtime=0
/proc/23623/stat : 23623 (sh) S 23610 23610 22070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007037583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23623/statm: 1339 233 193 169 0 50 0
[pid=23624] ppid=23623 vsize=868492 CPUtime=24.41
/proc/23624/stat : 23624 (java) S 23623 23610 22070 0 -1 0 26546 0 1 0 2379 62 0 0 19 0 9 0 2007037583 889335808 16143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23624/statm: 217123 16143 2566 9 0 211670 0
[pid=23624/tid=23625] ppid=23623 vsize=868492 CPUtime=22.21
/proc/23624/task/23625/stat : 23625 (java) R 23623 23610 22070 0 -1 64 3877 0 1 0 2177 44 0 0 25 0 9 0 2007037584 889335808 16143 996147200 134512640 134550740 4294955952 18446744073709551615 4127000339 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23626] ppid=23623 vsize=868492 CPUtime=1.87
/proc/23624/task/23626/stat : 23626 (java) S 23623 23610 22070 0 -1 64 20451 0 0 0 172 15 0 0 16 0 9 0 2007037585 889335808 16143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23627] ppid=23623 vsize=868492 CPUtime=0
/proc/23624/task/23627/stat : 23627 (java) S 23623 23610 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007037585 889335808 16143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23628] ppid=23623 vsize=868492 CPUtime=0
/proc/23624/task/23628/stat : 23628 (java) S 23623 23610 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007037585 889335808 16143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23629] ppid=23623 vsize=868492 CPUtime=0
/proc/23624/task/23629/stat : 23629 (java) S 23623 23610 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007037587 889335808 16143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23630] ppid=23623 vsize=868492 CPUtime=0.29
/proc/23624/task/23630/stat : 23630 (java) S 23623 23610 22070 0 -1 64 1524 0 0 0 28 1 0 0 15 0 9 0 2007037588 889335808 16143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23631] ppid=23623 vsize=868492 CPUtime=0
/proc/23624/task/23631/stat : 23631 (java) S 23623 23610 22070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007037588 889335808 16143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23624/tid=23632] ppid=23623 vsize=868492 CPUtime=0
/proc/23624/task/23632/stat : 23632 (java) S 23623 23610 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007037588 889335808 16143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 887448

[startup+51.1011 s]
/proc/loadavg: 2.30 2.08 2.02 3/87 23634
/proc/meminfo: memFree=1030456/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=34.69
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 1024 34247 0 2 4 0 3349 116 16 0 1 0 2007037504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 799 370 3 0 500 0
[pid=23633] ppid=23610 vsize=5356 CPUtime=0
/proc/23633/stat : 23633 (sh) S 23610 23610 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007041028 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23633/statm: 1339 232 193 169 0 50 0
[pid=23634] ppid=23633 vsize=90816 CPUtime=15.68
/proc/23634/stat : 23634 (picosat) R 23633 23610 22070 0 -1 4194304 20833 0 0 0 695 873 0 0 25 0 1 0 2007041028 92995584 20819 996147200 134512640 134931368 4294956256 18446744073709551615 134560099 0 0 4096 0 0 0 0 17 1 0 0
/proc/23634/statm: 22704 20819 40 102 0 22599 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 109772

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

[startup+76.7013 s]
/proc/loadavg: 2.26 2.08 2.03 3/87 23634
/proc/meminfo: memFree=939512/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=34.69
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 1024 34247 0 2 4 0 3349 116 16 0 1 0 2007037504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 799 370 3 0 500 0
[pid=23633] ppid=23610 vsize=5356 CPUtime=0
/proc/23633/stat : 23633 (sh) S 23610 23610 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007041028 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23633/statm: 1339 232 193 169 0 50 0
[pid=23634] ppid=23633 vsize=185240 CPUtime=41.05
/proc/23634/stat : 23634 (picosat) R 23633 23610 22070 0 -1 4194304 43786 0 0 0 1839 2266 0 0 25 0 1 0 2007041028 189685760 43772 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23634/statm: 46310 43772 40 102 0 46205 0
Current children cumulated CPU time (s) 75.74
Current children cumulated vsize (KiB) 204196

[startup+83.1028 s]
/proc/loadavg: 2.24 2.08 2.03 3/87 23634
/proc/meminfo: memFree=915576/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=34.69
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 1024 34247 0 2 4 0 3349 116 16 0 1 0 2007037504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 799 370 3 0 500 0
[pid=23633] ppid=23610 vsize=5356 CPUtime=0
/proc/23633/stat : 23633 (sh) S 23610 23610 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007041028 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23633/statm: 1339 232 193 169 0 50 0
[pid=23634] ppid=23633 vsize=205832 CPUtime=47.39
/proc/23634/stat : 23634 (picosat) R 23633 23610 22070 0 -1 4194304 49590 0 0 0 2131 2608 0 0 25 0 1 0 2007041028 210771968 49576 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23634/statm: 51458 49576 40 102 0 51353 0
Current children cumulated CPU time (s) 82.08
Current children cumulated vsize (KiB) 224788

[startup+89.5014 s]
/proc/loadavg: 2.20 2.08 2.03 3/87 23634
/proc/meminfo: memFree=896120/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=34.69
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 1024 34247 0 2 4 0 3349 116 16 0 1 0 2007037504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 799 370 3 0 500 0
[pid=23633] ppid=23610 vsize=5356 CPUtime=0
/proc/23633/stat : 23633 (sh) S 23610 23610 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007041028 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23633/statm: 1339 232 193 169 0 50 0
[pid=23634] ppid=23633 vsize=243808 CPUtime=53.73
/proc/23634/stat : 23634 (picosat) R 23633 23610 22070 0 -1 4194304 53910 0 0 0 2528 2845 0 0 25 0 1 0 2007041028 249659392 53821 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/23634/statm: 60952 53821 42 102 0 60847 0
Current children cumulated CPU time (s) 88.42
Current children cumulated vsize (KiB) 262764

[startup+91.1025 s]
/proc/loadavg: 2.20 2.08 2.03 3/87 23634
/proc/meminfo: memFree=895928/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=34.69
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 1024 34247 0 2 4 0 3349 116 16 0 1 0 2007037504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 799 370 3 0 500 0
[pid=23633] ppid=23610 vsize=5356 CPUtime=0
/proc/23633/stat : 23633 (sh) S 23610 23610 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007041028 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23633/statm: 1339 232 193 169 0 50 0
[pid=23634] ppid=23633 vsize=243808 CPUtime=55.32
/proc/23634/stat : 23634 (picosat) R 23633 23610 22070 0 -1 4194304 53930 0 0 0 2687 2845 0 0 25 0 1 0 2007041028 249659392 53841 996147200 134512640 134931368 4294956256 18446744073709551615 134544739 0 0 4096 0 0 0 0 17 1 0 0
/proc/23634/statm: 60952 53841 42 102 0 60847 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (KiB) 262764

[startup+92.7027 s]
/proc/loadavg: 2.20 2.08 2.03 3/87 23634
/proc/meminfo: memFree=895928/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=34.69
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 1024 34247 0 2 4 0 3349 116 16 0 1 0 2007037504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 799 370 3 0 500 0
[pid=23633] ppid=23610 vsize=5356 CPUtime=0
/proc/23633/stat : 23633 (sh) S 23610 23610 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007041028 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23633/statm: 1339 232 193 169 0 50 0
[pid=23634] ppid=23633 vsize=243808 CPUtime=56.9
/proc/23634/stat : 23634 (picosat) R 23633 23610 22070 0 -1 4194304 53949 0 0 0 2845 2845 0 0 25 0 1 0 2007041028 249659392 53860 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23634/statm: 60952 53860 42 102 0 60847 0
Current children cumulated CPU time (s) 91.59
Current children cumulated vsize (KiB) 262764

[startup+93.1027 s]
/proc/loadavg: 2.20 2.08 2.03 3/87 23634
/proc/meminfo: memFree=895928/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=91.86
/proc/23610/stat : 23610 (sugar) S 23608 23610 22070 0 -1 4194304 1092 88484 0 2 4 0 6217 2965 16 0 1 0 2007037504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23610/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 91.86
Current children cumulated vsize (KiB) 13600

[startup+93.5078 s]
/proc/loadavg: 2.27 2.10 2.03 3/95 23644
/proc/meminfo: memFree=1104440/2055920 swapFree=4180080/4192956
[pid=23610] ppid=23608 vsize=13600 CPUtime=92.37
/proc/23610/stat : 23610 (sugar) R 23608 23610 22070 0 -1 4194304 1119 93157 0 3 4 2 6263 2968 16 0 1 0 2007037504 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23610/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 92.37
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 93.566
CPU time (s): 92.4409
CPU user time (s): 62.6775
CPU system time (s): 29.7635
CPU usage (%): 98.7976
Max. virtual memory (cumulated for all children) (KiB): 897772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.6775
system time used= 29.7635
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94306
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= 10171
involuntary context switches= 11923

runsolver used 0.133979 second user time and 0.315951 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 19:57:15
IDJOB=1095056
IDBENCH=58876
IDSOLVER=345
FILE ID=node31/1095056-1215280635
PBS_JOBID= 7882218
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 39210d0e0515e795a94e7161092ee7d9
RANDOM SEED=1682111393

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1249640 kB
Buffers:         43484 kB
Cached:         175528 kB
SwapCached:       5728 kB
Active:         676564 kB
Inactive:        77224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249640 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            1816 kB
Writeback:           0 kB
Mapped:         546376 kB
Slab:            36460 kB
Committed_AS:  3890792 kB
PageTables:       2984 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node31 at 2008-07-05 19:58:48