Trace number 1086927

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 49.8114 50.6901

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-0.xml
MD5SUM3d5c26105aab0ca21b22d7bc9b077a6e
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 benchmark6.46102
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.12	c 0	BEGIN Sat Jul  5 09:12:28 2008
0.01/0.12	c 0	PID 7395
0.01/0.13	c 0	HOST node19.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1086927-1215241948.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086927-1215241948.xml' 'HOME/temp.csp'
0.89/1.01	c 1	13 domains, 300 variables, 8 predicates, 0 relations, 3360 constraints
0.89/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.89/1.02	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.89/1.10	c 1	Parsing HOME/temp.csp
0.89/1.34	c 1	parsed 3681 expressions
0.89/1.35	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.89/1.35	c 1	Converting to clausal form CSP
0.89/1.52	c 2	converted 369 (10%) expressions
2.05/2.24	c 2	converted 737 (20%) expressions
2.54/2.74	c 3	converted 1105 (30%) expressions
2.94/3.14	c 3	converted 1473 (40%) expressions
3.43/3.60	c 4	converted 1841 (50%) expressions
3.62/3.89	c 4	converted 2209 (60%) expressions
4.02/4.29	c 4	converted 2577 (70%) expressions
4.51/4.74	c 5	converted 2945 (80%) expressions
4.82/5.03	c 5	converted 3313 (90%) expressions
5.11/5.39	c 6	converted 3681 (100%) expressions
5.11/5.39	c 6	CSP : 598 integers, 9633 booleans, 20570 clauses, largest domain size 2697
5.11/5.39	c 6	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.11/5.39	c 6	Propagation in CSP
5.40/5.64	c 6	4240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.40/5.64	c 6	CSP : 598 integers, 9633 booleans, 20570 clauses, largest domain size 2697
5.40/5.64	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.40/5.65	c 6	Simplifing CSP by introducing new Boolean variables
5.50/5.70	c 6	CSP : 598 integers, 16447 booleans, 27384 clauses, largest domain size 2697
5.50/5.70	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.71/5.99	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.00/6.28	c 6	60 (10%) CSP integer variables are encoded (11833 clauses, 155465 bytes)
6.29/6.53	c 7	120 (20%) CSP integer variables are encoded (23990 clauses, 337820 bytes)
6.50/6.78	c 7	180 (30%) CSP integer variables are encoded (36826 clauses, 530360 bytes)
6.80/7.01	c 7	240 (40%) CSP integer variables are encoded (48330 clauses, 702920 bytes)
7.00/7.26	c 7	299 (50%) CSP integer variables are encoded (61074 clauses, 894080 bytes)
7.20/7.43	c 8	359 (60%) CSP integer variables are encoded (188145 clauses, 2977078 bytes)
7.30/7.57	c 8	419 (70%) CSP integer variables are encoded (296679 clauses, 4822156 bytes)
7.50/7.73	c 8	479 (80%) CSP integer variables are encoded (409999 clauses, 6748596 bytes)
7.59/7.85	c 8	539 (90%) CSP integer variables are encoded (508153 clauses, 8417214 bytes)
7.80/8.00	c 8	598 (100%) CSP integer variables are encoded (624076 clauses, 10387905 bytes)
17.38/17.76	c 18	2739 (10%) CSP clauses are encoded (2166624 clauses, 42886489 bytes)
23.32/23.74	c 24	5477 (20%) CSP clauses are encoded (3386940 clauses, 69816713 bytes)
27.09/27.56	c 28	8216 (30%) CSP clauses are encoded (4223914 clauses, 88411209 bytes)
30.15/30.63	c 31	10954 (40%) CSP clauses are encoded (5019109 clauses, 106525071 bytes)
32.46/33.13	c 33	13692 (50%) CSP clauses are encoded (5668996 clauses, 121680344 bytes)
34.84/35.56	c 36	16431 (60%) CSP clauses are encoded (6524077 clauses, 142129196 bytes)
36.31/37.07	c 37	19169 (70%) CSP clauses are encoded (7050540 clauses, 154562725 bytes)
38.59/39.36	c 39	21908 (80%) CSP clauses are encoded (7894299 clauses, 174894940 bytes)
40.66/41.48	c 42	24646 (90%) CSP clauses are encoded (8701264 clauses, 194209918 bytes)
42.42/43.27	c 43	27384 (100%) CSP clauses are encoded (9334962 clauses, 209606668 bytes)
42.42/43.27	c 43	27384 CSP clauses encoded
42.42/43.28	c 43	Writing map file : HOME/temp.map
42.52/43.31	c 43	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.52/43.31	c 43	SAT : 641121 SAT variables, 9334962 SAT clauses, 209606668 bytes
42.52/43.31	c 43	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.52/43.33	c 43	SOLVING HOME/temp.cnf
42.52/43.33	c 43	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
42.52/43.33	c 43	This is MiniSat 2.0 beta
42.52/43.33	c 43	WARNING: for repeatability, setting FPU to use double precision
42.52/43.34	c 43	============================[ Problem Statistics ]=============================
42.52/43.34	c 43	|                                                                             |
42.52/43.34	c 43	|  Number of variables:  641121                                               |
42.52/43.34	c 43	|  Number of clauses:    9334962                                              |
47.76/48.62	c 49	|  Parsing time:         4.57         s                                       |
47.95/48.86	c 49	============================[ Search Statistics ]==============================
47.95/48.86	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.95/48.86	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.95/48.86	c 49	===============================================================================
47.95/48.86	c 49	|         0 |  641121  9334962 25681886 |  3111654        0    nan |  0.000 % |
48.75/49.63	c 50	|       100 |  641119  9334962 25681886 |  3422819       99      3 |  0.131 % |
49.24/50.18	c 50	===============================================================================
49.24/50.18	c 50	restarts              : 2
49.24/50.18	c 50	conflicts             : 187            (31 /sec)
49.24/50.18	c 50	decisions             : 7738           (1.49 % random) (1269 /sec)
49.24/50.18	c 50	propagations          : 3683226        (604197 /sec)
49.24/50.18	c 50	conflict literals     : 557            (5.75 % deleted)
49.24/50.18	c 50	Memory used           : 424.33 MB
49.24/50.18	c 50	CPU time              : 6.09607 s
49.24/50.18	c 50	
49.24/50.18	c 50	UNSATISFIABLE
49.34/50.25	c 50	DECODING HOME/temp.out WITH HOME/temp.map
49.34/50.25	c 50	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
49.41/50.33	c 50	Decoding HOME/temp.out
49.64/50.52	s UNSATISFIABLE
49.64/50.53	c 51	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
49.64/50.58	c 51	CPU 47.29 (0.04 0.01 47.25 2.38)
49.64/50.58	c 51	END Sat Jul  5 09:13:19 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-1086927-1215241948/watcher-1086927-1215241948 -o /tmp/evaluation-result-1086927-1215241948/solver-1086927-1215241948 -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-1086927-1215241948.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.02 2.04 4/72 7395
/proc/meminfo: memFree=1754864/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=18572 CPUtime=0
/proc/7395/stat : 7395 (runsolver) D 7393 7395 5925 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2003169178 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255236566311 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/7395/statm: 4643 292 257 25 0 2626 0

[startup+0.0194141 s]
/proc/loadavg: 2.00 2.02 2.04 4/72 7395
/proc/meminfo: memFree=1754864/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=124 CPUtime=0
/proc/7395/stat : 7395 (sugar) D 7393 7395 5925 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 2003169178 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 255233947113 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/7395/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101433 s]
/proc/loadavg: 2.00 2.02 2.04 4/72 7395
/proc/meminfo: memFree=1754864/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=12676 CPUtime=0.01
/proc/7395/stat : 7395 (sugar) R 7393 7395 5925 0 -1 4194304 549 0 0 0 1 0 0 0 18 0 1 0 2003169178 12980224 517 996147200 4194304 4206940 548682068608 18446744073709551615 255250055500 0 0 4224 0 0 0 0 17 1 0 0
/proc/7395/statm: 3169 517 316 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301469 s]
/proc/loadavg: 2.00 2.02 2.04 4/72 7395
/proc/meminfo: memFree=1754864/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=0.03
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2003169178 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701546 s]
/proc/loadavg: 2.00 2.02 2.04 4/72 7395
/proc/meminfo: memFree=1754864/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=0.03
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2003169178 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50269 s]
/proc/loadavg: 2.08 2.04 2.04 3/83 7407
/proc/meminfo: memFree=1739544/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=0.89
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 974 6777 0 1 3 0 82 4 15 0 1 0 2003169178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 13600

[startup+3.10199 s]
/proc/loadavg: 2.08 2.04 2.04 3/83 7417
/proc/meminfo: memFree=1736536/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=0.89
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 974 6777 0 1 3 0 82 4 15 0 1 0 2003169178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 797 370 3 0 500 0
[pid=7408] ppid=7395 vsize=5356 CPUtime=0
/proc/7408/stat : 7408 (sh) S 7395 7395 5925 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003169281 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7408/statm: 1339 233 193 169 0 50 0
[pid=7409] ppid=7408 vsize=868244 CPUtime=2.05
/proc/7409/stat : 7409 (java) S 7408 7395 5925 0 -1 0 8770 0 1 0 199 6 0 0 19 0 9 0 2003169281 889081856 7869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7409/statm: 217061 7869 2540 9 0 211636 0
[pid=7409/tid=7410] ppid=7408 vsize=868244 CPUtime=1.55
/proc/7409/task/7410/stat : 7410 (java) R 7408 7395 5925 0 -1 64 2784 0 1 0 153 2 0 0 25 0 9 0 2003169282 889081856 7869 996147200 134512640 134550740 4294955952 18446744073709551615 4126428284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7411] ppid=7408 vsize=868244 CPUtime=0.29
/proc/7409/task/7411/stat : 7411 (java) S 7408 7395 5925 0 -1 64 3822 0 0 0 27 2 0 0 16 0 9 0 2003169283 889081856 7869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7412] ppid=7408 vsize=868244 CPUtime=0
/proc/7409/task/7412/stat : 7412 (java) S 7408 7395 5925 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003169283 889081856 7869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7413] ppid=7408 vsize=868244 CPUtime=0
/proc/7409/task/7413/stat : 7413 (java) S 7408 7395 5925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003169283 889081856 7869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7414] ppid=7408 vsize=868244 CPUtime=0
/proc/7409/task/7414/stat : 7414 (java) S 7408 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003169285 889081856 7869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7415] ppid=7408 vsize=868244 CPUtime=0.18
/proc/7409/task/7415/stat : 7415 (java) S 7408 7395 5925 0 -1 64 1471 0 0 0 18 0 0 0 16 0 9 0 2003169285 889081856 7869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7416] ppid=7408 vsize=868244 CPUtime=0
/proc/7409/task/7416/stat : 7416 (java) S 7408 7395 5925 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003169285 889081856 7869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7417] ppid=7408 vsize=868244 CPUtime=0
/proc/7409/task/7417/stat : 7417 (java) S 7408 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003169285 889081856 7869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 887200

[startup+6.30259 s]
/proc/loadavg: 2.07 2.04 2.04 3/83 7417
/proc/meminfo: memFree=1714648/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=0.89
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 974 6777 0 1 3 0 82 4 15 0 1 0 2003169178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 797 370 3 0 500 0
[pid=7408] ppid=7395 vsize=5356 CPUtime=0
/proc/7408/stat : 7408 (sh) S 7395 7395 5925 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003169281 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7408/statm: 1339 233 193 169 0 50 0
[pid=7409] ppid=7408 vsize=868468 CPUtime=5.2
/proc/7409/stat : 7409 (java) S 7408 7395 5925 0 -1 0 18914 0 1 0 509 11 0 0 19 0 9 0 2003169281 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7409/statm: 217117 12660 2566 9 0 211664 0
[pid=7409/tid=7410] ppid=7408 vsize=868468 CPUtime=3.86
/proc/7409/task/7410/stat : 7410 (java) R 7408 7395 5925 0 -1 64 3323 0 1 0 384 2 0 0 25 0 9 0 2003169282 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4126997921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7411] ppid=7408 vsize=868468 CPUtime=1.08
/proc/7409/task/7411/stat : 7411 (java) S 7408 7395 5925 0 -1 64 13392 0 0 0 101 7 0 0 16 0 9 0 2003169283 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7412] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7412/stat : 7412 (java) S 7408 7395 5925 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003169283 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7413] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7413/stat : 7413 (java) S 7408 7395 5925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003169283 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7414] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7414/stat : 7414 (java) S 7408 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003169285 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7415] ppid=7408 vsize=868468 CPUtime=0.24
/proc/7409/task/7415/stat : 7415 (java) S 7408 7395 5925 0 -1 64 1506 0 0 0 23 1 0 0 15 0 9 0 2003169285 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7416] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7416/stat : 7416 (java) S 7408 7395 5925 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003169285 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7417] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7417/stat : 7417 (java) S 7408 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003169285 889311232 12660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 887424

[startup+12.7018 s]
/proc/loadavg: 2.07 2.04 2.04 3/83 7417
/proc/meminfo: memFree=1688352/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=0.91
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 974 6777 0 1 4 1 82 4 15 0 1 0 2003169178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 797 370 3 0 500 0
[pid=7408] ppid=7395 vsize=5356 CPUtime=0
/proc/7408/stat : 7408 (sh) S 7395 7395 5925 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003169281 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7408/statm: 1339 233 193 169 0 50 0
[pid=7409] ppid=7408 vsize=868468 CPUtime=11.54
/proc/7409/stat : 7409 (java) S 7408 7395 5925 0 -1 0 19141 0 1 0 1124 30 0 0 19 0 9 0 2003169281 889311232 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7409/statm: 217117 12674 2566 9 0 211664 0
[pid=7409/tid=7410] ppid=7408 vsize=868468 CPUtime=10.07
/proc/7409/task/7410/stat : 7410 (java) R 7408 7395 5925 0 -1 64 3538 0 1 0 988 19 0 0 25 0 9 0 2003169282 889311232 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4126996184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7411] ppid=7408 vsize=868468 CPUtime=1.17
/proc/7409/task/7411/stat : 7411 (java) S 7408 7395 5925 0 -1 64 13392 0 0 0 109 8 0 0 16 0 9 0 2003169283 889311232 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7412] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7412/stat : 7412 (java) S 7408 7395 5925 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003169283 889311232 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7413] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7413/stat : 7413 (java) S 7408 7395 5925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003169283 889311232 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7414] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7414/stat : 7414 (java) S 7408 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003169285 889311232 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7415] ppid=7408 vsize=868468 CPUtime=0.26
/proc/7409/task/7415/stat : 7415 (java) S 7408 7395 5925 0 -1 64 1518 0 0 0 25 1 0 0 16 0 9 0 2003169285 889311232 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7416] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7416/stat : 7416 (java) S 7408 7395 5925 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003169285 889311232 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7417] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7417/stat : 7417 (java) S 7408 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003169285 889311232 12674 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.5022 s]
/proc/loadavg: 2.06 2.03 2.04 3/83 7417
/proc/meminfo: memFree=1634976/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=0.91
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 974 6777 0 1 4 1 82 4 16 0 1 0 2003169178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 797 370 3 0 500 0
[pid=7408] ppid=7395 vsize=5356 CPUtime=0
/proc/7408/stat : 7408 (sh) S 7395 7395 5925 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003169281 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7408/statm: 1339 233 193 169 0 50 0
[pid=7409] ppid=7408 vsize=868468 CPUtime=24.2
/proc/7409/stat : 7409 (java) S 7408 7395 5925 0 -1 0 19598 0 1 0 2354 66 0 0 19 0 9 0 2003169281 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7409/statm: 217117 12680 2566 9 0 211664 0
[pid=7409/tid=7410] ppid=7408 vsize=868468 CPUtime=22.52
/proc/7409/task/7410/stat : 7410 (java) R 7408 7395 5925 0 -1 64 3990 0 1 0 2200 52 0 0 25 0 9 0 2003169282 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4127013123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7411] ppid=7408 vsize=868468 CPUtime=1.37
/proc/7409/task/7411/stat : 7411 (java) S 7408 7395 5925 0 -1 64 13392 0 0 0 126 11 0 0 16 0 9 0 2003169283 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7412] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7412/stat : 7412 (java) S 7408 7395 5925 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003169283 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7413] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7413/stat : 7413 (java) S 7408 7395 5925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003169283 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7414] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7414/stat : 7414 (java) S 7408 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003169285 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7415] ppid=7408 vsize=868468 CPUtime=0.27
/proc/7409/task/7415/stat : 7415 (java) S 7408 7395 5925 0 -1 64 1523 0 0 0 26 1 0 0 16 0 9 0 2003169285 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7416] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7416/stat : 7416 (java) S 7408 7395 5925 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003169285 889311232 12680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7417] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7417/stat : 7417 (java) S 7408 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003169285 889311232 12680 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) 887424

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

[startup+38.3016 s]
/proc/loadavg: 2.04 2.03 2.04 3/83 7417
/proc/meminfo: memFree=1556320/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=0.91
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 974 6777 0 1 4 1 82 4 16 0 1 0 2003169178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 797 370 3 0 500 0
[pid=7408] ppid=7395 vsize=5356 CPUtime=0
/proc/7408/stat : 7408 (sh) S 7395 7395 5925 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003169281 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7408/statm: 1339 233 193 169 0 50 0
[pid=7409] ppid=7408 vsize=868468 CPUtime=36.68
/proc/7409/stat : 7409 (java) S 7408 7395 5925 0 -1 0 20282 0 1 0 3544 124 0 0 19 0 9 0 2003169281 889311232 12681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7409/statm: 217117 12681 2566 9 0 211664 0
[pid=7409/tid=7410] ppid=7408 vsize=868468 CPUtime=34.71
/proc/7409/task/7410/stat : 7410 (java) R 7408 7395 5925 0 -1 64 4673 0 1 0 3365 106 0 0 25 0 9 0 2003169282 889311232 12681 996147200 134512640 134550740 4294955952 18446744073709551615 4126849615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7411] ppid=7408 vsize=868468 CPUtime=1.67
/proc/7409/task/7411/stat : 7411 (java) S 7408 7395 5925 0 -1 64 13392 0 0 0 151 16 0 0 16 0 9 0 2003169283 889311232 12681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7412] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7412/stat : 7412 (java) S 7408 7395 5925 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003169283 889311232 12681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7413] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7413/stat : 7413 (java) S 7408 7395 5925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003169283 889311232 12681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7414] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7414/stat : 7414 (java) S 7408 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003169285 889311232 12681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7415] ppid=7408 vsize=868468 CPUtime=0.28
/proc/7409/task/7415/stat : 7415 (java) S 7408 7395 5925 0 -1 64 1524 0 0 0 27 1 0 0 15 0 9 0 2003169285 889311232 12681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7416] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7416/stat : 7416 (java) S 7408 7395 5925 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003169285 889311232 12681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7409/tid=7417] ppid=7408 vsize=868468 CPUtime=0
/proc/7409/task/7417/stat : 7417 (java) S 7408 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003169285 889311232 12681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.59
Current children cumulated vsize (KiB) 887424

[startup+44.7018 s]
/proc/loadavg: 2.04 2.03 2.04 3/75 7419
/proc/meminfo: memFree=1466400/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=42.56
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 1033 27701 0 2 4 1 4091 160 16 0 1 0 2003169178 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 799 370 3 0 500 0
[pid=7418] ppid=7395 vsize=5356 CPUtime=0
/proc/7418/stat : 7418 (sh) S 7395 7395 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003173512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7418/statm: 1339 232 193 169 0 50 0
[pid=7419] ppid=7418 vsize=144156 CPUtime=1.34
/proc/7419/stat : 7419 (minisat) R 7418 7395 5925 0 -1 4194304 33483 0 0 0 113 21 0 0 25 0 1 0 2003173512 147615744 33469 996147200 134512640 135127466 4294956256 18446744073709551615 134706301 0 0 4096 3 0 0 0 17 1 0 0
/proc/7419/statm: 36039 33469 62 150 0 35886 0
Current children cumulated CPU time (s) 43.9
Current children cumulated vsize (KiB) 163112

[startup+47.9014 s]
/proc/loadavg: 2.04 2.03 2.04 3/75 7419
/proc/meminfo: memFree=1241696/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=42.56
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 1033 27701 0 2 4 1 4091 160 16 0 1 0 2003169178 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 799 370 3 0 500 0
[pid=7418] ppid=7395 vsize=5356 CPUtime=0
/proc/7418/stat : 7418 (sh) S 7395 7395 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003173512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7418/statm: 1339 232 193 169 0 50 0
[pid=7419] ppid=7418 vsize=370244 CPUtime=4.51
/proc/7419/stat : 7419 (minisat) R 7418 7395 5925 0 -1 4194304 87428 0 0 0 394 57 0 0 25 0 1 0 2003173512 379129856 87414 996147200 134512640 135127466 4294956256 18446744073709551615 134532774 0 0 4096 3 0 0 0 17 1 0 0
/proc/7419/statm: 92561 87414 62 150 0 92408 0
Current children cumulated CPU time (s) 47.07
Current children cumulated vsize (KiB) 389200

[startup+49.5067 s]
/proc/loadavg: 2.04 2.03 2.04 3/75 7419
/proc/meminfo: memFree=1133920/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=42.56
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 1033 27701 0 2 4 1 4091 160 15 0 1 0 2003169178 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 799 370 3 0 500 0
[pid=7418] ppid=7395 vsize=5356 CPUtime=0
/proc/7418/stat : 7418 (sh) S 7395 7395 5925 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003173512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7418/statm: 1339 232 193 169 0 50 0
[pid=7419] ppid=7418 vsize=427856 CPUtime=6.1
/proc/7419/stat : 7419 (minisat) R 7418 7395 5925 0 -1 4194304 103036 0 0 0 543 67 0 0 25 0 1 0 2003173512 438124544 103022 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7419/statm: 106964 103022 72 150 0 106811 0
Current children cumulated CPU time (s) 48.66
Current children cumulated vsize (KiB) 446812

[startup+50.3019 s]
/proc/loadavg: 2.04 2.03 2.04 3/75 7419
/proc/meminfo: memFree=1133920/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=49.41
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 1071 132651 0 2 4 1 4701 235 16 0 1 0 2003169178 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 49.41
Current children cumulated vsize (KiB) 13600

[startup+50.5019 s]
/proc/loadavg: 2.03 2.03 2.04 3/83 7429
/proc/meminfo: memFree=1537248/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=49.41
/proc/7395/stat : 7395 (sugar) S 7393 7395 5925 0 -1 4194304 1090 132651 0 2 4 1 4701 235 16 0 1 0 2003169178 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7395/statm: 3400 799 370 3 0 500 0
[pid=7420] ppid=7395 vsize=5356 CPUtime=0
/proc/7420/stat : 7420 (sh) S 7395 7395 5925 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003174204 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7420/statm: 1339 233 193 169 0 50 0
[pid=7421] ppid=7420 vsize=864332 CPUtime=0.23
/proc/7421/stat : 7421 (java) S 7420 7395 5925 0 -1 0 4301 0 1 0 22 1 0 0 19 0 9 0 2003174204 885075968 3768 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7421/statm: 216083 3768 1665 9 0 210665 0
[pid=7421/tid=7422] ppid=7420 vsize=864332 CPUtime=0.14
/proc/7421/task/7422/stat : 7422 (java) R 7420 7395 5925 0 -1 64 2453 0 1 0 14 0 0 0 20 0 9 0 2003174205 885075968 3768 996147200 134512640 134550740 4294956000 18446744073709551615 4126404871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7421/tid=7423] ppid=7420 vsize=864332 CPUtime=0.02
/proc/7421/task/7423/stat : 7423 (java) S 7420 7395 5925 0 -1 64 757 0 0 0 2 0 0 0 16 0 9 0 2003174206 885075968 3768 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7421/tid=7424] ppid=7420 vsize=864332 CPUtime=0
/proc/7421/task/7424/stat : 7424 (java) S 7420 7395 5925 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003174206 885075968 3768 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7421/tid=7425] ppid=7420 vsize=864332 CPUtime=0
/proc/7421/task/7425/stat : 7425 (java) S 7420 7395 5925 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003174206 885075968 3768 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7421/tid=7426] ppid=7420 vsize=864332 CPUtime=0
/proc/7421/task/7426/stat : 7426 (java) S 7420 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003174208 885075968 3768 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7421/tid=7427] ppid=7420 vsize=864332 CPUtime=0.04
/proc/7421/task/7427/stat : 7427 (java) S 7420 7395 5925 0 -1 64 399 0 0 0 4 0 0 0 16 0 9 0 2003174208 885075968 3768 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7421/tid=7428] ppid=7420 vsize=864332 CPUtime=0
/proc/7421/task/7428/stat : 7428 (java) S 7420 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003174208 885075968 3768 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7421/tid=7429] ppid=7420 vsize=864332 CPUtime=0
/proc/7421/task/7429/stat : 7429 (java) S 7420 7395 5925 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 2003174208 885075968 3768 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.64
Current children cumulated vsize (KiB) 883288

[startup+50.6079 s]
/proc/loadavg: 2.03 2.03 2.04 3/83 7429
/proc/meminfo: memFree=1537248/2055920 swapFree=4180456/4192956
[pid=7395] ppid=7393 vsize=13600 CPUtime=49.71
/proc/7395/stat : 7395 (sugar) R 7393 7395 5925 0 -1 4194304 1118 137458 0 3 4 4 4725 238 16 0 1 0 2003169178 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7395/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 49.71
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 50.6901
CPU time (s): 49.8114
CPU user time (s): 47.3018
CPU system time (s): 2.50962
CPU usage (%): 98.2665
Max. virtual memory (cumulated for all children) (KiB): 897812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.3018
system time used= 2.50962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138606
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= 16810
involuntary context switches= 17716

runsolver used 0.075988 second user time and 0.169974 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 09:12:28
IDJOB=1086927
IDBENCH=57905
IDSOLVER=346
FILE ID=node19/1086927-1215241948
PBS_JOBID= 7881910
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp04/normalized-fapp04-0300-0.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-1086927-1215241948/watcher-1086927-1215241948 -o /tmp/evaluation-result-1086927-1215241948/solver-1086927-1215241948 -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-1086927-1215241948.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3d5c26105aab0ca21b22d7bc9b077a6e
RANDOM SEED=601785064

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1755408 kB
Buffers:         76924 kB
Cached:         122280 kB
SwapCached:       6496 kB
Active:          69008 kB
Inactive:       162992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755408 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          40304 kB
Slab:            53896 kB
Committed_AS:  3481456 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node19 at 2008-07-05 09:13:19