Trace number 1059675

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 160.569 193.737

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-3-fair.xml
MD5SUM14b32115813e5a5ce1b329ea369de09a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.3028
Satisfiable
(Un)Satisfiability was proved
Number of variables8447
Number of constraints7987
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7987
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 Fri Jul  4 00:35:42 2008
0.00/0.04	c 0	PID 14584
0.00/0.04	c 0	HOST node77.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1059675-1215124542.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059675-1215124542.xml' 'HOME/temp.csp'
0.97/1.06	c 1	3 domains, 8447 variables, 9 predicates, 0 relations, 7987 constraints
0.97/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.09	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'
1.05/1.17	c 1	Parsing HOME/temp.csp
1.05/1.46	c 1	parsed 10000 expressions
1.05/1.64	c 1	parsed 16446 expressions
1.05/1.64	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.64	c 1	Converting to clausal form CSP
1.05/1.69	c 1	converted 1645 (10%) expressions
1.05/1.69	c 1	converted 3290 (20%) expressions
1.05/1.69	c 1	converted 4934 (30%) expressions
1.05/1.70	c 1	converted 6579 (40%) expressions
1.05/1.70	c 1	converted 8223 (50%) expressions
1.05/1.89	c 2	converted 9868 (60%) expressions
2.04/2.10	c 2	converted 11513 (70%) expressions
2.23/2.33	c 2	converted 13157 (80%) expressions
2.34/2.46	c 2	converted 14802 (90%) expressions
2.63/2.71	c 3	converted 16446 (100%) expressions
2.63/2.72	c 3	CSP : 14761 integers, 532 booleans, 36329 clauses, largest domain size 20001
2.63/2.72	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.72	c 3	Propagation in CSP
90.76/91.31	c 91	206544260 values, 0 unsatisfiable literals, and 0 valid clauses are removed
90.76/91.32	c 91	CSP : 14761 integers, 532 booleans, 36329 clauses, largest domain size 20001
90.76/91.32	c 91	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.76/91.33	c 91	Simplifing CSP by introducing new Boolean variables
90.85/91.42	c 91	CSP : 14761 integers, 13326 booleans, 49123 clauses, largest domain size 20001
90.85/91.42	c 91	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
91.05/91.66	c 91	Encoding CSP to SAT : HOME/temp.cnf
91.15/91.72	c 92	1477 (10%) CSP integer variables are encoded (20726 clauses, 289344 bytes)
92.24/92.89	c 93	2953 (20%) CSP integer variables are encoded (963002 clauses, 16151103 bytes)
92.63/93.23	c 93	4429 (30%) CSP integer variables are encoded (1236566 clauses, 21276918 bytes)
93.72/94.33	c 94	5905 (40%) CSP integer variables are encoded (2106470 clauses, 37805094 bytes)
94.02/94.63	c 94	7381 (50%) CSP integer variables are encoded (2344416 clauses, 42326068 bytes)
94.02/94.63	c 94	8857 (60%) CSP integer variables are encoded (2344416 clauses, 42326068 bytes)
94.31/94.97	c 95	10333 (70%) CSP integer variables are encoded (2614362 clauses, 47455042 bytes)
94.52/95.14	c 95	11809 (80%) CSP integer variables are encoded (2744336 clauses, 49924548 bytes)
94.81/95.48	c 95	13285 (90%) CSP integer variables are encoded (3014296 clauses, 55053788 bytes)
95.01/95.64	c 95	14761 (100%) CSP integer variables are encoded (3144276 clauses, 57523408 bytes)
108.58/113.38	c 113	4913 (10%) CSP clauses are encoded (10923766 clauses, 214490794 bytes)
108.97/113.70	c 113	9825 (20%) CSP clauses are encoded (11125237 clauses, 218473904 bytes)
109.77/114.57	c 114	14737 (30%) CSP clauses are encoded (11687360 clauses, 229856075 bytes)
110.57/115.32	c 115	19650 (40%) CSP clauses are encoded (12168735 clauses, 239602111 bytes)
111.07/115.90	c 116	24562 (50%) CSP clauses are encoded (12530400 clauses, 247244589 bytes)
111.17/115.92	c 116	29474 (60%) CSP clauses are encoded (12532679 clauses, 247290840 bytes)
111.17/115.95	c 116	34387 (70%) CSP clauses are encoded (12534957 clauses, 247337106 bytes)
113.15/117.95	c 118	39299 (80%) CSP clauses are encoded (13817315 clauses, 274585102 bytes)
113.65/118.47	c 118	44211 (90%) CSP clauses are encoded (14139029 clauses, 281418698 bytes)
113.75/118.53	c 118	49123 (100%) CSP clauses are encoded (14156596 clauses, 281896744 bytes)
113.75/118.53	c 118	49123 CSP clauses encoded
113.75/118.53	c 118	Writing map file : HOME/temp.map
113.85/118.60	c 118	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
113.85/118.60	c 118	SAT : 3161597 SAT variables, 14156596 SAT clauses, 281896744 bytes
113.85/118.61	c 118	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
113.85/118.67	c 118	SOLVING HOME/temp.cnf
113.85/118.67	c 118	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
113.85/118.67	c 118	This is MiniSat 2.0 beta
113.85/118.67	c 118	WARNING: for repeatability, setting FPU to use double precision
113.85/118.67	c 118	============================[ Problem Statistics ]=============================
113.85/118.67	c 118	|                                                                             |
113.85/118.68	c 118	|  Number of variables:  3161597                                              |
113.85/118.68	c 118	|  Number of clauses:    14156596                                             |
121.27/126.10	c 126	|  Parsing time:         5.82         s                                       |
121.76/126.60	c 126	============================[ Search Statistics ]==============================
121.76/126.60	c 126	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
121.76/126.60	c 126	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
121.76/126.60	c 126	===============================================================================
121.76/126.60	c 126	|         0 | 3060703 14052568 36223969 |  4684189        0    nan |  0.000 % |
135.90/140.87	c 141	|       100 | 3050925 14052568 36223969 |  5152608       77      2 | 11.161 % |
149.23/154.27	c 154	|       250 | 2718431 13109427 34169764 |  5667869      143      3 | 21.017 % |
159.87/164.93	c 165	===============================================================================
159.87/164.93	c 165	restarts              : 3
159.87/164.93	c 165	conflicts             : 322            (7 /sec)
159.87/164.93	c 165	decisions             : 2575           (0.85 % random) (58 /sec)
159.87/164.93	c 165	propagations          : 69178317       (1558799 /sec)
159.87/164.93	c 165	conflict literals     : 678            (2.02 % deleted)
159.87/164.93	c 165	Memory used           : 796.64 MB
159.87/164.93	c 165	CPU time              : 44.3793 s
159.87/164.93	c 165	
159.87/164.93	c 165	UNSATISFIABLE
159.97/165.06	c 165	DECODING HOME/temp.out WITH HOME/temp.map
159.97/165.06	c 165	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
160.04/165.15	c 165	Decoding HOME/temp.out
160.04/165.37	s UNSATISFIABLE
160.04/165.38	c 165	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
160.04/165.39	c 165	CPU 155.81 (0.04 0.01 155.77 4.53)
160.04/165.39	c 165	END Fri Jul  4 00:38:27 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-1059675-1215124542/watcher-1059675-1215124542 -o /tmp/evaluation-result-1059675-1215124542/solver-1059675-1215124542 -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-1059675-1215124542.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.95 1.98 4/85 14584
/proc/meminfo: memFree=1309624/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=12272 CPUtime=0
/proc/14584/stat : 14584 (sugar) R 14582 14584 14218 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 625671974 12566528 325 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 0 0 0
/proc/14584/statm: 3068 327 246 3 0 168 0

[startup+0.0983991 s]
/proc/loadavg: 1.84 1.95 1.98 4/85 14584
/proc/meminfo: memFree=1309624/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=0.03
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 625671974 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14584/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101391 s]
/proc/loadavg: 1.84 1.95 1.98 4/85 14584
/proc/meminfo: memFree=1309624/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=0.03
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 625671974 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14584/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301426 s]
/proc/loadavg: 1.84 1.95 1.98 4/85 14584
/proc/meminfo: memFree=1309624/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=0.03
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 625671974 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14584/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701517 s]
/proc/loadavg: 1.84 1.95 1.98 4/85 14584
/proc/meminfo: memFree=1309624/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=0.03
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 625671974 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14584/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50167 s]
/proc/loadavg: 1.84 1.95 1.98 3/96 14596
/proc/meminfo: memFree=1284384/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=1.05
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 973 9926 0 1 3 1 94 7 15 0 1 0 625671974 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14584/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13600

[startup+3.10299 s]
/proc/loadavg: 1.84 1.95 1.98 3/96 14606
/proc/meminfo: memFree=1285792/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=1.05
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 974 9926 0 1 3 1 94 7 15 0 1 0 625671974 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14584/statm: 3400 797 370 3 0 500 0
[pid=14597] ppid=14584 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (sh) S 14584 14584 14218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 625672084 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 233 193 169 0 50 0
[pid=14598] ppid=14597 vsize=868388 CPUtime=1.98
/proc/14598/stat : 14598 (java) S 14597 14584 14218 0 -1 0 12217 0 1 0 189 9 0 0 20 0 9 0 625672084 889229312 11089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14598/statm: 217097 11089 2540 9 0 211672 0
[pid=14598/tid=14599] ppid=14597 vsize=868388 CPUtime=1.12
/proc/14598/task/14599/stat : 14599 (java) R 14597 14584 14218 0 -1 64 2890 0 1 0 110 2 0 0 25 0 9 0 625672085 889229312 11089 996147200 134512640 134550740 4294955952 18446744073709551615 4126617057 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14600] ppid=14597 vsize=868388 CPUtime=0.61
/proc/14598/task/14600/stat : 14600 (java) S 14597 14584 14218 0 -1 64 7150 0 0 0 56 5 0 0 16 0 9 0 625672086 889229312 11089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14601] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14601/stat : 14601 (java) S 14597 14584 14218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 625672086 889229312 11089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14602] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14602/stat : 14602 (java) S 14597 14584 14218 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 625672086 889229312 11089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14603] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14603/stat : 14603 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889229312 11089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14604] ppid=14597 vsize=868388 CPUtime=0.23
/proc/14598/task/14604/stat : 14604 (java) S 14597 14584 14218 0 -1 64 1481 0 0 0 22 1 0 0 16 0 9 0 625672088 889229312 11089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14605] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14605/stat : 14605 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889229312 11089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14606] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14606/stat : 14606 (java) S 14597 14584 14218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 625672088 889229312 11089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887344

[startup+6.30263 s]
/proc/loadavg: 1.85 1.95 1.98 3/96 14606
/proc/meminfo: memFree=1272224/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=1.05
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 974 9926 0 1 3 1 94 7 15 0 1 0 625671974 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14584/statm: 3400 797 370 3 0 500 0
[pid=14597] ppid=14584 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (sh) S 14584 14584 14218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 625672084 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 233 193 169 0 50 0
[pid=14598] ppid=14597 vsize=868388 CPUtime=5.16
/proc/14598/stat : 14598 (java) S 14597 14584 14218 0 -1 0 12445 0 1 0 506 10 0 0 20 0 9 0 625672084 889229312 11109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14598/statm: 217097 11109 2540 9 0 211672 0
[pid=14598/tid=14599] ppid=14597 vsize=868388 CPUtime=4.21
/proc/14598/task/14599/stat : 14599 (java) R 14597 14584 14218 0 -1 64 3098 0 1 0 418 3 0 0 25 0 9 0 625672085 889229312 11109 996147200 134512640 134550740 4294955952 18446744073709551615 4126617568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14600] ppid=14597 vsize=868388 CPUtime=0.69
/proc/14598/task/14600/stat : 14600 (java) S 14597 14584 14218 0 -1 64 7170 0 0 0 64 5 0 0 16 0 9 0 625672086 889229312 11109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14601] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14601/stat : 14601 (java) S 14597 14584 14218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 625672086 889229312 11109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14602] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14602/stat : 14602 (java) S 14597 14584 14218 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 625672086 889229312 11109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14603] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14603/stat : 14603 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889229312 11109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14604] ppid=14597 vsize=868388 CPUtime=0.23
/proc/14598/task/14604/stat : 14604 (java) S 14597 14584 14218 0 -1 64 1481 0 0 0 22 1 0 0 16 0 9 0 625672088 889229312 11109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14605] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14605/stat : 14605 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889229312 11109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14606] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14606/stat : 14606 (java) S 14597 14584 14218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 625672088 889229312 11109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887344

[startup+12.7029 s]
/proc/loadavg: 1.87 1.95 1.98 3/96 14606
/proc/meminfo: memFree=1271968/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=1.05
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 974 9926 0 1 3 1 94 7 15 0 1 0 625671974 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14584/statm: 3400 797 370 3 0 500 0
[pid=14597] ppid=14584 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (sh) S 14584 14584 14218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 625672084 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 233 193 169 0 50 0
[pid=14598] ppid=14597 vsize=868388 CPUtime=11.53
/proc/14598/stat : 14598 (java) S 14597 14584 14218 0 -1 0 12862 0 1 0 1138 15 0 0 20 0 9 0 625672084 889229312 11116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14598/statm: 217097 11116 2540 9 0 211672 0
[pid=14598/tid=14599] ppid=14597 vsize=868388 CPUtime=10.4
/proc/14598/task/14599/stat : 14599 (java) R 14597 14584 14218 0 -1 64 3508 0 1 0 1036 4 0 0 25 0 9 0 625672085 889229312 11116 996147200 134512640 134550740 4294955952 18446744073709551615 4126580228 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14600] ppid=14597 vsize=868388 CPUtime=0.87
/proc/14598/task/14600/stat : 14600 (java) S 14597 14584 14218 0 -1 64 7177 0 0 0 79 8 0 0 16 0 9 0 625672086 889229312 11116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14601] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14601/stat : 14601 (java) S 14597 14584 14218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 625672086 889229312 11116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14602] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14602/stat : 14602 (java) S 14597 14584 14218 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 625672086 889229312 11116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14603] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14603/stat : 14603 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889229312 11116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14604] ppid=14597 vsize=868388 CPUtime=0.23
/proc/14598/task/14604/stat : 14604 (java) S 14597 14584 14218 0 -1 64 1481 0 0 0 22 1 0 0 16 0 9 0 625672088 889229312 11116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14605] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14605/stat : 14605 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889229312 11116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14606] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14606/stat : 14606 (java) S 14597 14584 14218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 625672088 889229312 11116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 887344

[startup+25.5024 s]
/proc/loadavg: 1.89 1.95 1.98 3/96 14606
/proc/meminfo: memFree=1271904/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=1.05
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 974 9926 0 1 3 1 94 7 15 0 1 0 625671974 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14584/statm: 3400 797 370 3 0 500 0
[pid=14597] ppid=14584 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (sh) S 14584 14584 14218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 625672084 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 233 193 169 0 50 0
[pid=14598] ppid=14597 vsize=868388 CPUtime=24.26
/proc/14598/stat : 14598 (java) S 14597 14584 14218 0 -1 0 13700 0 1 0 2403 23 0 0 20 0 9 0 625672084 889229312 11132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14598/statm: 217097 11132 2540 9 0 211672 0
[pid=14598/tid=14599] ppid=14597 vsize=868388 CPUtime=22.81
/proc/14598/task/14599/stat : 14599 (java) R 14597 14584 14218 0 -1 64 4330 0 1 0 2273 8 0 0 25 0 9 0 625672085 889229312 11132 996147200 134512640 134550740 4294955952 18446744073709551615 4126617622 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14600] ppid=14597 vsize=868388 CPUtime=1.2
/proc/14598/task/14600/stat : 14600 (java) S 14597 14584 14218 0 -1 64 7193 0 0 0 107 13 0 0 16 0 9 0 625672086 889229312 11132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14601] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14601/stat : 14601 (java) S 14597 14584 14218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 625672086 889229312 11132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14602] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14602/stat : 14602 (java) S 14597 14584 14218 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 625672086 889229312 11132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14603] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14603/stat : 14603 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889229312 11132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14604] ppid=14597 vsize=868388 CPUtime=0.23
/proc/14598/task/14604/stat : 14604 (java) S 14597 14584 14218 0 -1 64 1481 0 0 0 22 1 0 0 16 0 9 0 625672088 889229312 11132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14605] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14605/stat : 14605 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889229312 11132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14606] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14606/stat : 14606 (java) S 14597 14584 14218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 625672088 889229312 11132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 887344

[startup+51.1025 s]
/proc/loadavg: 1.93 1.96 1.98 4/96 14606
/proc/meminfo: memFree=1271840/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=1.05
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 974 9926 0 1 3 1 94 7 15 0 1 0 625671974 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14584/statm: 3400 797 370 3 0 500 0
[pid=14597] ppid=14584 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (sh) S 14584 14584 14218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 625672084 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 233 193 169 0 50 0
[pid=14598] ppid=14597 vsize=868388 CPUtime=49.72
/proc/14598/stat : 14598 (java) S 14597 14584 14218 0 -1 0 15356 0 1 0 4933 39 0 0 20 0 9 0 625672084 889229312 11155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14598/statm: 217097 11155 2540 9 0 211672 0
[pid=14598/tid=14599] ppid=14597 vsize=868388 CPUtime=47.54
/proc/14598/task/14599/stat : 14599 (java) R 14597 14584 14218 0 -1 64 5963 0 1 0 4741 13 0 0 25 0 9 0 625672085 889229312 11155 996147200 134512640 134550740 4294955952 18446744073709551615 4126971127 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14600] ppid=14597 vsize=868388 CPUtime=1.93
/proc/14598/task/14600/stat : 14600 (java) S 14597 14584 14218 0 -1 64 7216 0 0 0 169 24 0 0 16 0 9 0 625672086 889229312 11155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14601] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14601/stat : 14601 (java) S 14597 14584 14218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 625672086 889229312 11155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14602] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14602/stat : 14602 (java) S 14597 14584 14218 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 625672086 889229312 11155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14603] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14603/stat : 14603 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889229312 11155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14604] ppid=14597 vsize=868388 CPUtime=0.23
/proc/14598/task/14604/stat : 14604 (java) S 14597 14584 14218 0 -1 64 1481 0 0 0 22 1 0 0 16 0 9 0 625672088 889229312 11155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14605] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14605/stat : 14605 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889229312 11155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14606] ppid=14597 vsize=868388 CPUtime=0
/proc/14598/task/14606/stat : 14606 (java) S 14597 14584 14218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 625672088 889229312 11155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 887344

[startup+102.308 s]
/proc/loadavg: 2.20 2.01 2.00 3/96 14606
/proc/meminfo: memFree=1131808/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=1.05
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 974 9926 0 1 3 1 94 7 15 0 1 0 625671974 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14584/statm: 3400 797 370 3 0 500 0
[pid=14597] ppid=14584 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (sh) S 14584 14584 14218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 625672084 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 233 193 169 0 50 0
[pid=14598] ppid=14597 vsize=868500 CPUtime=100.58
/proc/14598/stat : 14598 (java) S 14597 14584 14218 0 -1 0 21561 0 1 0 9897 161 0 0 20 0 9 0 625672084 889344000 12248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14598/statm: 217125 12248 2565 9 0 211672 0
[pid=14598/tid=14599] ppid=14597 vsize=868500 CPUtime=96.38
/proc/14598/task/14599/stat : 14599 (java) R 14597 14584 14218 0 -1 64 9834 0 1 0 9532 106 0 0 25 0 9 0 625672085 889344000 12248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14600] ppid=14597 vsize=868500 CPUtime=3.87
/proc/14598/task/14600/stat : 14600 (java) S 14597 14584 14218 0 -1 64 9512 0 0 0 335 52 0 0 16 0 9 0 625672086 889344000 12248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14601] ppid=14597 vsize=868500 CPUtime=0
/proc/14598/task/14601/stat : 14601 (java) S 14597 14584 14218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 625672086 889344000 12248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14602] ppid=14597 vsize=868500 CPUtime=0
/proc/14598/task/14602/stat : 14602 (java) S 14597 14584 14218 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 625672086 889344000 12248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14603] ppid=14597 vsize=868500 CPUtime=0
/proc/14598/task/14603/stat : 14603 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889344000 12248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14604] ppid=14597 vsize=868500 CPUtime=0.3
/proc/14598/task/14604/stat : 14604 (java) S 14597 14584 14218 0 -1 64 1519 0 0 0 29 1 0 0 16 0 9 0 625672088 889344000 12248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14605] ppid=14597 vsize=868500 CPUtime=0
/proc/14598/task/14605/stat : 14605 (java) S 14597 14584 14218 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 625672088 889344000 12248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14598/tid=14606] ppid=14597 vsize=868500 CPUtime=0
/proc/14598/task/14606/stat : 14606 (java) S 14597 14584 14218 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 625672088 889344000 12248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 887456

[startup+162.301 s]
/proc/loadavg: 3.46 2.43 2.14 3/88 14609
/proc/meminfo: memFree=251424/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=113.89
/proc/14584/stat : 14584 (sugar) S 14582 14584 14218 0 -1 4194304 1033 33276 0 2 4 1 11112 272 16 0 1 0 625671974 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14584/statm: 3400 799 370 3 0 500 0
[pid=14607] ppid=14584 vsize=5356 CPUtime=0
/proc/14607/stat : 14607 (sh) S 14584 14584 14218 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 625683842 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14607/statm: 1339 232 193 169 0 50 0
[pid=14608] ppid=14607 vsize=815752 CPUtime=43.39
/proc/14608/stat : 14608 (minisat) R 14607 14584 14218 0 -1 4194304 191696 0 0 0 4175 164 0 0 25 0 1 0 625683842 835330048 191682 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14608/statm: 203938 191682 75 150 0 203785 0
Current children cumulated CPU time (s) 157.28
Current children cumulated vsize (KiB) 834708

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

[startup+179.102 s]
/proc/loadavg: 3.36 2.45 2.16 2/86 14619
/proc/meminfo: memFree=1117104/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=160.42
/proc/14584/stat : 14584 (sugar) D 14582 14584 14218 0 -1 4194304 1119 229543 0 3 4 8 15577 453 15 0 1 0 625671974 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/14584/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 160.42
Current children cumulated vsize (KiB) 13600

[startup+185.502 s]
/proc/loadavg: 3.30 2.47 2.16 2/86 14619
/proc/meminfo: memFree=1126896/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=160.42
/proc/14584/stat : 14584 (sugar) D 14582 14584 14218 0 -1 4194304 1119 229543 0 3 4 8 15577 453 15 0 1 0 625671974 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/14584/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 160.42
Current children cumulated vsize (KiB) 13600

[startup+188.702 s]
/proc/loadavg: 3.30 2.47 2.16 1/69 14624
/proc/meminfo: memFree=1334392/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=160.42
/proc/14584/stat : 14584 (sugar) D 14582 14584 14218 0 -1 4194304 1119 229543 0 3 4 8 15577 453 15 0 1 0 625671974 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/14584/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 160.42
Current children cumulated vsize (KiB) 13600

[startup+191.901 s]
/proc/loadavg: 3.28 2.48 2.17 1/69 14640
/proc/meminfo: memFree=1367800/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=160.42
/proc/14584/stat : 14584 (sugar) D 14582 14584 14218 0 -1 4194304 1119 229543 0 3 4 8 15577 453 15 0 1 0 625671974 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/14584/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 160.42
Current children cumulated vsize (KiB) 13600

[startup+192.701 s]
/proc/loadavg: 3.28 2.48 2.17 1/69 14640
/proc/meminfo: memFree=1540408/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=160.53
/proc/14584/stat : 14584 (sugar) D 14582 14584 14218 0 -1 4194304 1119 229543 0 3 4 19 15577 453 16 0 1 0 625671974 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744072099197785 0 0 17 1 0 0
/proc/14584/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 13600

[startup+193.502 s]
/proc/loadavg: 3.28 2.48 2.17 1/69 14640
/proc/meminfo: memFree=1540408/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=160.53
/proc/14584/stat : 14584 (sugar) D 14582 14584 14218 0 -1 4194304 1119 229543 0 3 4 19 15577 453 16 0 1 0 625671974 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744072099197785 0 0 17 1 0 0
/proc/14584/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 13600

[startup+193.702 s]
/proc/loadavg: 3.28 2.48 2.17 1/69 14640
/proc/meminfo: memFree=1540408/2055920 swapFree=4165996/4192956
[pid=14584] ppid=14582 vsize=13600 CPUtime=160.53
/proc/14584/stat : 14584 (sugar) D 14582 14584 14218 0 -1 4194304 1119 229543 0 3 4 19 15577 453 16 0 1 0 625671974 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744072099197785 0 0 17 1 0 0
/proc/14584/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 193.737
CPU time (s): 160.569
CPU user time (s): 155.822
CPU system time (s): 4.74628
CPU usage (%): 82.8795
Max. virtual memory (cumulated for all children) (KiB): 889908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.822
system time used= 4.74628
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230692
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= 64335
involuntary context switches= 68250

runsolver used 0.222966 second user time and 0.657899 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-04 00:35:42
IDJOB=1059675
IDBENCH=54322
IDSOLVER=346
FILE ID=node77/1059675-1215124542
PBS_JOBID= 7877223
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-3-fair.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-1059675-1215124542/watcher-1059675-1215124542 -o /tmp/evaluation-result-1059675-1215124542/solver-1059675-1215124542 -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-1059675-1215124542.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 14b32115813e5a5ce1b329ea369de09a
RANDOM SEED=1727007161

node77.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.274
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.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1310040 kB
Buffers:         79568 kB
Cached:         362152 kB
SwapCached:      20884 kB
Active:         441592 kB
Inactive:       227064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1310040 kB
SwapTotal:     4192956 kB
SwapFree:      4165996 kB
Dirty:            2880 kB
Writeback:           0 kB
Mapped:         243560 kB
Slab:            61928 kB
Committed_AS:  1273848 kB
PageTables:       2304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node77 at 2008-07-04 00:38:56