Trace number 1114108

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 85.1638 87.5998

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-8.xml
MD5SUM5ef6083857cc9720c8e4a658c322c67a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints5
Best CPU time to get the best result obtained on this benchmark1770.96
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 23:05:56 2008
0.00/0.04	c 0	PID 16848
0.00/0.05	c 0	HOST node12.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1114108-1215896756.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-1114108-1215896756.xml' 'HOME/temp.csp'
0.04/0.82	c 1	8 domains, 260 variables, 8 predicates, 0 relations, 3927 constraints
0.04/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/0.92	c 1	Parsing HOME/temp.csp
1.04/1.18	c 1	parsed 4203 expressions
1.04/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.23	c 1	MAX CSP: 3927 constraints
1.14/1.23	c 1	Converting to clausal form CSP
1.83/1.93	c 2	converted 814 (10%) expressions
2.42/2.54	c 2	converted 1627 (20%) expressions
2.92/3.07	c 3	converted 2440 (30%) expressions
3.32/3.50	c 3	converted 3254 (40%) expressions
4.01/4.13	c 4	converted 4067 (50%) expressions
4.31/4.50	c 4	converted 4880 (60%) expressions
4.79/4.90	c 5	converted 5694 (70%) expressions
5.09/5.29	c 5	converted 6507 (80%) expressions
5.89/6.04	c 6	converted 7320 (90%) expressions
6.58/6.76	c 6	converted 8133 (100%) expressions
6.58/6.76	c 6	CSP : 8369 integers, 15204 booleans, 35414 clauses, largest domain size 5891
6.58/6.76	c 6	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.58/6.77	c 6	Propagation in CSP
7.07/7.23	c 7	3918 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.07/7.24	c 7	CSP : 8369 integers, 15204 booleans, 35414 clauses, largest domain size 3928
7.07/7.24	c 7	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.07/7.26	c 7	Simplifing CSP by introducing new Boolean variables
7.07/7.30	c 7	CSP : 8369 integers, 22314 booleans, 42524 clauses, largest domain size 3928
7.07/7.30	c 7	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.57/7.71	c 7	Encoding CSP to SAT : HOME/temp.cnf
8.95/9.11	c 9	837 (10%) CSP integer variables are encoded (285670 clauses, 4635065 bytes)
9.05/9.25	c 9	1674 (20%) CSP integer variables are encoded (382758 clauses, 6285561 bytes)
9.05/9.29	c 9	2511 (30%) CSP integer variables are encoded (413962 clauses, 6816029 bytes)
9.05/9.29	c 9	3348 (40%) CSP integer variables are encoded (413962 clauses, 6816029 bytes)
9.05/9.29	c 9	4185 (50%) CSP integer variables are encoded (413962 clauses, 6816029 bytes)
9.15/9.30	c 9	5022 (60%) CSP integer variables are encoded (422185 clauses, 6955820 bytes)
9.15/9.31	c 9	5859 (70%) CSP integer variables are encoded (429453 clauses, 7079376 bytes)
9.15/9.32	c 9	6696 (80%) CSP integer variables are encoded (439331 clauses, 7247302 bytes)
9.15/9.33	c 9	7533 (90%) CSP integer variables are encoded (447044 clauses, 7378423 bytes)
9.15/9.39	c 9	8369 (100%) CSP integer variables are encoded (496270 clauses, 8215265 bytes)
19.71/20.04	c 20	4253 (10%) CSP clauses are encoded (1916220 clauses, 38190183 bytes)
23.67/24.02	c 24	8505 (20%) CSP clauses are encoded (2571048 clauses, 52694260 bytes)
26.34/26.78	c 26	12758 (30%) CSP clauses are encoded (3230907 clauses, 68349199 bytes)
28.51/28.97	c 29	17010 (40%) CSP clauses are encoded (3798156 clauses, 82041088 bytes)
30.59/31.05	c 31	21262 (50%) CSP clauses are encoded (4425808 clauses, 97674951 bytes)
32.86/33.33	c 33	25515 (60%) CSP clauses are encoded (5119386 clauses, 114681441 bytes)
34.85/35.32	c 35	29767 (70%) CSP clauses are encoded (5730905 clauses, 129862270 bytes)
36.81/37.31	c 37	34020 (80%) CSP clauses are encoded (6327542 clauses, 144688894 bytes)
39.37/39.94	c 40	38272 (90%) CSP clauses are encoded (7643860 clauses, 176688924 bytes)
73.21/74.62	c 74	42524 (100%) CSP clauses are encoded (25781701 clauses, 620047822 bytes)
73.21/74.62	c 74	42524 CSP clauses encoded
73.21/74.62	c 74	Writing map file : HOME/temp.map
73.21/74.70	c 74	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.21/74.70	c 74	SAT : 526953 SAT variables, 25781701 SAT clauses, 620047822 bytes
73.21/74.70	c 74	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.31/74.75	c 74	OBJECTIVE minimize _COST
73.31/74.75	c 74	OBJECTIVE BOUND: 0 <= _COST <= 
73.31/74.76	c 74	SEARCHING: _COST <= 1964
73.31/74.76	c 74	SOLVING HOME/temp.cnf
73.31/74.76	c 74	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
73.31/74.76	c 74	This is MiniSat 2.0 beta
73.31/74.76	c 74	WARNING: for repeatability, setting FPU to use double precision
73.31/74.76	c 74	============================[ Problem Statistics ]=============================
73.31/74.76	c 74	|                                                                             |
73.31/74.76	c 74	|  Number of variables:  526953                                               |
73.31/74.76	c 74	|  Number of clauses:    25781702                                             |
84.86/86.82	c ERROR INTERRUPTED
84.97/86.94	s UNKNOWN
84.97/86.94	c 87	CPU 69.31 (0.06 0.01 69.25 4.05)
84.97/86.94	c 87	END Sat Jul 12 23:07:23 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1114108-1215896756/watcher-1114108-1215896756 -o /tmp/evaluation-result-1114108-1215896756/solver-1114108-1215896756 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1114108-1215896756.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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

[startup+0 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 16848
/proc/meminfo: memFree=1171672/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=18572 CPUtime=0
/proc/16848/stat : 16848 (runsolver) R 16846 16561 16561 0 -1 4194368 8 0 0 0 0 0 0 0 19 0 1 0 46378371 19017728 290 996147200 4194304 4296836 548682068256 18446744073709551615 252438403290 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16848/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.101196 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 16848
/proc/meminfo: memFree=1171672/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=13600 CPUtime=0.04
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46378371 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16848/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201202 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 16848
/proc/meminfo: memFree=1171672/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=13600 CPUtime=0.04
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46378371 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16848/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301208 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 16848
/proc/meminfo: memFree=1171672/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=13600 CPUtime=0.04
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46378371 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16848/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701257 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 16848
/proc/meminfo: memFree=1171672/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=13600 CPUtime=0.04
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46378371 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16848/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 2.07 2.00 2.00 3/91 16870
/proc/meminfo: memFree=1163264/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=13600 CPUtime=0.8
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 974 7008 0 1 3 1 72 4 15 0 1 0 46378371 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16848/statm: 3400 797 370 3 0 500 0
[pid=16861] ppid=16848 vsize=5356 CPUtime=0
/proc/16861/stat : 16861 (sh) S 16848 16848 16561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46378455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16861/statm: 1339 233 193 169 0 50 0
[pid=16862] ppid=16861 vsize=868384 CPUtime=0.64
/proc/16862/stat : 16862 (java) S 16861 16848 16561 0 -1 0 5748 0 1 0 61 3 0 0 18 0 9 0 46378455 889225216 5155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16862/statm: 217096 5155 1732 9 0 211671 0
[pid=16862/tid=16863] ppid=16861 vsize=868384 CPUtime=0.39
/proc/16862/task/16863/stat : 16863 (java) R 16861 16848 16561 0 -1 64 2663 0 1 0 38 1 0 0 22 0 9 0 46378456 889225216 5155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16864] ppid=16861 vsize=868384 CPUtime=0.05
/proc/16862/task/16864/stat : 16864 (java) S 16861 16848 16561 0 -1 64 952 0 0 0 5 0 0 0 16 0 9 0 46378457 889225216 5155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16865] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16865/stat : 16865 (java) S 16861 16848 16561 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 46378458 889225216 5155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16866] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16866/stat : 16866 (java) S 16861 16848 16561 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 46378458 889225216 5155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16867] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16867/stat : 16867 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46378460 889225216 5155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16868] ppid=16861 vsize=868384 CPUtime=0.16
/proc/16862/task/16868/stat : 16868 (java) R 16861 16848 16561 0 -1 64 1442 0 0 0 16 0 0 0 16 0 9 0 46378460 889225216 5155 996147200 134512640 134550740 4294955936 18446744073709551615 101991350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16869] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16869/stat : 16869 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46378460 889225216 5155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16870] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16870/stat : 16870 (java) S 16861 16848 16561 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46378460 889225216 5155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887340

[startup+3.10296 s]
/proc/loadavg: 2.07 2.00 2.00 3/91 16870
/proc/meminfo: memFree=1150528/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=13600 CPUtime=0.8
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 974 7008 0 1 3 1 72 4 15 0 1 0 46378371 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16848/statm: 3400 797 370 3 0 500 0
[pid=16861] ppid=16848 vsize=5356 CPUtime=0
/proc/16861/stat : 16861 (sh) S 16848 16848 16561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46378455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16861/statm: 1339 233 193 169 0 50 0
[pid=16862] ppid=16861 vsize=868384 CPUtime=2.22
/proc/16862/stat : 16862 (java) S 16861 16848 16561 0 -1 0 10040 0 1 0 217 5 0 0 18 0 9 0 46378455 889225216 9122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16862/statm: 217096 9122 2540 9 0 211671 0
[pid=16862/tid=16863] ppid=16861 vsize=868384 CPUtime=1.6
/proc/16862/task/16863/stat : 16863 (java) R 16861 16848 16561 0 -1 64 2869 0 1 0 158 2 0 0 25 0 9 0 46378456 889225216 9122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16864] ppid=16861 vsize=868384 CPUtime=0.39
/proc/16862/task/16864/stat : 16864 (java) S 16861 16848 16561 0 -1 64 5016 0 0 0 37 2 0 0 15 0 9 0 46378457 889225216 9122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16865] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16865/stat : 16865 (java) S 16861 16848 16561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46378458 889225216 9122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16866] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16866/stat : 16866 (java) S 16861 16848 16561 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46378458 889225216 9122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16867] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16867/stat : 16867 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46378460 889225216 9122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16868] ppid=16861 vsize=868384 CPUtime=0.2
/proc/16862/task/16868/stat : 16868 (java) S 16861 16848 16561 0 -1 64 1463 0 0 0 20 0 0 0 15 0 9 0 46378460 889225216 9122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16869] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16869/stat : 16869 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46378460 889225216 9122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16870] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16870/stat : 16870 (java) S 16861 16848 16561 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46378460 889225216 9122 996147200 134512640 134550740 4294955936 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) 887340

[startup+6.30282 s]
/proc/loadavg: 2.07 2.00 2.00 4/91 16870
/proc/meminfo: memFree=1113408/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=13600 CPUtime=0.8
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 974 7008 0 1 3 1 72 4 15 0 1 0 46378371 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16848/statm: 3400 797 370 3 0 500 0
[pid=16861] ppid=16848 vsize=5356 CPUtime=0
/proc/16861/stat : 16861 (sh) S 16848 16848 16561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46378455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16861/statm: 1339 233 193 169 0 50 0
[pid=16862] ppid=16861 vsize=868384 CPUtime=5.39
/proc/16862/stat : 16862 (java) S 16861 16848 16561 0 -1 0 21614 0 1 0 526 13 0 0 18 0 9 0 46378455 889225216 15488 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16862/statm: 217096 15488 2540 9 0 211671 0
[pid=16862/tid=16863] ppid=16861 vsize=868384 CPUtime=3.92
/proc/16862/task/16863/stat : 16863 (java) R 16861 16848 16561 0 -1 64 3349 0 1 0 390 2 0 0 25 0 9 0 46378456 889225216 15488 996147200 134512640 134550740 4294955936 18446744073709551615 4126601419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16864] ppid=16861 vsize=868384 CPUtime=1.23
/proc/16862/task/16864/stat : 16864 (java) S 16861 16848 16561 0 -1 64 16103 0 0 0 114 9 0 0 16 0 9 0 46378457 889225216 15488 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16865] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16865/stat : 16865 (java) S 16861 16848 16561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46378458 889225216 15488 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16866] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16866/stat : 16866 (java) S 16861 16848 16561 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46378458 889225216 15488 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16867] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16867/stat : 16867 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46378460 889225216 15488 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16868] ppid=16861 vsize=868384 CPUtime=0.2
/proc/16862/task/16868/stat : 16868 (java) S 16861 16848 16561 0 -1 64 1470 0 0 0 20 0 0 0 15 0 9 0 46378460 889225216 15488 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16869] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16869/stat : 16869 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46378460 889225216 15488 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16870] ppid=16861 vsize=868384 CPUtime=0
/proc/16862/task/16870/stat : 16870 (java) S 16861 16848 16561 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46378460 889225216 15488 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887340

[startup+12.7014 s]
/proc/loadavg: 2.06 2.00 2.00 3/91 16870
/proc/meminfo: memFree=1091328/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=13600 CPUtime=0.8
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 974 7008 0 1 3 1 72 4 15 0 1 0 46378371 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16848/statm: 3400 797 370 3 0 500 0
[pid=16861] ppid=16848 vsize=5356 CPUtime=0
/proc/16861/stat : 16861 (sh) S 16848 16848 16561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46378455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16861/statm: 1339 233 193 169 0 50 0
[pid=16862] ppid=16861 vsize=868496 CPUtime=11.69
/proc/16862/stat : 16862 (java) S 16861 16848 16561 0 -1 0 28357 0 1 0 1143 26 0 0 18 0 9 0 46378455 889339904 17932 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16862/statm: 217124 17932 2566 9 0 211671 0
[pid=16862/tid=16863] ppid=16861 vsize=868496 CPUtime=9.57
/proc/16862/task/16863/stat : 16863 (java) R 16861 16848 16561 0 -1 64 3707 0 1 0 945 12 0 0 25 0 9 0 46378456 889339904 17932 996147200 134512640 134550740 4294955936 18446744073709551615 4126486671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16864] ppid=16861 vsize=868496 CPUtime=1.79
/proc/16862/task/16864/stat : 16864 (java) S 16861 16848 16561 0 -1 64 22432 0 0 0 167 12 0 0 16 0 9 0 46378457 889339904 17932 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16865] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16865/stat : 16865 (java) S 16861 16848 16561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46378458 889339904 17932 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16866] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16866/stat : 16866 (java) S 16861 16848 16561 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46378458 889339904 17932 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16867] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16867/stat : 16867 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46378460 889339904 17932 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16868] ppid=16861 vsize=868496 CPUtime=0.3
/proc/16862/task/16868/stat : 16868 (java) S 16861 16848 16561 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 46378460 889339904 17932 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16869] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16869/stat : 16869 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46378460 889339904 17932 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16870] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16870/stat : 16870 (java) S 16861 16848 16561 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46378460 889339904 17932 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887452

[startup+25.5027 s]
/proc/loadavg: 2.05 2.00 2.00 4/91 16870
/proc/meminfo: memFree=1046400/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=13600 CPUtime=0.8
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 974 7008 0 1 3 1 72 4 16 0 1 0 46378371 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16848/statm: 3400 797 370 3 0 500 0
[pid=16861] ppid=16848 vsize=5356 CPUtime=0
/proc/16861/stat : 16861 (sh) S 16848 16848 16561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46378455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16861/statm: 1339 233 193 169 0 50 0
[pid=16862] ppid=16861 vsize=868496 CPUtime=24.35
/proc/16862/stat : 16862 (java) S 16861 16848 16561 0 -1 0 28595 0 1 0 2381 54 0 0 18 0 9 0 46378455 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16862/statm: 217124 17938 2566 9 0 211671 0
[pid=16862/tid=16863] ppid=16861 vsize=868496 CPUtime=22.1
/proc/16862/task/16863/stat : 16863 (java) R 16861 16848 16561 0 -1 64 3939 0 1 0 2173 37 0 0 25 0 9 0 46378456 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4127074096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16864] ppid=16861 vsize=868496 CPUtime=1.91
/proc/16862/task/16864/stat : 16864 (java) S 16861 16848 16561 0 -1 64 22432 0 0 0 176 15 0 0 16 0 9 0 46378457 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16865] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16865/stat : 16865 (java) S 16861 16848 16561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46378458 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16866] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16866/stat : 16866 (java) S 16861 16848 16561 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46378458 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16867] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16867/stat : 16867 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46378460 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16868] ppid=16861 vsize=868496 CPUtime=0.31
/proc/16862/task/16868/stat : 16868 (java) S 16861 16848 16561 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 46378460 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16869] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16869/stat : 16869 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46378460 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16870] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16870/stat : 16870 (java) S 16861 16848 16561 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46378460 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887452

[startup+51.1026 s]
/proc/loadavg: 2.03 2.00 2.00 3/91 16870
/proc/meminfo: memFree=790784/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=13600 CPUtime=0.8
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 974 7008 0 1 3 1 72 4 16 0 1 0 46378371 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16848/statm: 3400 797 370 3 0 500 0
[pid=16861] ppid=16848 vsize=5356 CPUtime=0
/proc/16861/stat : 16861 (sh) S 16848 16848 16561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46378455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16861/statm: 1339 233 193 169 0 50 0
[pid=16862] ppid=16861 vsize=868496 CPUtime=49.5
/proc/16862/stat : 16862 (java) S 16861 16848 16561 0 -1 0 29765 0 1 0 4733 217 0 0 18 0 9 0 46378455 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16862/statm: 217124 17938 2566 9 0 211671 0
[pid=16862/tid=16863] ppid=16861 vsize=868496 CPUtime=46.65
/proc/16862/task/16863/stat : 16863 (java) R 16861 16848 16561 0 -1 64 5109 0 1 0 4472 193 0 0 25 0 9 0 46378456 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16864] ppid=16861 vsize=868496 CPUtime=2.51
/proc/16862/task/16864/stat : 16864 (java) S 16861 16848 16561 0 -1 64 22432 0 0 0 229 22 0 0 15 0 9 0 46378457 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16865] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16865/stat : 16865 (java) S 16861 16848 16561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46378458 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16866] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16866/stat : 16866 (java) S 16861 16848 16561 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46378458 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16867] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16867/stat : 16867 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46378460 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16868] ppid=16861 vsize=868496 CPUtime=0.31
/proc/16862/task/16868/stat : 16868 (java) S 16861 16848 16561 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 46378460 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16869] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16869/stat : 16869 (java) S 16861 16848 16561 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46378460 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16862/tid=16870] ppid=16861 vsize=868496 CPUtime=0
/proc/16862/task/16870/stat : 16870 (java) S 16861 16848 16561 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46378460 889339904 17938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 887452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+86.8017 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 16872
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=14128 CPUtime=73.37
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 1167 38423 1 2 6 1 6925 405 16 0 1 0 46378371 14467072 916 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16848/statm: 3532 916 374 3 0 632 0
[pid=16871] ppid=16848 vsize=5356 CPUtime=0
/proc/16871/stat : 16871 (sh) S 16848 16848 16561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46385847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16871/statm: 1339 232 193 169 0 50 0
[pid=16872] ppid=16871 vsize=906052 CPUtime=11.49
/proc/16872/stat : 16872 (minisat) R 16871 16848 16561 0 -1 4194304 218339 0 0 0 1001 148 0 0 25 0 1 0 46385847 927797248 218325 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 0 0 0
/proc/16872/statm: 226513 218325 62 150 0 226360 0
Current children cumulated CPU time (s) 84.86
Current children cumulated vsize (KiB) 925536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+86.9205 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 16872
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=14128 CPUtime=73.37
/proc/16848/stat : 16848 (sugar) S 16846 16848 16561 0 -1 4194304 1179 38423 1 2 6 1 6925 405 16 0 1 0 46378371 14467072 916 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16848/statm: 3532 916 374 3 0 632 0
[pid=16871] ppid=16848 vsize=0 CPUtime=0
/proc/16871/stat : 16871 (sh) Z 16848 16848 16561 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 46385847 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/16871/statm: 0 0 0 0 0 0 0
[pid=16872] ppid=1 vsize=0 CPUtime=11.6
/proc/16872/stat : 16872 (minisat) R 1 16848 16561 0 -1 4195332 218339 0 0 0 1001 159 0 0 25 0 1 0 46385847 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/16872/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 84.97
Current children cumulated vsize (KiB) 14128

# WARNING:
# current cumulated CPU time (73.4 s) is less than in the last sample (84.97 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (11.57 s) to the 'lost time'.

[startup+87.0017 s]
/proc/loadavg: 2.14 2.03 2.01 4/82 16873
/proc/meminfo: memFree=980232/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=14128 CPUtime=73.4
/proc/16848/stat : 16848 (sugar) R 16846 16848 16561 0 -1 4194304 1206 38700 1 2 6 4 6925 405 16 0 1 0 46378371 14467072 917 996147200 4194304 4206940 548682068592 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16848/statm: 3532 917 375 3 0 632 0
Current children cumulated CPU time (s) 73.4
Current children cumulated vsize (KiB) 14128

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

[startup+87.2017 s]
/proc/loadavg: 2.14 2.03 2.01 4/82 16873
/proc/meminfo: memFree=980232/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=14128 CPUtime=73.55
/proc/16848/stat : 16848 (sugar) D 16846 16848 16561 0 -1 4194304 1206 38700 1 2 6 19 6925 405 15 0 1 0 46378371 14467072 917 996147200 4194304 4206940 548682068592 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16848/statm: 3532 917 375 3 0 632 0
Current children cumulated CPU time (s) 73.55
Current children cumulated vsize (KiB) 14128

[startup+87.4017 s]
/proc/loadavg: 2.14 2.03 2.01 4/82 16873
/proc/meminfo: memFree=980232/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=14128 CPUtime=73.56
/proc/16848/stat : 16848 (sugar) D 16846 16848 16561 0 -1 4194304 1206 38700 1 2 6 20 6925 405 15 0 1 0 46378371 14467072 917 996147200 4194304 4206940 548682068592 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16848/statm: 3532 917 375 3 0 632 0
Current children cumulated CPU time (s) 73.56
Current children cumulated vsize (KiB) 14128

[startup+87.5017 s]
/proc/loadavg: 2.14 2.03 2.01 4/82 16873
/proc/meminfo: memFree=980232/2055920 swapFree=4192812/4192956
[pid=16848] ppid=16846 vsize=14128 CPUtime=73.56
/proc/16848/stat : 16848 (sugar) D 16846 16848 16561 0 -1 4194304 1206 38700 1 2 6 20 6925 405 15 0 1 0 46378371 14467072 917 996147200 4194304 4206940 548682068592 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16848/statm: 3532 917 375 3 0 632 0
Current children cumulated CPU time (s) 73.56
Current children cumulated vsize (KiB) 14128

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.57
#  lost CPU user time (s): 10.01
#  lost CPU system time (s): 1.56

Real time (s): 87.5998
CPU time (s): 85.1638
CPU user time (s): 79.3345
CPU system time (s): 5.82935
CPU usage (%): 97.2192
Max. virtual memory (cumulated for all children) (KiB): 925536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.3245
system time used= 4.26935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39936
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= 25401
involuntary context switches= 28126

runsolver used 0.12798 second user time and 0.295955 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-12 23:05:56
IDJOB=1114108
IDBENCH=61689
IDSOLVER=368
FILE ID=node12/1114108-1215896756
PBS_JOBID= 7903668
Free space on /tmp= 66292 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-8.xml
COMMAND LINE= DIR/sugar -max -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-1114108-1215896756/watcher-1114108-1215896756 -o /tmp/evaluation-result-1114108-1215896756/solver-1114108-1215896756 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1114108-1215896756.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ef6083857cc9720c8e4a658c322c67a
RANDOM SEED=1460217096

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
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.212
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:       1172152 kB
Buffers:         10404 kB
Cached:         126956 kB
SwapCached:          0 kB
Active:         805992 kB
Inactive:        26924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1172152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:         715828 kB
Slab:            34792 kB
Committed_AS:   975752 kB
PageTables:       3288 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= 66292 MiB
End job on node12 at 2008-07-12 23:07:25