Trace number 2065032

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.14.6+minisatUNSAT 186.01 187.167

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-3-fair.xml
MD5SUMe07a7629ac8e44ebbefb2b5fdf8642f8
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 benchmark3.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables9327
Number of constraints8822
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8822
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:42:11 2009
0.00/0.08	c 0	PID 18635
0.07/0.08	c 0	HOST node44.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2065032-1247337731.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065032-1247337731.xml' 'HOME/temp.csp'
1.06/1.12	c 1	3 domains, 9327 variables, 9 predicates, 0 relations, 8822 constraints
1.06/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.15	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.09/1.22	c 1	Parsing HOME/temp.csp
1.09/1.39	c 1	parsed 10000 expressions
1.09/1.50	c 2	parsed 18161 expressions
1.09/1.51	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.51	c 2	Converting to clausal form CSP
1.09/1.56	c 2	converted 1817 (10%) expressions
1.09/1.56	c 2	converted 3633 (20%) expressions
1.09/1.56	c 2	converted 5449 (30%) expressions
1.09/1.56	c 2	converted 7265 (40%) expressions
1.09/1.57	c 2	converted 9081 (50%) expressions
1.09/1.84	c 2	converted 10897 (60%) expressions
1.09/2.06	c 2	converted 12713 (70%) expressions
2.22/2.34	c 2	converted 14529 (80%) expressions
2.42/2.51	c 3	converted 16345 (90%) expressions
2.72/2.82	c 3	converted 18161 (100%) expressions
2.72/2.82	c 3	CSP : 16313 integers, 584 booleans, 39722 clauses, largest domain size 20001
2.72/2.82	c 3	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.72/2.82	c 3	Propagation in CSP
100.78/100.92	c 101	113016767 values, 0 unsatisfiable literals, and 0 valid clauses are removed
100.78/100.93	c 101	CSP : 16313 integers, 584 booleans, 39722 clauses, largest domain size 20001
100.78/100.93	c 101	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
100.78/100.95	c 101	Simplifing CSP by introducing new Boolean variables
100.87/101.02	c 101	CSP : 16313 integers, 14738 booleans, 53876 clauses, largest domain size 20001
100.87/101.02	c 101	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
101.08/101.25	c 101	Encoding CSP to SAT : HOME/temp.cnf
101.17/101.36	c 101	1632 (10%) CSP integer variables are encoded (53115 clauses, 775229 bytes)
102.46/102.68	c 103	3263 (20%) CSP integer variables are encoded (1056582 clauses, 17857614 bytes)
102.86/103.09	c 103	4894 (30%) CSP integer variables are encoded (1360143 clauses, 23625273 bytes)
104.25/104.44	c 105	6526 (40%) CSP integer variables are encoded (2350035 clauses, 42433221 bytes)
104.54/104.76	c 105	8157 (50%) CSP integer variables are encoded (2578778 clauses, 46779338 bytes)
104.54/104.76	c 105	9788 (60%) CSP integer variables are encoded (2578778 clauses, 46779338 bytes)
104.93/105.16	c 105	11420 (70%) CSP integer variables are encoded (2878718 clauses, 52478198 bytes)
105.13/105.34	c 105	13051 (80%) CSP integer variables are encoded (3018690 clauses, 55137666 bytes)
105.54/105.72	c 106	14682 (90%) CSP integer variables are encoded (3328644 clauses, 61026792 bytes)
105.63/105.88	c 106	16313 (100%) CSP integer variables are encoded (3458624 clauses, 63496412 bytes)
120.05/120.40	c 120	5388 (10%) CSP clauses are encoded (12015918 clauses, 236733110 bytes)
120.71/121.15	c 121	10776 (20%) CSP clauses are encoded (12457482 clauses, 245582039 bytes)
121.40/121.81	c 122	16163 (30%) CSP clauses are encoded (12859761 clauses, 253727233 bytes)
122.27/122.74	c 123	21551 (40%) CSP clauses are encoded (13421268 clauses, 265215757 bytes)
122.86/123.35	c 123	26938 (50%) CSP clauses are encoded (13783160 clauses, 272902857 bytes)
122.86/123.38	c 123	32326 (60%) CSP clauses are encoded (13785648 clauses, 272953302 bytes)
122.96/123.42	c 123	37714 (70%) CSP clauses are encoded (13788170 clauses, 273004598 bytes)
125.41/125.95	c 126	43101 (80%) CSP clauses are encoded (15350786 clauses, 306207893 bytes)
125.78/126.34	c 126	48489 (90%) CSP clauses are encoded (15552580 clauses, 310492827 bytes)
125.87/126.41	c 126	53876 (100%) CSP clauses are encoded (15571895 clauses, 311018501 bytes)
125.87/126.41	c 126	53876 CSP clauses encoded
125.87/126.41	c 126	Writing map file : HOME/temp.map
125.87/126.45	c 127	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
125.87/126.45	c 127	SAT : 3477754 SAT variables, 15571895 SAT clauses, 311018501 bytes
125.87/126.45	c 127	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
125.87/126.50	c 127	SOLVING HOME/temp.cnf
125.87/126.50	c 127	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
125.96/126.51	c 127	This is MiniSat 2.0 beta
125.96/126.51	c 127	WARNING: for repeatability, setting FPU to use double precision
125.96/126.51	c 127	============================[ Problem Statistics ]=============================
125.96/126.51	c 127	|                                                                             |
125.96/126.51	c 127	|  Number of variables:  3477754                                              |
125.96/126.51	c 127	|  Number of clauses:    15571895                                             |
134.36/135.02	c 135	|  Parsing time:         6.93         s                                       |
134.86/135.51	c 136	============================[ Search Statistics ]==============================
134.86/135.52	c 136	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
134.86/135.52	c 136	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
134.86/135.52	c 136	===============================================================================
134.86/135.52	c 136	|         0 | 3366776 15457463 39845285 |  5152487        0    nan |  0.000 % |
150.61/151.43	c 151	|       101 | 3359765 15457463 39845285 |  5667736       92      6 | 12.967 % |
165.86/166.82	c 167	|       251 | 2924793 14345948 37445108 |  6234510      159      4 | 15.929 % |
185.17/186.36	c 186	===============================================================================
185.17/186.36	c 186	restarts              : 3
185.17/186.36	c 186	conflicts             : 336            (6 /sec)
185.17/186.36	c 186	decisions             : 4433           (0.41 % random) (77 /sec)
185.17/186.36	c 186	propagations          : 94775516       (1642010 /sec)
185.17/186.36	c 186	conflict literals     : 1197           (5.15 % deleted)
185.17/186.36	c 186	Memory used           : 847.18 MB
185.17/186.36	c 186	CPU time              : 57.7192 s
185.17/186.36	c 186	
185.17/186.36	c 186	UNSATISFIABLE
185.37/186.51	c 187	DECODING HOME/temp.out WITH HOME/temp.map
185.37/186.51	c 187	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
185.39/186.60	c 187	Decoding HOME/temp.out
185.75/186.94	s UNSATISFIABLE
185.75/186.95	c 187	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
185.75/187.00	c 187	CPU 185.83 (0.08 0.02 181.04 4.69)
185.75/187.00	c 187	END Sat Jul 11 20:45:18 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065032-1247337731/watcher-2065032-1247337731 -o /tmp/evaluation-result-2065032-1247337731/solver-2065032-1247337731 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065032-1247337731.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.03 5/82 18635
/proc/meminfo: memFree=1826192/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=4708 CPUtime=0
/proc/18635/stat : 18635 (sugar) R 18633 18635 18246 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 20836978 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 264837855276 0 0 4096 0 0 0 0 17 1 0 0
/proc/18635/statm: 1177 40 31 3 0 8 0

[startup+0.0835989 s]
/proc/loadavg: 2.08 2.03 2.03 5/82 18635
/proc/meminfo: memFree=1826192/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16740 CPUtime=0.07
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 20836978 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101283 s]
/proc/loadavg: 2.08 2.03 2.03 5/82 18635
/proc/meminfo: memFree=1826192/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=0.07
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 20836978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301295 s]
/proc/loadavg: 2.08 2.03 2.03 5/82 18635
/proc/meminfo: memFree=1826192/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=0.07
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 20836978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701339 s]
/proc/loadavg: 2.08 2.03 2.03 5/82 18635
/proc/meminfo: memFree=1826192/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=0.07
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 20836978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50292 s]
/proc/loadavg: 2.08 2.03 2.03 4/93 18647
/proc/meminfo: memFree=1794040/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=1.09
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1309 10406 0 1 6 1 94 8 15 0 1 0 20836978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 16868

[startup+3.10359 s]
/proc/loadavg: 2.16 2.04 2.03 4/93 18657
/proc/meminfo: memFree=1798392/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=1.09
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1310 10406 0 1 6 1 94 8 15 0 1 0 20836978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 4217 1111 409 3 0 796 0
[pid=18648] ppid=18635 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18635 18635 18246 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837093 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18648/statm: 1339 233 193 169 0 50 0
[pid=18649] ppid=18648 vsize=868600 CPUtime=1.93
/proc/18649/stat : 18649 (java) S 18648 18635 18246 0 -1 0 13045 0 1 0 186 7 0 0 20 0 9 0 20837093 889446400 11837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18649/statm: 217150 11837 2566 9 0 211655 0
[pid=18649/tid=18650] ppid=18648 vsize=868600 CPUtime=1.13
/proc/18649/task/18650/stat : 18650 (java) R 18648 18635 18246 0 -1 64 2889 0 1 0 112 1 0 0 25 0 9 0 20837094 889446400 11837 996147200 134512640 134550932 4294955936 18446744073709551615 4126968496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18651] ppid=18648 vsize=868600 CPUtime=0.58
/proc/18649/task/18651/stat : 18651 (java) S 18648 18635 18246 0 -1 64 7951 0 0 0 54 4 0 0 16 0 9 0 20837095 889446400 11837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18652] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18652/stat : 18652 (java) S 18648 18635 18246 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20837096 889446400 11837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18653] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18653/stat : 18653 (java) S 18648 18635 18246 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20837096 889446400 11837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18654] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18654/stat : 18654 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889446400 11837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18655] ppid=18648 vsize=868600 CPUtime=0.18
/proc/18649/task/18655/stat : 18655 (java) S 18648 18635 18246 0 -1 64 1502 0 0 0 18 0 0 0 16 0 9 0 20837098 889446400 11837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18656] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18656/stat : 18656 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889446400 11837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18657] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18657/stat : 18657 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20837098 889446400 11837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890824

[startup+6.30191 s]
/proc/loadavg: 2.16 2.04 2.03 3/93 18657
/proc/meminfo: memFree=1784632/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=1.09
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1310 10406 0 1 6 1 94 8 15 0 1 0 20836978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 4217 1111 409 3 0 796 0
[pid=18648] ppid=18635 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18635 18635 18246 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837093 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18648/statm: 1339 233 193 169 0 50 0
[pid=18649] ppid=18648 vsize=868600 CPUtime=5.13
/proc/18649/stat : 18649 (java) S 18648 18635 18246 0 -1 0 13260 0 1 0 504 9 0 0 20 0 9 0 20837093 889446400 11842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18649/statm: 217150 11842 2566 9 0 211655 0
[pid=18649/tid=18650] ppid=18648 vsize=868600 CPUtime=4.24
/proc/18649/task/18650/stat : 18650 (java) R 18648 18635 18246 0 -1 64 3099 0 1 0 422 2 0 0 25 0 9 0 20837094 889446400 11842 996147200 134512640 134550932 4294955936 18446744073709551615 4126854735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18651] ppid=18648 vsize=868600 CPUtime=0.67
/proc/18649/task/18651/stat : 18651 (java) S 18648 18635 18246 0 -1 64 7956 0 0 0 62 5 0 0 16 0 9 0 20837095 889446400 11842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18652] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18652/stat : 18652 (java) S 18648 18635 18246 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20837096 889446400 11842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18653] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18653/stat : 18653 (java) S 18648 18635 18246 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20837096 889446400 11842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18654] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18654/stat : 18654 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889446400 11842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18655] ppid=18648 vsize=868600 CPUtime=0.18
/proc/18649/task/18655/stat : 18655 (java) S 18648 18635 18246 0 -1 64 1502 0 0 0 18 0 0 0 16 0 9 0 20837098 889446400 11842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18656] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18656/stat : 18656 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889446400 11842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18657] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18657/stat : 18657 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20837098 889446400 11842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890824

[startup+12.7116 s]
/proc/loadavg: 2.29 2.07 2.04 4/93 18657
/proc/meminfo: memFree=1783864/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=1.09
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1310 10406 0 1 6 1 94 8 15 0 1 0 20836978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 4217 1111 409 3 0 796 0
[pid=18648] ppid=18635 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18635 18635 18246 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837093 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18648/statm: 1339 233 193 169 0 50 0
[pid=18649] ppid=18648 vsize=868600 CPUtime=11.54
/proc/18649/stat : 18649 (java) S 18648 18635 18246 0 -1 0 13684 0 1 0 1141 13 0 0 20 0 9 0 20837093 889446400 11847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18649/statm: 217150 11847 2566 9 0 211655 0
[pid=18649/tid=18650] ppid=18648 vsize=868600 CPUtime=10.48
/proc/18649/task/18650/stat : 18650 (java) R 18648 18635 18246 0 -1 64 3518 0 1 0 1044 4 0 0 25 0 9 0 20837094 889446400 11847 996147200 134512640 134550932 4294955936 18446744073709551615 4126965736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18651] ppid=18648 vsize=868600 CPUtime=0.84
/proc/18649/task/18651/stat : 18651 (java) S 18648 18635 18246 0 -1 64 7961 0 0 0 77 7 0 0 16 0 9 0 20837095 889446400 11847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18652] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18652/stat : 18652 (java) S 18648 18635 18246 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20837096 889446400 11847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18653] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18653/stat : 18653 (java) S 18648 18635 18246 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20837096 889446400 11847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18654] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18654/stat : 18654 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889446400 11847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18655] ppid=18648 vsize=868600 CPUtime=0.18
/proc/18649/task/18655/stat : 18655 (java) S 18648 18635 18246 0 -1 64 1502 0 0 0 18 0 0 0 16 0 9 0 20837098 889446400 11847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18656] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18656/stat : 18656 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889446400 11847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18657] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18657/stat : 18657 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20837098 889446400 11847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 890824

[startup+25.5029 s]
/proc/loadavg: 2.32 2.09 2.04 4/93 18657
/proc/meminfo: memFree=1780344/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=1.09
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1310 10406 0 1 6 1 94 8 15 0 1 0 20836978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 4217 1111 409 3 0 796 0
[pid=18648] ppid=18635 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18635 18635 18246 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837093 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18648/statm: 1339 233 193 169 0 50 0
[pid=18649] ppid=18648 vsize=868600 CPUtime=24.32
/proc/18649/stat : 18649 (java) S 18648 18635 18246 0 -1 0 14529 0 1 0 2410 22 0 0 20 0 9 0 20837093 889446400 11856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18649/statm: 217150 11856 2566 9 0 211655 0
[pid=18649/tid=18650] ppid=18648 vsize=868600 CPUtime=22.91
/proc/18649/task/18650/stat : 18650 (java) R 18648 18635 18246 0 -1 64 4354 0 1 0 2284 7 0 0 25 0 9 0 20837094 889446400 11856 996147200 134512640 134550932 4294955936 18446744073709551615 4126517467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18651] ppid=18648 vsize=868600 CPUtime=1.19
/proc/18649/task/18651/stat : 18651 (java) S 18648 18635 18246 0 -1 64 7970 0 0 0 106 13 0 0 16 0 9 0 20837095 889446400 11856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18652] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18652/stat : 18652 (java) S 18648 18635 18246 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20837096 889446400 11856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18653] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18653/stat : 18653 (java) S 18648 18635 18246 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20837096 889446400 11856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18654] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18654/stat : 18654 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889446400 11856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18655] ppid=18648 vsize=868600 CPUtime=0.18
/proc/18649/task/18655/stat : 18655 (java) S 18648 18635 18246 0 -1 64 1502 0 0 0 18 0 0 0 16 0 9 0 20837098 889446400 11856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18656] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18656/stat : 18656 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889446400 11856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18657] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18657/stat : 18657 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20837098 889446400 11856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 890824

[startup+51.1025 s]
/proc/loadavg: 2.48 2.14 2.06 4/93 18657
/proc/meminfo: memFree=1784248/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=1.09
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1310 10406 0 1 6 1 94 8 15 0 1 0 20836978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 4217 1111 409 3 0 796 0
[pid=18648] ppid=18635 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18635 18635 18246 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837093 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18648/statm: 1339 233 193 169 0 50 0
[pid=18649] ppid=18648 vsize=868600 CPUtime=49.91
/proc/18649/stat : 18649 (java) S 18648 18635 18246 0 -1 0 16220 0 1 0 4952 39 0 0 20 0 9 0 20837093 889446400 11875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18649/statm: 217150 11875 2566 9 0 211655 0
[pid=18649/tid=18650] ppid=18648 vsize=868600 CPUtime=47.82
/proc/18649/task/18650/stat : 18650 (java) R 18648 18635 18246 0 -1 64 6026 0 1 0 4769 13 0 0 25 0 9 0 20837094 889446400 11875 996147200 134512640 134550932 4294955936 18446744073709551615 4126562966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18651] ppid=18648 vsize=868600 CPUtime=1.86
/proc/18649/task/18651/stat : 18651 (java) S 18648 18635 18246 0 -1 64 7989 0 0 0 163 23 0 0 16 0 9 0 20837095 889446400 11875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18652] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18652/stat : 18652 (java) S 18648 18635 18246 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20837096 889446400 11875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18653] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18653/stat : 18653 (java) S 18648 18635 18246 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20837096 889446400 11875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18654] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18654/stat : 18654 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889446400 11875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18655] ppid=18648 vsize=868600 CPUtime=0.18
/proc/18649/task/18655/stat : 18655 (java) S 18648 18635 18246 0 -1 64 1502 0 0 0 18 0 0 0 16 0 9 0 20837098 889446400 11875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18656] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18656/stat : 18656 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889446400 11875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18657] ppid=18648 vsize=868600 CPUtime=0
/proc/18649/task/18657/stat : 18657 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20837098 889446400 11875 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 890824

[startup+102.308 s]
/proc/loadavg: 2.57 2.22 2.10 4/93 18657
/proc/meminfo: memFree=1768376/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=1.09
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1310 10406 0 1 6 1 94 8 16 0 1 0 20836978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4217 1111 409 3 0 796 0
[pid=18648] ppid=18635 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18635 18635 18246 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837093 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18648/statm: 1339 233 193 169 0 50 0
[pid=18649] ppid=18648 vsize=868712 CPUtime=101.07
/proc/18649/stat : 18649 (java) S 18648 18635 18246 0 -1 0 21552 0 1 0 10025 82 0 0 20 0 9 0 20837093 889561088 12868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18649/statm: 217178 12868 2591 9 0 211655 0
[pid=18649/tid=18650] ppid=18648 vsize=868712 CPUtime=97.26
/proc/18649/task/18650/stat : 18650 (java) R 18648 18635 18246 0 -1 64 9441 0 1 0 9693 33 0 0 25 0 9 0 20837094 889561088 12868 996147200 134512640 134550932 4294955936 18446744073709551615 4127052922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18651] ppid=18648 vsize=868712 CPUtime=3.56
/proc/18649/task/18651/stat : 18651 (java) S 18648 18635 18246 0 -1 64 9873 0 0 0 309 47 0 0 16 0 9 0 20837095 889561088 12868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18652] ppid=18648 vsize=868712 CPUtime=0
/proc/18649/task/18652/stat : 18652 (java) S 18648 18635 18246 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20837096 889561088 12868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18653] ppid=18648 vsize=868712 CPUtime=0
/proc/18649/task/18653/stat : 18653 (java) S 18648 18635 18246 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20837096 889561088 12868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18654] ppid=18648 vsize=868712 CPUtime=0
/proc/18649/task/18654/stat : 18654 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889561088 12868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18655] ppid=18648 vsize=868712 CPUtime=0.23
/proc/18649/task/18655/stat : 18655 (java) S 18648 18635 18246 0 -1 64 1535 0 0 0 22 1 0 0 16 0 9 0 20837098 889561088 12868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18656] ppid=18648 vsize=868712 CPUtime=0
/proc/18649/task/18656/stat : 18656 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837098 889561088 12868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18649/tid=18657] ppid=18648 vsize=868712 CPUtime=0
/proc/18649/task/18657/stat : 18657 (java) S 18648 18635 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20837098 889561088 12868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 890936

[startup+162.302 s]
/proc/loadavg: 2.75 2.35 2.14 3/85 18659
/proc/meminfo: memFree=667448/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=125.96
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1376 34976 0 2 7 2 12293 294 16 0 1 0 20836978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4217 1113 409 3 0 796 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20849628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=867512 CPUtime=35.44
/proc/18659/stat : 18659 (minisat) R 18658 18635 18246 0 -1 4194304 210477 0 0 0 3388 156 0 0 25 0 1 0 20849629 888332288 210463 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/18659/statm: 216878 210463 75 150 0 216725 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 889736

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

[startup+166.302 s]
/proc/loadavg: 2.69 2.34 2.14 3/85 18659
/proc/meminfo: memFree=668728/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=125.96
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1376 34976 0 2 7 2 12293 294 16 0 1 0 20836978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4217 1113 409 3 0 796 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20849628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=867512 CPUtime=39.4
/proc/18659/stat : 18659 (minisat) R 18658 18635 18246 0 -1 4194304 210517 0 0 0 3784 156 0 0 25 0 1 0 20849629 888332288 210503 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/18659/statm: 216878 210503 75 150 0 216725 0
Current children cumulated CPU time (s) 165.36
Current children cumulated vsize (KiB) 889736

[startup+179.102 s]
/proc/loadavg: 2.67 2.36 2.15 3/85 18659
/proc/meminfo: memFree=668792/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=125.96
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1376 34976 0 2 7 2 12293 294 16 0 1 0 20836978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4217 1113 409 3 0 796 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20849628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=867512 CPUtime=52.09
/proc/18659/stat : 18659 (minisat) R 18658 18635 18246 0 -1 4194304 210517 0 0 0 5053 156 0 0 25 0 1 0 20849629 888332288 210503 996147200 134512640 135127466 4294956256 18446744073709551615 134531724 0 0 4096 3 0 0 0 17 1 0 0
/proc/18659/statm: 216878 210503 75 150 0 216725 0
Current children cumulated CPU time (s) 178.05
Current children cumulated vsize (KiB) 889736

[startup+182.303 s]
/proc/loadavg: 2.67 2.36 2.15 3/85 18659
/proc/meminfo: memFree=664824/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=125.96
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1376 34976 0 2 7 2 12293 294 16 0 1 0 20836978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4217 1113 409 3 0 796 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20849628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=867512 CPUtime=55.26
/proc/18659/stat : 18659 (minisat) R 18658 18635 18246 0 -1 4194304 210517 0 0 0 5370 156 0 0 25 0 1 0 20849629 888332288 210503 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18659/statm: 216878 210503 75 150 0 216725 0
Current children cumulated CPU time (s) 181.22
Current children cumulated vsize (KiB) 889736

[startup+185.501 s]
/proc/loadavg: 2.70 2.37 2.15 4/85 18659
/proc/meminfo: memFree=668792/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=125.96
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1376 34976 0 2 7 2 12293 294 16 0 1 0 20836978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4217 1113 409 3 0 796 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20849628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=867512 CPUtime=58.42
/proc/18659/stat : 18659 (minisat) R 18658 18635 18246 0 -1 4194304 210517 0 0 0 5686 156 0 0 25 0 1 0 20849629 888332288 210503 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/18659/statm: 216878 210503 75 150 0 216725 0
Current children cumulated CPU time (s) 184.38
Current children cumulated vsize (KiB) 889736

[startup+186.301 s]
/proc/loadavg: 2.70 2.37 2.15 3/85 18659
/proc/meminfo: memFree=667384/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=125.96
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1376 34976 0 2 7 2 12293 294 16 0 1 0 20836978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4217 1113 409 3 0 796 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18246 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20849628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=867512 CPUtime=59.21
/proc/18659/stat : 18659 (minisat) R 18658 18635 18246 0 -1 4194304 210517 0 0 0 5765 156 0 0 25 0 1 0 20849629 888332288 210503 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/18659/statm: 216878 210503 75 150 0 216725 0
Current children cumulated CPU time (s) 185.17
Current children cumulated vsize (KiB) 889736

[startup+186.701 s]
/proc/loadavg: 2.70 2.37 2.15 3/85 18659
/proc/meminfo: memFree=667384/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=185.39
/proc/18635/stat : 18635 (sugar) S 18633 18635 18246 0 -1 4194304 1448 245787 0 2 7 2 18065 465 16 0 1 0 20836978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 185.39
Current children cumulated vsize (KiB) 16868

[startup+187.102 s]
/proc/loadavg: 2.72 2.38 2.16 4/93 18669
/proc/meminfo: memFree=1505848/2055920 swapFree=4192812/4192956
[pid=18635] ppid=18633 vsize=16868 CPUtime=185.93
/proc/18635/stat : 18635 (sugar) R 18633 18635 18246 0 -1 4194304 1477 250158 0 3 8 12 18104 469 16 0 1 0 20836978 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18635/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 185.93
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 187.167
CPU time (s): 186.01
CPU user time (s): 181.124
CPU system time (s): 4.88526
CPU usage (%): 99.3819
Max. virtual memory (cumulated for all children) (KiB): 893388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.124
system time used= 4.88526
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251695
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= 88283
involuntary context switches= 91841

runsolver used 0.285956 second user time and 0.694894 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 20:42:11
IDJOB=2065032
IDBENCH=54260
IDSOLVER=739
FILE ID=node44/2065032-1247337731
PBS_JOBID= 9506739
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-11-3-fair.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065032-1247337731/watcher-2065032-1247337731 -o /tmp/evaluation-result-2065032-1247337731/solver-2065032-1247337731 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065032-1247337731.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e07a7629ac8e44ebbefb2b5fdf8642f8
RANDOM SEED=107537426

node44.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.219
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.219
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:       1826672 kB
Buffers:         11496 kB
Cached:          62760 kB
SwapCached:          0 kB
Active:         154664 kB
Inactive:        25752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2800 kB
Writeback:           0 kB
Mapped:         126528 kB
Slab:            33780 kB
Committed_AS:   289088 kB
PageTables:       2012 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= 66372 MiB
End job on node44 at 2009-07-11 20:45:18