Trace number 1094952

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+minisatUNSAT 56.5724 57.9178

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-4.xml
MD5SUMf804db01db52be6b23e45bb99d4155e0
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 benchmark0.972852
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 19:52:33 2008
0.00/0.04	c 0	PID 30173
0.00/0.05	c 0	HOST node12.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1094952-1215280353.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-1094952-1215280353.xml' 'HOME/temp.csp'
0.03/0.87	c 1	11 domains, 350 variables, 8 predicates, 0 relations, 3812 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	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.83/1.01	c 1	Parsing HOME/temp.csp
1.08/1.27	c 1	parsed 4181 expressions
1.08/1.27	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.27	c 1	Converting to clausal form CSP
1.28/1.46	c 2	converted 419 (10%) expressions
1.98/2.19	c 2	converted 837 (20%) expressions
2.57/2.72	c 3	converted 1255 (30%) expressions
2.96/3.16	c 3	converted 1673 (40%) expressions
3.35/3.51	c 4	converted 2091 (50%) expressions
3.76/3.90	c 4	converted 2509 (60%) expressions
4.24/4.41	c 5	converted 2927 (70%) expressions
4.54/4.72	c 5	converted 3345 (80%) expressions
4.83/5.05	c 5	converted 3763 (90%) expressions
5.13/5.38	c 6	converted 4181 (100%) expressions
5.13/5.38	c 6	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
5.13/5.38	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.13/5.38	c 6	Propagation in CSP
5.43/5.67	c 6	8720 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.43/5.67	c 6	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
5.43/5.67	c 6	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.43/5.68	c 6	Simplifing CSP by introducing new Boolean variables
5.52/5.74	c 6	CSP : 696 integers, 18187 booleans, 30989 clauses, largest domain size 2821
5.52/5.74	c 6	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.83/6.07	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.22/6.46	c 7	70 (10%) CSP integer variables are encoded (14729 clauses, 198907 bytes)
6.52/6.75	c 7	140 (20%) CSP integer variables are encoded (27966 clauses, 397462 bytes)
6.81/7.06	c 7	209 (30%) CSP integer variables are encoded (42271 clauses, 612037 bytes)
7.11/7.38	c 8	279 (40%) CSP integer variables are encoded (56756 clauses, 829312 bytes)
7.51/7.72	c 8	348 (50%) CSP integer variables are encoded (72056 clauses, 1058812 bytes)
7.60/7.85	c 8	418 (60%) CSP integer variables are encoded (173898 clauses, 2734983 bytes)
7.80/8.04	c 8	488 (70%) CSP integer variables are encoded (317418 clauses, 5174823 bytes)
8.00/8.21	c 8	557 (80%) CSP integer variables are encoded (449877 clauses, 7426626 bytes)
8.10/8.38	c 9	627 (90%) CSP integer variables are encoded (587741 clauses, 9770314 bytes)
8.29/8.54	c 9	696 (100%) CSP integer variables are encoded (711338 clauses, 11871463 bytes)
18.48/18.84	c 19	3099 (10%) CSP clauses are encoded (2125944 clauses, 41286688 bytes)
25.00/25.45	c 26	6198 (20%) CSP clauses are encoded (3250313 clauses, 65568851 bytes)
31.21/31.78	c 32	9297 (30%) CSP clauses are encoded (4616167 clauses, 96137522 bytes)
34.87/35.46	c 36	12396 (40%) CSP clauses are encoded (5603115 clauses, 119137368 bytes)
37.15/37.74	c 38	15495 (50%) CSP clauses are encoded (6316553 clauses, 136020244 bytes)
39.81/40.46	c 41	18594 (60%) CSP clauses are encoded (7187035 clauses, 156718385 bytes)
41.87/42.52	c 43	21693 (70%) CSP clauses are encoded (7938045 clauses, 174920030 bytes)
44.23/44.99	c 45	24792 (80%) CSP clauses are encoded (8874175 clauses, 197439864 bytes)
46.30/47.00	c 47	27891 (90%) CSP clauses are encoded (9658126 clauses, 216308533 bytes)
48.45/49.22	c 49	30989 (100%) CSP clauses are encoded (10467458 clauses, 235747562 bytes)
48.45/49.22	c 49	30989 CSP clauses encoded
48.45/49.22	c 49	Writing map file : HOME/temp.map
48.45/49.26	c 49	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.45/49.26	c 49	SAT : 730221 SAT variables, 10467458 SAT clauses, 235747562 bytes
48.45/49.26	c 49	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.51/49.31	c 50	SOLVING HOME/temp.cnf
48.51/49.31	c 50	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
48.51/49.31	c 50	This is MiniSat 2.0 beta
48.51/49.31	c 50	WARNING: for repeatability, setting FPU to use double precision
48.51/49.31	c 50	============================[ Problem Statistics ]=============================
48.51/49.31	c 50	|                                                                             |
48.51/49.31	c 50	|  Number of variables:  730221                                               |
48.51/49.31	c 50	|  Number of clauses:    10467458                                             |
54.51/55.51	c 56	|  Parsing time:         5.16         s                                       |
54.81/55.80	c 56	============================[ Search Statistics ]==============================
54.81/55.80	c 56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
54.81/55.80	c 56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
54.81/55.80	c 56	===============================================================================
54.81/55.80	c 56	|         0 |  730216 10467453 28776287 |  3489151        0    nan |  0.000 % |
55.88/56.93	c 57	|       100 |  730112 10467453 28776287 |  3838066       91      3 |  1.720 % |
55.97/57.00	c 57	===============================================================================
55.97/57.00	c 57	restarts              : 2
55.97/57.00	c 57	conflicts             : 116            (18 /sec)
55.97/57.00	c 57	decisions             : 5572           (1.47 % random) (845 /sec)
55.97/57.00	c 57	propagations          : 2722092        (412939 /sec)
55.97/57.00	c 57	conflict literals     : 293            (4.87 % deleted)
55.97/57.00	c 57	Memory used           : 471.31 MB
55.97/57.00	c 57	CPU time              : 6.592 s
55.97/57.00	c 57	
55.97/57.00	c 57	UNSATISFIABLE
55.97/57.08	c 57	DECODING HOME/temp.out WITH HOME/temp.map
55.97/57.08	c 57	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
56.18/57.51	c 58	Decoding HOME/temp.out
56.37/57.75	s UNSATISFIABLE
56.37/57.75	c 58	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
56.37/57.79	c 58	CPU 53.65 (0.04 0.01 53.61 2.78)
56.37/57.79	c 58	END Sat Jul  5 19:53:31 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-1094952-1215280353/watcher-1094952-1215280353 -o /tmp/evaluation-result-1094952-1215280353/solver-1094952-1215280353 -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/minisat -tmp=HOME/temp HOME/instance-1094952-1215280353.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.00 2.00 2.00 4/73 30173
/proc/meminfo: memFree=591848/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=18572 CPUtime=0
/proc/30173/stat : 30173 (runsolver) R 30171 30173 28795 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1557710361 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30173/statm: 4643 292 257 25 0 2626 0

[startup+0.107821 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30173
/proc/meminfo: memFree=591848/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=0.03
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1557710361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202827 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30173
/proc/meminfo: memFree=591848/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=0.03
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1557710361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301833 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30173
/proc/meminfo: memFree=591848/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=0.03
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1557710361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.704244 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30173
/proc/meminfo: memFree=591848/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=0.03
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1557710361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50296 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30195
/proc/meminfo: memFree=584080/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=0.83
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 974 6928 0 1 3 0 76 4 15 0 1 0 1557710361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 797 370 3 0 500 0
[pid=30186] ppid=30173 vsize=5356 CPUtime=0
/proc/30186/stat : 30186 (sh) S 30173 30173 28795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1557710450 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30186/statm: 1339 233 193 169 0 50 0
[pid=30187] ppid=30186 vsize=864140 CPUtime=0.55
/proc/30187/stat : 30187 (java) S 30186 30173 28795 0 -1 0 4402 0 1 0 52 3 0 0 18 0 9 0 1557710451 884879360 3820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30187/statm: 216035 3820 1732 9 0 210610 0
[pid=30187/tid=30188] ppid=30186 vsize=864140 CPUtime=0.38
/proc/30187/task/30188/stat : 30188 (java) R 30186 30173 28795 0 -1 64 2658 0 1 0 36 2 0 0 22 0 9 0 1557710452 884879360 3820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30189] ppid=30186 vsize=864140 CPUtime=0.04
/proc/30187/task/30189/stat : 30189 (java) S 30186 30173 28795 0 -1 64 694 0 0 0 4 0 0 0 16 0 9 0 1557710457 884879360 3820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30190] ppid=30186 vsize=864140 CPUtime=0
/proc/30187/task/30190/stat : 30190 (java) S 30186 30173 28795 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1557710457 884879360 3820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30191] ppid=30186 vsize=864140 CPUtime=0
/proc/30187/task/30191/stat : 30191 (java) S 30186 30173 28795 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1557710457 884879360 3820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30192] ppid=30186 vsize=864140 CPUtime=0
/proc/30187/task/30192/stat : 30192 (java) S 30186 30173 28795 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1557710459 884879360 3820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30193] ppid=30186 vsize=864140 CPUtime=0.1
/proc/30187/task/30193/stat : 30193 (java) R 30186 30173 28795 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1557710459 884879360 3820 996147200 134512640 134550740 4294955952 18446744073709551615 101691986 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30194] ppid=30186 vsize=864140 CPUtime=0
/proc/30187/task/30194/stat : 30194 (java) S 30186 30173 28795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1557710459 884879360 3820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30195] ppid=30186 vsize=864140 CPUtime=0
/proc/30187/task/30195/stat : 30195 (java) S 30186 30173 28795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1557710459 884879360 3820 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) 883096

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30195
/proc/meminfo: memFree=571664/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=0.83
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 974 6928 0 1 3 0 76 4 15 0 1 0 1557710361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 797 370 3 0 500 0
[pid=30186] ppid=30173 vsize=5356 CPUtime=0
/proc/30186/stat : 30186 (sh) S 30173 30173 28795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1557710450 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30186/statm: 1339 233 193 169 0 50 0
[pid=30187] ppid=30186 vsize=868356 CPUtime=2.13
/proc/30187/stat : 30187 (java) S 30186 30173 28795 0 -1 0 9124 0 1 0 207 6 0 0 18 0 9 0 1557710451 889196544 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30187/statm: 217089 8215 2540 9 0 211664 0
[pid=30187/tid=30188] ppid=30186 vsize=868356 CPUtime=1.54
/proc/30187/task/30188/stat : 30188 (java) R 30186 30173 28795 0 -1 64 2791 0 1 0 152 2 0 0 25 0 9 0 1557710452 889196544 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30189] ppid=30186 vsize=868356 CPUtime=0.36
/proc/30187/task/30189/stat : 30189 (java) R 30186 30173 28795 0 -1 64 4169 0 0 0 34 2 0 0 16 0 9 0 1557710457 889196544 8215 996147200 134512640 134550740 4294955952 18446744073709551615 102478626 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30190] ppid=30186 vsize=868356 CPUtime=0
/proc/30187/task/30190/stat : 30190 (java) S 30186 30173 28795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1557710457 889196544 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30191] ppid=30186 vsize=868356 CPUtime=0
/proc/30187/task/30191/stat : 30191 (java) S 30186 30173 28795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1557710457 889196544 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30192] ppid=30186 vsize=868356 CPUtime=0
/proc/30187/task/30192/stat : 30192 (java) S 30186 30173 28795 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1557710459 889196544 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30193] ppid=30186 vsize=868356 CPUtime=0.19
/proc/30187/task/30193/stat : 30193 (java) S 30186 30173 28795 0 -1 64 1471 0 0 0 19 0 0 0 15 0 9 0 1557710459 889196544 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30194] ppid=30186 vsize=868356 CPUtime=0
/proc/30187/task/30194/stat : 30194 (java) S 30186 30173 28795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1557710459 889196544 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30195] ppid=30186 vsize=868356 CPUtime=0
/proc/30187/task/30195/stat : 30195 (java) S 30186 30173 28795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1557710459 889196544 8215 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) 887312

[startup+6.30277 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 30195
/proc/meminfo: memFree=548560/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=0.83
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 974 6928 0 1 3 0 76 4 15 0 1 0 1557710361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 797 370 3 0 500 0
[pid=30186] ppid=30173 vsize=5356 CPUtime=0
/proc/30186/stat : 30186 (sh) S 30173 30173 28795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1557710450 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30186/statm: 1339 233 193 169 0 50 0
[pid=30187] ppid=30186 vsize=868468 CPUtime=5.29
/proc/30187/stat : 30187 (java) S 30186 30173 28795 0 -1 0 20003 0 1 0 516 13 0 0 18 0 9 0 1557710451 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30187/statm: 217117 13751 2566 9 0 211664 0
[pid=30187/tid=30188] ppid=30186 vsize=868468 CPUtime=3.81
/proc/30187/task/30188/stat : 30188 (java) R 30186 30173 28795 0 -1 64 3400 0 1 0 378 3 0 0 25 0 9 0 1557710452 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4127000184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30189] ppid=30186 vsize=868468 CPUtime=1.19
/proc/30187/task/30189/stat : 30189 (java) S 30186 30173 28795 0 -1 64 14405 0 0 0 112 7 0 0 16 0 9 0 1557710457 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30190] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30190/stat : 30190 (java) S 30186 30173 28795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1557710457 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30191] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30191/stat : 30191 (java) S 30186 30173 28795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1557710457 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30192] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30192/stat : 30192 (java) S 30186 30173 28795 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1557710459 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30193] ppid=30186 vsize=868468 CPUtime=0.26
/proc/30187/task/30193/stat : 30193 (java) S 30186 30173 28795 0 -1 64 1505 0 0 0 25 1 0 0 15 0 9 0 1557710459 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30194] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30194/stat : 30194 (java) S 30186 30173 28795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1557710459 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30195] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30195/stat : 30195 (java) S 30186 30173 28795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1557710459 889311232 13751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 887424

[startup+12.7011 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 30195
/proc/meminfo: memFree=521232/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=0.83
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 974 6928 0 1 3 0 76 4 15 0 1 0 1557710361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 797 370 3 0 500 0
[pid=30186] ppid=30173 vsize=5356 CPUtime=0
/proc/30186/stat : 30186 (sh) S 30173 30173 28795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1557710450 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30186/statm: 1339 233 193 169 0 50 0
[pid=30187] ppid=30186 vsize=868468 CPUtime=11.62
/proc/30187/stat : 30187 (java) S 30186 30173 28795 0 -1 0 20208 0 1 0 1134 28 0 0 18 0 9 0 1557710451 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30187/statm: 217117 13767 2566 9 0 211664 0
[pid=30187/tid=30188] ppid=30186 vsize=868468 CPUtime=10.03
/proc/30187/task/30188/stat : 30188 (java) R 30186 30173 28795 0 -1 64 3592 0 1 0 985 18 0 0 25 0 9 0 1557710452 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4127001002 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30189] ppid=30186 vsize=868468 CPUtime=1.28
/proc/30187/task/30189/stat : 30189 (java) S 30186 30173 28795 0 -1 64 14405 0 0 0 120 8 0 0 16 0 9 0 1557710457 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30190] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30190/stat : 30190 (java) S 30186 30173 28795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1557710457 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30191] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30191/stat : 30191 (java) S 30186 30173 28795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1557710457 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30192] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30192/stat : 30192 (java) S 30186 30173 28795 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1557710459 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30193] ppid=30186 vsize=868468 CPUtime=0.29
/proc/30187/task/30193/stat : 30193 (java) S 30186 30173 28795 0 -1 64 1518 0 0 0 28 1 0 0 16 0 9 0 1557710459 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30194] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30194/stat : 30194 (java) S 30186 30173 28795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1557710459 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30195] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30195/stat : 30195 (java) S 30186 30173 28795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1557710459 889311232 13767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887424

[startup+25.5024 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 30195
/proc/meminfo: memFree=468304/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=0.83
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 974 6928 0 1 3 0 76 4 16 0 1 0 1557710361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 797 370 3 0 500 0
[pid=30186] ppid=30173 vsize=5356 CPUtime=0
/proc/30186/stat : 30186 (sh) S 30173 30173 28795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1557710450 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30186/statm: 1339 233 193 169 0 50 0
[pid=30187] ppid=30186 vsize=868468 CPUtime=24.26
/proc/30187/stat : 30187 (java) S 30186 30173 28795 0 -1 0 20540 0 1 0 2370 56 0 0 18 0 9 0 1557710451 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30187/statm: 217117 13771 2566 9 0 211664 0
[pid=30187/tid=30188] ppid=30186 vsize=868468 CPUtime=22.51
/proc/30187/task/30188/stat : 30188 (java) R 30186 30173 28795 0 -1 64 3920 0 1 0 2207 44 0 0 25 0 9 0 1557710452 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4126998740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30189] ppid=30186 vsize=868468 CPUtime=1.42
/proc/30187/task/30189/stat : 30189 (java) S 30186 30173 28795 0 -1 64 14405 0 0 0 133 9 0 0 16 0 9 0 1557710457 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30190] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30190/stat : 30190 (java) S 30186 30173 28795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1557710457 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30191] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30191/stat : 30191 (java) S 30186 30173 28795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1557710457 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30192] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30192/stat : 30192 (java) S 30186 30173 28795 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1557710459 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30193] ppid=30186 vsize=868468 CPUtime=0.29
/proc/30187/task/30193/stat : 30193 (java) S 30186 30173 28795 0 -1 64 1522 0 0 0 28 1 0 0 16 0 9 0 1557710459 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30194] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30194/stat : 30194 (java) S 30186 30173 28795 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1557710459 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30187/tid=30195] ppid=30186 vsize=868468 CPUtime=0
/proc/30187/task/30195/stat : 30195 (java) S 30186 30173 28795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1557710459 889311232 13771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 887424

[startup+51.1029 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 30197
/proc/meminfo: memFree=163152/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=48.53
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 1033 28968 0 2 4 1 4674 174 16 0 1 0 1557710361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 799 370 3 0 500 0
[pid=30196] ppid=30173 vsize=5356 CPUtime=0
/proc/30196/stat : 30196 (sh) S 30173 30173 28795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557715292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30196/statm: 1339 232 193 169 0 50 0
[pid=30197] ppid=30196 vsize=178376 CPUtime=1.76
/proc/30197/stat : 30197 (minisat) R 30196 30173 28795 0 -1 4194304 41487 0 0 0 149 27 0 0 25 0 1 0 1557715292 182657024 41473 996147200 134512640 135127466 4294956256 18446744073709551615 134526118 0 0 4096 3 0 0 0 17 1 0 0
/proc/30197/statm: 44594 41473 62 150 0 44441 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 197332

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

[startup+51.2029 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 30197
/proc/meminfo: memFree=163152/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=48.53
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 1033 28968 0 2 4 1 4674 174 16 0 1 0 1557710361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 799 370 3 0 500 0
[pid=30196] ppid=30173 vsize=5356 CPUtime=0
/proc/30196/stat : 30196 (sh) S 30173 30173 28795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557715292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30196/statm: 1339 232 193 169 0 50 0
[pid=30197] ppid=30196 vsize=184384 CPUtime=1.86
/proc/30197/stat : 30197 (minisat) R 30196 30173 28795 0 -1 4194304 43182 0 0 0 157 29 0 0 25 0 1 0 1557715292 188809216 43168 996147200 134512640 135127466 4294956256 18446744073709551615 134517784 0 0 4096 3 0 0 0 17 1 0 0
/proc/30197/statm: 46096 43168 62 150 0 45943 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 203340

[startup+54.4012 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 30197
/proc/meminfo: memFree=15440/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=48.53
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 1033 28968 0 2 4 1 4674 174 16 0 1 0 1557710361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 799 370 3 0 500 0
[pid=30196] ppid=30173 vsize=5356 CPUtime=0
/proc/30196/stat : 30196 (sh) S 30173 30173 28795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557715292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30196/statm: 1339 232 193 169 0 50 0
[pid=30197] ppid=30196 vsize=400520 CPUtime=4.94
/proc/30197/stat : 30197 (minisat) R 30196 30173 28795 0 -1 4194304 94313 0 0 0 425 69 0 0 25 0 1 0 1557715292 410132480 94299 996147200 134512640 135127466 4294956256 18446744073709551615 134532581 0 0 4096 3 0 0 0 17 1 0 0
/proc/30197/statm: 100130 94299 62 150 0 99977 0
Current children cumulated CPU time (s) 53.47
Current children cumulated vsize (KiB) 419476

[startup+56.0014 s]
/proc/loadavg: 2.03 2.01 2.00 4/76 30197
/proc/meminfo: memFree=15376/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=48.53
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 1033 28968 0 2 4 1 4674 174 15 0 1 0 1557710361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 799 370 3 0 500 0
[pid=30196] ppid=30173 vsize=5356 CPUtime=0
/proc/30196/stat : 30196 (sh) S 30173 30173 28795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557715292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30196/statm: 1339 232 193 169 0 50 0
[pid=30197] ppid=30196 vsize=467784 CPUtime=6.46
/proc/30197/stat : 30197 (minisat) R 30196 30173 28795 0 -1 4194304 112826 0 0 0 562 84 0 0 25 0 1 0 1557715292 479010816 112812 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30197/statm: 116946 112812 72 150 0 116793 0
Current children cumulated CPU time (s) 54.99
Current children cumulated vsize (KiB) 486740

[startup+56.8027 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 30197
/proc/meminfo: memFree=15056/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=48.53
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 1033 28968 0 2 4 1 4674 174 15 0 1 0 1557710361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30173/statm: 3400 799 370 3 0 500 0
[pid=30196] ppid=30173 vsize=5356 CPUtime=0
/proc/30196/stat : 30196 (sh) S 30173 30173 28795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1557715292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30196/statm: 1339 232 193 169 0 50 0
[pid=30197] ppid=30196 vsize=480564 CPUtime=7.25
/proc/30197/stat : 30197 (minisat) R 30196 30173 28795 0 -1 4194304 116029 0 0 0 639 86 0 0 25 0 1 0 1557715292 492097536 116015 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30197/statm: 120141 116015 72 150 0 119988 0
Current children cumulated CPU time (s) 55.78
Current children cumulated vsize (KiB) 499520

[startup+57.6016 s]
/proc/loadavg: 2.03 2.01 2.00 2/76 30199
/proc/meminfo: memFree=481040/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=56.08
/proc/30173/stat : 30173 (sugar) S 30171 30173 28795 0 -1 4194304 1090 145736 0 2 4 1 5334 269 16 0 1 0 1557710361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30173/statm: 3400 799 370 3 0 500 0
[pid=30198] ppid=30173 vsize=5356 CPUtime=0
/proc/30198/stat : 30198 (sh) S 30173 30173 28795 0 -1 4194304 275 0 3 0 0 0 0 0 18 0 1 0 1557716069 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30198/statm: 1339 233 193 169 0 50 0
[pid=30199] ppid=30198 vsize=864332 CPUtime=0.19
/proc/30199/stat : 30199 (java) S 30198 30173 28795 0 -1 0 3551 0 103 0 13 6 0 0 18 0 9 0 1557716073 885075968 3125 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30199/statm: 216083 3125 1662 9 0 210665 0
Current children cumulated CPU time (s) 56.27
Current children cumulated vsize (KiB) 883288

[startup+57.8016 s]
/proc/loadavg: 2.03 2.01 2.00 2/76 30199
/proc/meminfo: memFree=481040/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=56.44
/proc/30173/stat : 30173 (sugar) R 30171 30173 28795 0 -1 4194304 1118 151843 0 110 4 1 5361 278 16 0 1 0 1557710361 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30173/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 56.44
Current children cumulated vsize (KiB) 13600

[startup+57.9028 s]
/proc/loadavg: 2.03 2.01 2.00 2/76 30199
/proc/meminfo: memFree=481040/2055920 swapFree=4122904/4192956
[pid=30173] ppid=30171 vsize=13600 CPUtime=56.54
/proc/30173/stat : 30173 (sugar) R 30171 30173 28795 0 -1 4194304 1118 151843 0 110 4 11 5361 278 16 0 1 0 1557710361 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30173/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 56.54
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 57.9178
CPU time (s): 56.5724
CPU user time (s): 53.6618
CPU system time (s): 2.91056
CPU usage (%): 97.6771
Max. virtual memory (cumulated for all children) (KiB): 897812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.6618
system time used= 2.91056
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152991
page faults= 110
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17428
involuntary context switches= 18416

runsolver used 0.092985 second user time and 0.233964 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-05 19:52:33
IDJOB=1094952
IDBENCH=58857
IDSOLVER=346
FILE ID=node12/1094952-1215280353
PBS_JOBID= 7882234
Free space on /tmp= 66160 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094952-1215280353/watcher-1094952-1215280353 -o /tmp/evaluation-result-1094952-1215280353/solver-1094952-1215280353 -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/minisat" -tmp="HOME/temp" HOME/instance-1094952-1215280353.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f804db01db52be6b23e45bb99d4155e0
RANDOM SEED=601613776

node12.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.236
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.236
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:        592392 kB
Buffers:         76920 kB
Cached:         442016 kB
SwapCached:      64504 kB
Active:        1277736 kB
Inactive:       123792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        592392 kB
SwapTotal:     4192956 kB
SwapFree:      4122904 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:         888712 kB
Slab:            45472 kB
Committed_AS:  3877460 kB
PageTables:       3596 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= 66160 MiB
End job on node12 at 2008-07-05 19:53:31