Trace number 1087410

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 89.2114 90.0637

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-5.xml
MD5SUM063e8d8e0d87a4fa420926f8113bd3aa
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 benchmark22.5486
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
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 09:43:59 2008
0.00/0.05	c 0	PID 10669
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087410-1215243839.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-1087410-1215243839.xml' 'HOME/temp.csp'
0.04/0.66	c 1	5 domains, 350 variables, 7 predicates, 0 relations, 4665 constraints
0.04/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	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.64/0.77	c 1	Parsing HOME/temp.csp
0.93/1.05	c 1	parsed 5027 expressions
0.93/1.05	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.05	c 1	Converting to clausal form CSP
1.33/1.43	c 1	converted 503 (10%) expressions
1.93/2.06	c 2	converted 1006 (20%) expressions
2.52/2.63	c 3	converted 1509 (30%) expressions
3.02/3.12	c 3	converted 2011 (40%) expressions
3.51/3.60	c 4	converted 2514 (50%) expressions
3.81/3.99	c 4	converted 3017 (60%) expressions
4.21/4.37	c 4	converted 3519 (70%) expressions
4.80/4.91	c 5	converted 4022 (80%) expressions
5.21/5.31	c 5	converted 4525 (90%) expressions
5.50/5.70	c 6	converted 5027 (100%) expressions
5.60/5.70	c 6	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
5.60/5.70	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.60/5.70	c 6	Propagation in CSP
5.80/5.98	c 6	6420 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.80/5.98	c 6	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
5.80/5.98	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.90/6.00	c 6	Simplifing CSP by introducing new Boolean variables
5.90/6.06	c 6	CSP : 697 integers, 23354 booleans, 38406 clauses, largest domain size 2717
5.90/6.06	c 6	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.20/6.35	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.59/6.74	c 7	70 (10%) CSP integer variables are encoded (15840 clauses, 215546 bytes)
6.89/7.07	c 7	140 (20%) CSP integer variables are encoded (32412 clauses, 464126 bytes)
7.19/7.38	c 7	210 (30%) CSP integer variables are encoded (47677 clauses, 693101 bytes)
7.49/7.69	c 8	279 (40%) CSP integer variables are encoded (62774 clauses, 919556 bytes)
7.88/8.00	c 8	349 (50%) CSP integer variables are encoded (78547 clauses, 1156151 bytes)
8.08/8.23	c 8	419 (60%) CSP integer variables are encoded (252532 clauses, 4071709 bytes)
8.28/8.41	c 8	488 (70%) CSP integer variables are encoded (386769 clauses, 6353738 bytes)
8.48/8.61	c 9	558 (80%) CSP integer variables are encoded (545137 clauses, 9045994 bytes)
8.68/8.80	c 9	628 (90%) CSP integer variables are encoded (690149 clauses, 11511198 bytes)
8.78/8.96	c 9	697 (100%) CSP integer variables are encoded (815836 clauses, 13647877 bytes)
23.57/23.90	c 24	3841 (10%) CSP clauses are encoded (3175841 clauses, 64128408 bytes)
32.20/32.56	c 33	7682 (20%) CSP clauses are encoded (5020943 clauses, 105480621 bytes)
38.55/38.93	c 39	11522 (30%) CSP clauses are encoded (6511157 clauses, 139543279 bytes)
42.62/43.05	c 43	15363 (40%) CSP clauses are encoded (7595758 clauses, 165056983 bytes)
46.58/47.06	c 47	19203 (50%) CSP clauses are encoded (8898337 clauses, 196248732 bytes)
49.93/50.40	c 50	23044 (60%) CSP clauses are encoded (10052129 clauses, 223961463 bytes)
53.29/53.86	c 54	26885 (70%) CSP clauses are encoded (11262713 clauses, 253252833 bytes)
56.64/57.23	c 57	30725 (80%) CSP clauses are encoded (12373836 clauses, 280167053 bytes)
59.76/60.45	c 61	34566 (90%) CSP clauses are encoded (13468444 clauses, 306683213 bytes)
62.73/63.47	c 64	38406 (100%) CSP clauses are encoded (14491671 clauses, 331602796 bytes)
62.73/63.47	c 64	38406 CSP clauses encoded
62.73/63.47	c 64	Writing map file : HOME/temp.map
62.83/63.51	c 64	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
62.83/63.51	c 64	SAT : 839887 SAT variables, 14491671 SAT clauses, 331602796 bytes
62.83/63.51	c 64	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
62.83/63.55	c 64	SOLVING HOME/temp.cnf
62.83/63.55	c 64	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
62.83/63.56	c 64	This is MiniSat 2.0 beta
62.83/63.56	c 64	WARNING: for repeatability, setting FPU to use double precision
62.83/63.56	c 64	============================[ Problem Statistics ]=============================
62.83/63.56	c 64	|                                                                             |
62.83/63.56	c 64	|  Number of variables:  839887                                               |
62.83/63.56	c 64	|  Number of clauses:    14491671                                             |
71.32/72.10	c 72	|  Parsing time:         7.31         s                                       |
71.72/72.52	c 73	============================[ Search Statistics ]==============================
71.72/72.52	c 73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
71.72/72.52	c 73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
71.72/72.52	c 73	===============================================================================
71.72/72.52	c 73	|         0 |  839886 14491670 40436362 |  4830556        0    nan |  0.000 % |
72.52/73.34	c 73	|       100 |  839882 14491670 40436362 |  5313612       99      3 |  0.001 % |
74.31/75.10	c 75	|       250 |  839876 14491670 40436362 |  5844973      246      3 |  0.156 % |
75.90/76.78	c 77	|       475 |  839876 14491670 40436362 |  6429470      471      4 |  0.156 % |
78.89/79.74	c 80	|       812 |  839870 14491670 40436362 |  7072418      806      5 |  0.157 % |
82.07/82.97	c 83	|      1318 |  839859 14491670 40436362 |  7779659     1310      5 |  0.613 % |
87.94/88.86	c 89	|      2077 |  821827 14182063 39578526 |  8557625     2061      6 |  2.152 % |
88.33/89.25	c 89	===============================================================================
88.33/89.25	c 89	restarts              : 7
88.33/89.25	c 89	conflicts             : 2240           (92 /sec)
88.33/89.25	c 89	decisions             : 80821          (1.54 % random) (3328 /sec)
88.33/89.25	c 89	propagations          : 47390891       (1951181 /sec)
88.33/89.25	c 89	conflict literals     : 12592          (6.68 % deleted)
88.33/89.25	c 89	Memory used           : 681.14 MB
88.33/89.25	c 89	CPU time              : 24.2883 s
88.33/89.25	c 89	
88.33/89.25	c 89	UNSATISFIABLE
88.43/89.36	c 89	DECODING HOME/temp.out WITH HOME/temp.map
88.43/89.36	c 89	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
88.50/89.44	c 90	Decoding HOME/temp.out
88.50/89.87	s UNSATISFIABLE
88.50/89.87	c 90	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
88.50/89.89	c 90	CPU 85.22 (0.03 0.01 85.19 3.79)
88.50/89.89	c 90	END Sat Jul  5 09:45:29 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-1087410-1215243839/watcher-1087410-1215243839 -o /tmp/evaluation-result-1087410-1215243839/solver-1087410-1215243839 -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-1087410-1215243839.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: 3.20 2.52 2.22 4/81 10669
/proc/meminfo: memFree=1590000/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=12000 CPUtime=0
/proc/10669/stat : 10669 (sugar) R 10667 10669 9623 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 2003352786 12288000 170 996147200 4194304 4206940 548682068608 18446744073709551615 237961226768 0 0 4224 0 0 0 0 17 1 0 0
/proc/10669/statm: 3000 170 131 3 0 100 0

[startup+0.0794259 s]
/proc/loadavg: 3.20 2.52 2.22 4/81 10669
/proc/meminfo: memFree=1590000/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=0.04
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003352786 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101477 s]
/proc/loadavg: 3.20 2.52 2.22 4/81 10669
/proc/meminfo: memFree=1590000/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=0.04
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003352786 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301511 s]
/proc/loadavg: 3.20 2.52 2.22 4/81 10669
/proc/meminfo: memFree=1590000/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=0.04
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003352786 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701575 s]
/proc/loadavg: 3.20 2.52 2.22 4/81 10669
/proc/meminfo: memFree=1590000/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=0.64
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 956 7241 0 1 3 1 55 5 16 0 1 0 2003352786 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.5027 s]
/proc/loadavg: 3.20 2.52 2.22 3/92 10691
/proc/meminfo: memFree=1580880/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=0.64
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 973 7241 0 1 3 1 55 5 15 0 1 0 2003352786 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 797 370 3 0 500 0
[pid=10682] ppid=10669 vsize=5356 CPUtime=0
/proc/10682/stat : 10682 (sh) S 10669 10669 9623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003352855 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10682/statm: 1339 233 193 169 0 50 0
[pid=10683] ppid=10682 vsize=868352 CPUtime=0.79
/proc/10683/stat : 10683 (java) S 10682 10669 9623 0 -1 0 5626 0 1 0 76 3 0 0 18 0 9 0 2003352855 889192448 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10683/statm: 217088 5018 1732 9 0 211663 0
[pid=10683/tid=10684] ppid=10682 vsize=868352 CPUtime=0.51
/proc/10683/task/10684/stat : 10684 (java) R 10682 10669 9623 0 -1 64 2682 0 1 0 50 1 0 0 19 0 9 0 2003352856 889192448 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4126586458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10685] ppid=10682 vsize=868352 CPUtime=0.06
/proc/10683/task/10685/stat : 10685 (java) S 10682 10669 9623 0 -1 64 813 0 0 0 6 0 0 0 16 0 9 0 2003352857 889192448 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10686] ppid=10682 vsize=868352 CPUtime=0
/proc/10683/task/10686/stat : 10686 (java) S 10682 10669 9623 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003352857 889192448 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10687] ppid=10682 vsize=868352 CPUtime=0
/proc/10683/task/10687/stat : 10687 (java) S 10682 10669 9623 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003352857 889192448 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10688] ppid=10682 vsize=868352 CPUtime=0
/proc/10683/task/10688/stat : 10688 (java) S 10682 10669 9623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003352859 889192448 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10689] ppid=10682 vsize=868352 CPUtime=0.19
/proc/10683/task/10689/stat : 10689 (java) S 10682 10669 9623 0 -1 64 1439 0 0 0 18 1 0 0 15 0 9 0 2003352859 889192448 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10690] ppid=10682 vsize=868352 CPUtime=0
/proc/10683/task/10690/stat : 10690 (java) S 10682 10669 9623 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003352860 889192448 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10691] ppid=10682 vsize=868352 CPUtime=0
/proc/10683/task/10691/stat : 10691 (java) S 10682 10669 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003352860 889192448 5018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887308

[startup+3.10293 s]
/proc/loadavg: 3.20 2.52 2.22 3/92 10691
/proc/meminfo: memFree=1570640/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=0.64
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 973 7241 0 1 3 1 55 5 15 0 1 0 2003352786 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 797 370 3 0 500 0
[pid=10682] ppid=10669 vsize=5356 CPUtime=0
/proc/10682/stat : 10682 (sh) S 10669 10669 9623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003352855 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10682/statm: 1339 233 193 169 0 50 0
[pid=10683] ppid=10682 vsize=868352 CPUtime=2.38
/proc/10683/stat : 10683 (java) S 10682 10669 9623 0 -1 0 9067 0 1 0 230 8 0 0 18 0 9 0 2003352855 889192448 8134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10683/statm: 217088 8134 2540 9 0 211663 0
[pid=10683/tid=10684] ppid=10682 vsize=868352 CPUtime=1.8
/proc/10683/task/10684/stat : 10684 (java) R 10682 10669 9623 0 -1 64 2837 0 1 0 178 2 0 0 25 0 9 0 2003352856 889192448 8134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10685] ppid=10682 vsize=868352 CPUtime=0.34
/proc/10683/task/10685/stat : 10685 (java) S 10682 10669 9623 0 -1 64 4084 0 0 0 31 3 0 0 15 0 9 0 2003352857 889192448 8134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10686] ppid=10682 vsize=868352 CPUtime=0
/proc/10683/task/10686/stat : 10686 (java) S 10682 10669 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003352857 889192448 8134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10687] ppid=10682 vsize=868352 CPUtime=0
/proc/10683/task/10687/stat : 10687 (java) S 10682 10669 9623 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003352857 889192448 8134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10688] ppid=10682 vsize=868352 CPUtime=0
/proc/10683/task/10688/stat : 10688 (java) S 10682 10669 9623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003352859 889192448 8134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10689] ppid=10682 vsize=868352 CPUtime=0.21
/proc/10683/task/10689/stat : 10689 (java) S 10682 10669 9623 0 -1 64 1453 0 0 0 20 1 0 0 15 0 9 0 2003352859 889192448 8134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10690] ppid=10682 vsize=868352 CPUtime=0
/proc/10683/task/10690/stat : 10690 (java) S 10682 10669 9623 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003352860 889192448 8134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10691] ppid=10682 vsize=868352 CPUtime=0
/proc/10683/task/10691/stat : 10691 (java) S 10682 10669 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003352860 889192448 8134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887308

[startup+6.30248 s]
/proc/loadavg: 3.10 2.51 2.22 3/92 10691
/proc/meminfo: memFree=1551248/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=0.64
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 974 7241 0 1 3 1 55 5 15 0 1 0 2003352786 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 797 370 3 0 500 0
[pid=10682] ppid=10669 vsize=5356 CPUtime=0
/proc/10682/stat : 10682 (sh) S 10669 10669 9623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003352855 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10682/statm: 1339 233 193 169 0 50 0
[pid=10683] ppid=10682 vsize=870916 CPUtime=5.56
/proc/10683/stat : 10683 (java) S 10682 10669 9623 0 -1 0 15165 0 1 0 543 13 0 0 18 0 9 0 2003352855 891817984 13728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10683/statm: 217729 13728 2540 9 0 212304 0
[pid=10683/tid=10684] ppid=10682 vsize=870916 CPUtime=4.15
/proc/10683/task/10684/stat : 10684 (java) R 10682 10669 9623 0 -1 64 3229 0 1 0 412 3 0 0 25 0 9 0 2003352856 891817984 13728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10685] ppid=10682 vsize=870916 CPUtime=1.14
/proc/10683/task/10685/stat : 10685 (java) R 10682 10669 9623 0 -1 64 9776 0 0 0 107 7 0 0 16 0 9 0 2003352857 891817984 13728 996147200 134512640 134550740 4294955952 18446744073709551615 104182455 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10686] ppid=10682 vsize=870916 CPUtime=0
/proc/10683/task/10686/stat : 10686 (java) S 10682 10669 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003352857 891817984 13728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10687] ppid=10682 vsize=870916 CPUtime=0
/proc/10683/task/10687/stat : 10687 (java) S 10682 10669 9623 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003352857 891817984 13728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10688] ppid=10682 vsize=870916 CPUtime=0
/proc/10683/task/10688/stat : 10688 (java) S 10682 10669 9623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003352859 891817984 13728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10689] ppid=10682 vsize=870916 CPUtime=0.24
/proc/10683/task/10689/stat : 10689 (java) S 10682 10669 9623 0 -1 64 1467 0 0 0 23 1 0 0 15 0 9 0 2003352859 891817984 13728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10690] ppid=10682 vsize=870916 CPUtime=0
/proc/10683/task/10690/stat : 10690 (java) S 10682 10669 9623 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003352860 891817984 13728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10691] ppid=10682 vsize=870916 CPUtime=0
/proc/10683/task/10691/stat : 10691 (java) S 10682 10669 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003352860 891817984 13728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 889872

[startup+12.7015 s]
/proc/loadavg: 3.01 2.50 2.22 3/92 10691
/proc/meminfo: memFree=1520592/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=0.64
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 974 7241 0 1 3 1 55 5 15 0 1 0 2003352786 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 797 370 3 0 500 0
[pid=10682] ppid=10669 vsize=5356 CPUtime=0
/proc/10682/stat : 10682 (sh) S 10669 10669 9623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003352855 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10682/statm: 1339 233 193 169 0 50 0
[pid=10683] ppid=10682 vsize=868464 CPUtime=11.91
/proc/10683/stat : 10683 (java) S 10682 10669 9623 0 -1 0 15589 0 1 0 1162 29 0 0 18 0 9 0 2003352855 889307136 13272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10683/statm: 217116 13272 2566 9 0 211663 0
[pid=10683/tid=10684] ppid=10682 vsize=868464 CPUtime=10.31
/proc/10683/task/10684/stat : 10684 (java) R 10682 10669 9623 0 -1 64 3612 0 1 0 1013 18 0 0 25 0 9 0 2003352856 889307136 13272 996147200 134512640 134550740 4294955952 18446744073709551615 4126576374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10685] ppid=10682 vsize=868464 CPUtime=1.3
/proc/10683/task/10685/stat : 10685 (java) S 10682 10669 9623 0 -1 64 9788 0 0 0 121 9 0 0 16 0 9 0 2003352857 889307136 13272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10686] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10686/stat : 10686 (java) S 10682 10669 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003352857 889307136 13272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10687] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10687/stat : 10687 (java) S 10682 10669 9623 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003352857 889307136 13272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10688] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10688/stat : 10688 (java) S 10682 10669 9623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003352859 889307136 13272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10689] ppid=10682 vsize=868464 CPUtime=0.28
/proc/10683/task/10689/stat : 10689 (java) S 10682 10669 9623 0 -1 64 1496 0 0 0 27 1 0 0 16 0 9 0 2003352859 889307136 13272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10690] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10690/stat : 10690 (java) S 10682 10669 9623 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003352860 889307136 13272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10691] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10691/stat : 10691 (java) S 10682 10669 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003352860 889307136 13272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887420

[startup+25.5026 s]
/proc/loadavg: 2.79 2.48 2.21 3/92 10691
/proc/meminfo: memFree=1474896/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=0.64
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 974 7241 0 1 3 1 55 5 16 0 1 0 2003352786 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 797 370 3 0 500 0
[pid=10682] ppid=10669 vsize=5356 CPUtime=0
/proc/10682/stat : 10682 (sh) S 10669 10669 9623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003352855 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10682/statm: 1339 233 193 169 0 50 0
[pid=10683] ppid=10682 vsize=868464 CPUtime=24.6
/proc/10683/stat : 10683 (java) S 10682 10669 9623 0 -1 0 15989 0 1 0 2402 58 0 0 18 0 9 0 2003352855 889307136 13277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10683/statm: 217116 13277 2566 9 0 211663 0
[pid=10683/tid=10684] ppid=10682 vsize=868464 CPUtime=22.8
/proc/10683/task/10684/stat : 10684 (java) R 10682 10669 9623 0 -1 64 4007 0 1 0 2236 44 0 0 25 0 9 0 2003352856 889307136 13277 996147200 134512640 134550740 4294955952 18446744073709551615 4126998072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10685] ppid=10682 vsize=868464 CPUtime=1.48
/proc/10683/task/10685/stat : 10685 (java) S 10682 10669 9623 0 -1 64 9788 0 0 0 136 12 0 0 16 0 9 0 2003352857 889307136 13277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10686] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10686/stat : 10686 (java) S 10682 10669 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003352857 889307136 13277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10687] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10687/stat : 10687 (java) S 10682 10669 9623 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003352857 889307136 13277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10688] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10688/stat : 10688 (java) S 10682 10669 9623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003352859 889307136 13277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10689] ppid=10682 vsize=868464 CPUtime=0.29
/proc/10683/task/10689/stat : 10689 (java) S 10682 10669 9623 0 -1 64 1501 0 0 0 28 1 0 0 16 0 9 0 2003352859 889307136 13277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10690] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10690/stat : 10690 (java) S 10682 10669 9623 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003352860 889307136 13277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10691] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10691/stat : 10691 (java) S 10682 10669 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003352860 889307136 13277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 887420

[startup+51.1027 s]
/proc/loadavg: 2.60 2.45 2.21 3/92 10691
/proc/meminfo: memFree=1320720/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=0.64
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 974 7241 0 1 3 1 55 5 16 0 1 0 2003352786 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 797 370 3 0 500 0
[pid=10682] ppid=10669 vsize=5356 CPUtime=0
/proc/10682/stat : 10682 (sh) S 10669 10669 9623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003352855 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10682/statm: 1339 233 193 169 0 50 0
[pid=10683] ppid=10682 vsize=868464 CPUtime=49.97
/proc/10683/stat : 10683 (java) S 10682 10669 9623 0 -1 0 17265 0 1 0 4832 165 0 0 18 0 9 0 2003352855 889307136 13279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10683/statm: 217116 13279 2566 9 0 211663 0
[pid=10683/tid=10684] ppid=10682 vsize=868464 CPUtime=47.61
/proc/10683/task/10684/stat : 10684 (java) R 10682 10669 9623 0 -1 64 5281 0 1 0 4619 142 0 0 25 0 9 0 2003352856 889307136 13279 996147200 134512640 134550740 4294955952 18446744073709551615 4126998072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10685] ppid=10682 vsize=868464 CPUtime=2.03
/proc/10683/task/10685/stat : 10685 (java) S 10682 10669 9623 0 -1 64 9788 0 0 0 183 20 0 0 16 0 9 0 2003352857 889307136 13279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10686] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10686/stat : 10686 (java) S 10682 10669 9623 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003352857 889307136 13279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10687] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10687/stat : 10687 (java) S 10682 10669 9623 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003352857 889307136 13279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10688] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10688/stat : 10688 (java) S 10682 10669 9623 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003352859 889307136 13279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10689] ppid=10682 vsize=868464 CPUtime=0.3
/proc/10683/task/10689/stat : 10689 (java) S 10682 10669 9623 0 -1 64 1503 0 0 0 29 1 0 0 15 0 9 0 2003352859 889307136 13279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10690] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10690/stat : 10690 (java) S 10682 10669 9623 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003352860 889307136 13279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10683/tid=10691] ppid=10682 vsize=868464 CPUtime=0
/proc/10683/task/10691/stat : 10691 (java) S 10682 10669 9623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003352860 889307136 13279 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 887420

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

[startup+76.7028 s]
/proc/loadavg: 2.45 2.43 2.21 3/84 10693
/proc/meminfo: memFree=605712/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=62.86
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 1034 25601 0 2 3 1 6042 240 16 0 1 0 2003352786 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 799 370 3 0 500 0
[pid=10692] ppid=10669 vsize=5356 CPUtime=0
/proc/10692/stat : 10692 (sh) S 10669 10669 9623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003359142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10692/statm: 1339 232 193 169 0 50 0
[pid=10693] ppid=10692 vsize=682584 CPUtime=13.04
/proc/10693/stat : 10693 (minisat) R 10692 10669 9623 0 -1 4194304 163660 0 0 0 1182 122 0 0 25 0 1 0 2003359143 698966016 163646 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10693/statm: 170646 163646 76 150 0 170493 0
Current children cumulated CPU time (s) 75.9
Current children cumulated vsize (KiB) 701540

[startup+83.1028 s]
/proc/loadavg: 2.41 2.42 2.21 3/84 10693
/proc/meminfo: memFree=590416/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=62.86
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 1034 25601 0 2 3 1 6042 240 16 0 1 0 2003352786 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 799 370 3 0 500 0
[pid=10692] ppid=10669 vsize=5356 CPUtime=0
/proc/10692/stat : 10692 (sh) S 10669 10669 9623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003359142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10692/statm: 1339 232 193 169 0 50 0
[pid=10693] ppid=10692 vsize=695656 CPUtime=19.41
/proc/10693/stat : 10693 (minisat) R 10692 10669 9623 0 -1 4194304 166771 0 0 0 1817 124 0 0 25 0 1 0 2003359143 712351744 166757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10693/statm: 173914 166757 76 150 0 173761 0
Current children cumulated CPU time (s) 82.27
Current children cumulated vsize (KiB) 714612

[startup+86.3013 s]
/proc/loadavg: 2.38 2.42 2.21 3/84 10693
/proc/meminfo: memFree=588048/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=62.86
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 1034 25601 0 2 3 1 6042 240 16 0 1 0 2003352786 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 799 370 3 0 500 0
[pid=10692] ppid=10669 vsize=5356 CPUtime=0
/proc/10692/stat : 10692 (sh) S 10669 10669 9623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003359142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10692/statm: 1339 232 193 169 0 50 0
[pid=10693] ppid=10692 vsize=697200 CPUtime=22.59
/proc/10693/stat : 10693 (minisat) R 10692 10669 9623 0 -1 4194304 167153 0 0 0 2135 124 0 0 25 0 1 0 2003359143 713932800 167139 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/10693/statm: 174300 167139 76 150 0 174147 0
Current children cumulated CPU time (s) 85.45
Current children cumulated vsize (KiB) 716156

[startup+87.9026 s]
/proc/loadavg: 2.35 2.41 2.21 3/84 10693
/proc/meminfo: memFree=587664/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=62.86
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 1034 25601 0 2 3 1 6042 240 16 0 1 0 2003352786 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 799 370 3 0 500 0
[pid=10692] ppid=10669 vsize=5356 CPUtime=0
/proc/10692/stat : 10692 (sh) S 10669 10669 9623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003359142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10692/statm: 1339 232 193 169 0 50 0
[pid=10693] ppid=10692 vsize=697480 CPUtime=24.19
/proc/10693/stat : 10693 (minisat) R 10692 10669 9623 0 -1 4194304 167229 0 0 0 2295 124 0 0 25 0 1 0 2003359143 714219520 167215 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10693/statm: 174370 167215 76 150 0 174217 0
Current children cumulated CPU time (s) 87.05
Current children cumulated vsize (KiB) 716436

[startup+88.7017 s]
/proc/loadavg: 2.35 2.41 2.21 3/84 10693
/proc/meminfo: memFree=587664/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=62.86
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 1034 25601 0 2 3 1 6042 240 16 0 1 0 2003352786 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 799 370 3 0 500 0
[pid=10692] ppid=10669 vsize=5356 CPUtime=0
/proc/10692/stat : 10692 (sh) S 10669 10669 9623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003359142 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10692/statm: 1339 232 193 169 0 50 0
[pid=10693] ppid=10692 vsize=697480 CPUtime=24.98
/proc/10693/stat : 10693 (minisat) R 10692 10669 9623 0 -1 4194304 167233 0 0 0 2374 124 0 0 25 0 1 0 2003359143 714219520 167219 996147200 134512640 135127466 4294956256 18446744073709551615 134531112 0 0 4096 3 0 0 0 17 1 0 0
/proc/10693/statm: 174370 167219 76 150 0 174217 0
Current children cumulated CPU time (s) 87.84
Current children cumulated vsize (KiB) 716436

[startup+89.5018 s]
/proc/loadavg: 2.35 2.41 2.21 3/84 10693
/proc/meminfo: memFree=587664/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=88.5
/proc/10669/stat : 10669 (sugar) S 10667 10669 9623 0 -1 4194304 1091 193131 0 2 3 1 8471 375 16 0 1 0 2003352786 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10669/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 88.5
Current children cumulated vsize (KiB) 13600

[startup+89.9019 s]
/proc/loadavg: 2.35 2.41 2.21 3/84 10693
/proc/meminfo: memFree=587664/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=89.03
/proc/10669/stat : 10669 (sugar) R 10667 10669 9623 0 -1 4194304 1119 199384 0 3 3 2 8519 379 16 0 1 0 2003352786 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/10669/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 89.03
Current children cumulated vsize (KiB) 13600

[startup+90.0019 s]
/proc/loadavg: 2.35 2.41 2.21 3/84 10693
/proc/meminfo: memFree=587664/2055920 swapFree=4179808/4192956
[pid=10669] ppid=10667 vsize=13600 CPUtime=89.13
/proc/10669/stat : 10669 (sugar) R 10667 10669 9623 0 -1 4194304 1119 199384 0 3 3 12 8519 379 16 0 1 0 2003352786 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/10669/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 89.13
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 90.0637
CPU time (s): 89.2114
CPU user time (s): 85.23
CPU system time (s): 3.98139
CPU usage (%): 99.0538
Max. virtual memory (cumulated for all children) (KiB): 889872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.23
system time used= 3.98139
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200533
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= 25046
involuntary context switches= 25843

runsolver used 0.131979 second user time and 0.314952 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-05 09:43:59
IDJOB=1087410
IDBENCH=57986
IDSOLVER=346
FILE ID=node69/1087410-1215243839
PBS_JOBID= 7881941
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-5.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-1087410-1215243839/watcher-1087410-1215243839 -o /tmp/evaluation-result-1087410-1215243839/solver-1087410-1215243839 -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-1087410-1215243839.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 063e8d8e0d87a4fa420926f8113bd3aa
RANDOM SEED=1151419013

node69.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.259
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.259
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:       1590480 kB
Buffers:         35632 kB
Cached:         170396 kB
SwapCached:       7560 kB
Active:         329068 kB
Inactive:        73712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590480 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:         212492 kB
Slab:            47288 kB
Committed_AS:  4279544 kB
PageTables:       2332 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= 66472 MiB
End job on node69 at 2008-07-05 09:45:29