Trace number 2064988

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 129.116 130.083

General information on the benchmark

Namecsp/fischer/
normalized-fischer-7-4-fair.xml
MD5SUM7dacb354b431a82a4e6c58fb80279ced
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.10553
Satisfiable
(Un)Satisfiability was proved
Number of variables7626
Number of constraints7207
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7207
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 20:39:41 2009
0.00/0.07	c 0	PID 14189
0.00/0.07	c 0	HOST node8.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2064988-1247337581.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064988-1247337581.xml' 'HOME/temp.csp'
1.06/1.14	c 1	3 domains, 7626 variables, 9 predicates, 0 relations, 7207 constraints
1.06/1.18	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.18	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.11/1.29	c 1	Parsing HOME/temp.csp
1.11/1.45	c 2	parsed 10000 expressions
1.11/1.54	c 2	parsed 14845 expressions
1.11/1.54	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.54	c 2	Converting to clausal form CSP
1.11/1.58	c 2	converted 1485 (10%) expressions
1.11/1.59	c 2	converted 2969 (20%) expressions
1.11/1.59	c 2	converted 4454 (30%) expressions
1.11/1.60	c 2	converted 5938 (40%) expressions
1.11/1.60	c 2	converted 7423 (50%) expressions
1.11/1.80	c 2	converted 8907 (60%) expressions
1.11/2.03	c 2	converted 10392 (70%) expressions
2.09/2.27	c 2	converted 11876 (80%) expressions
2.28/2.43	c 3	converted 13361 (90%) expressions
2.38/2.57	c 3	converted 14845 (100%) expressions
2.38/2.57	c 3	CSP : 13307 integers, 478 booleans, 32359 clauses, largest domain size 20001
2.38/2.57	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.38/2.57	c 3	Propagation in CSP
66.96/67.11	c 67	92935263 values, 0 unsatisfiable literals, and 0 valid clauses are removed
66.96/67.12	c 67	CSP : 13307 integers, 478 booleans, 32359 clauses, largest domain size 20001
66.96/67.12	c 67	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
66.96/67.14	c 67	Simplifing CSP by introducing new Boolean variables
67.15/67.40	c 67	CSP : 13307 integers, 11988 booleans, 43869 clauses, largest domain size 20001
67.15/67.40	c 67	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
67.35/67.59	c 68	Encoding CSP to SAT : HOME/temp.cnf
67.45/67.64	c 68	1331 (10%) CSP integer variables are encoded (19132 clauses, 265380 bytes)
68.35/68.57	c 69	2662 (20%) CSP integer variables are encoded (809428 clauses, 13540171 bytes)
68.65/68.89	c 69	3993 (30%) CSP integer variables are encoded (1082992 clauses, 18358698 bytes)
69.25/69.45	c 70	5323 (40%) CSP integer variables are encoded (1552940 clauses, 27287710 bytes)
69.65/69.82	c 70	6654 (50%) CSP integer variables are encoded (1858487 clauses, 33093103 bytes)
69.65/69.82	c 70	7985 (60%) CSP integer variables are encoded (1858487 clauses, 33093103 bytes)
69.93/70.11	c 70	9315 (70%) CSP integer variables are encoded (2088441 clauses, 37462229 bytes)
70.03/70.26	c 70	10646 (80%) CSP integer variables are encoded (2208417 clauses, 39741773 bytes)
70.15/70.39	c 70	11977 (90%) CSP integer variables are encoded (2318401 clauses, 41831469 bytes)
70.44/70.60	c 71	13307 (100%) CSP integer variables are encoded (2488375 clauses, 45060975 bytes)
81.06/81.55	c 82	4387 (10%) CSP clauses are encoded (9088119 clauses, 177169194 bytes)
81.46/81.97	c 82	8774 (20%) CSP clauses are encoded (9369396 clauses, 182765383 bytes)
81.93/82.48	c 83	13161 (30%) CSP clauses are encoded (9691274 clauses, 189282646 bytes)
82.62/83.18	c 83	17548 (40%) CSP clauses are encoded (10172503 clauses, 199025912 bytes)
83.12/83.67	c 84	21935 (50%) CSP clauses are encoded (10493951 clauses, 205654044 bytes)
83.12/83.70	c 84	26322 (60%) CSP clauses are encoded (10496003 clauses, 205695727 bytes)
83.22/83.72	c 84	30709 (70%) CSP clauses are encoded (10498038 clauses, 205737046 bytes)
84.11/84.63	c 85	35096 (80%) CSP clauses are encoded (11100105 clauses, 218529073 bytes)
84.89/85.42	c 85	39483 (90%) CSP clauses are encoded (11621884 clauses, 229614631 bytes)
84.89/85.46	c 86	43869 (100%) CSP clauses are encoded (11634498 clauses, 229955443 bytes)
84.89/85.46	c 86	43869 CSP clauses encoded
84.89/85.46	c 86	Writing map file : HOME/temp.map
84.98/85.50	c 86	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
84.98/85.50	c 86	SAT : 2504057 SAT variables, 11634498 SAT clauses, 229955443 bytes
84.98/85.50	c 86	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
84.98/85.54	c 86	SOLVING HOME/temp.cnf
84.98/85.54	c 86	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
84.98/85.54	c 86	This is MiniSat 2.0 beta
84.98/85.54	c 86	WARNING: for repeatability, setting FPU to use double precision
84.98/85.54	c 86	============================[ Problem Statistics ]=============================
84.98/85.54	c 86	|                                                                             |
84.98/85.55	c 86	|  Number of variables:  2504057                                              |
84.98/85.55	c 86	|  Number of clauses:    11634498                                             |
90.79/91.44	c 92	|  Parsing time:         4.82         s                                       |
91.09/91.76	c 92	============================[ Search Statistics ]==============================
91.09/91.76	c 92	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
91.09/91.76	c 92	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
91.09/91.76	c 92	===============================================================================
91.09/91.77	c 92	|         0 | 2433393 11561626 30018703 |  3853875        0    nan |  0.000 % |
101.17/101.95	c 102	|       100 | 2417985 11561626 30018703 |  4239262       77      4 | 15.601 % |
112.86/113.74	c 114	|       250 | 1893405 10201051 27136964 |  4663189      149      4 | 24.387 % |
128.51/129.54	c 130	===============================================================================
128.51/129.54	c 130	restarts              : 3
128.51/129.54	c 130	conflicts             : 454            (11 /sec)
128.51/129.54	c 130	decisions             : 3586           (0.84 % random) (84 /sec)
128.51/129.54	c 130	propagations          : 70714711       (1664716 /sec)
128.51/129.54	c 130	conflict literals     : 1313           (4.30 % deleted)
128.51/129.54	c 130	Memory used           : 649.88 MB
128.51/129.54	c 130	CPU time              : 42.4785 s
128.51/129.54	c 130	
128.51/129.54	c 130	UNSATISFIABLE
128.61/129.65	c 130	DECODING HOME/temp.out WITH HOME/temp.map
128.61/129.65	c 130	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'
128.70/129.72	c 130	Decoding HOME/temp.out
128.90/129.95	s UNSATISFIABLE
128.90/129.96	c 130	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
128.90/129.97	c 130	CPU 128.98 (0.07 0.01 125.36 3.54)
128.90/129.97	c 130	END Sat Jul 11 20:41:51 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-2064988-1247337581/watcher-2064988-1247337581 -o /tmp/evaluation-result-2064988-1247337581/solver-2064988-1247337581 -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-2064988-1247337581.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: 1.92 2.01 2.06 4/85 14189
/proc/meminfo: memFree=847200/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=12268 CPUtime=0
/proc/14189/stat : 14189 (sugar) R 14187 14189 13693 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 20825356 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 0 0 0 0 17 0 0 0
/proc/14189/statm: 3068 324 244 3 0 168 0

[startup+0.0790261 s]
/proc/loadavg: 1.92 2.01 2.06 4/85 14189
/proc/meminfo: memFree=847200/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=0.06
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20825356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102031 s]
/proc/loadavg: 1.92 2.01 2.06 4/85 14189
/proc/meminfo: memFree=847200/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=0.06
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20825356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302044 s]
/proc/loadavg: 1.92 2.01 2.06 4/85 14189
/proc/meminfo: memFree=847200/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=0.06
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20825356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702096 s]
/proc/loadavg: 1.92 2.01 2.06 4/85 14189
/proc/meminfo: memFree=847200/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=0.06
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20825356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 1.92 2.01 2.06 4/96 14201
/proc/meminfo: memFree=822600/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=1.11
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1309 9508 0 1 5 1 99 6 15 0 1 0 20825356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10136 s]
/proc/loadavg: 2.01 2.03 2.06 3/96 14211
/proc/meminfo: memFree=821128/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=1.11
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1310 9508 0 1 5 1 99 6 15 0 1 0 20825356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 4217 1111 409 3 0 796 0
[pid=14202] ppid=14189 vsize=5356 CPUtime=0
/proc/14202/stat : 14202 (sh) S 14189 14189 13693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20825475 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14202/statm: 1339 233 193 169 0 50 0
[pid=14203] ppid=14202 vsize=868596 CPUtime=1.86
/proc/14203/stat : 14203 (java) S 14202 14189 13693 0 -1 0 11666 0 1 0 179 7 0 0 20 0 9 0 20825475 889442304 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14203/statm: 217149 10698 2566 9 0 211654 0
[pid=14203/tid=14204] ppid=14202 vsize=868596 CPUtime=1.25
/proc/14203/task/14204/stat : 14204 (java) R 14202 14189 13693 0 -1 64 2785 0 1 0 123 2 0 0 25 0 9 0 20825476 889442304 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4126379139 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14205] ppid=14202 vsize=868596 CPUtime=0.41
/proc/14203/task/14205/stat : 14205 (java) S 14202 14189 13693 0 -1 64 6672 0 0 0 38 3 0 0 16 0 9 0 20825477 889442304 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14206] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14206/stat : 14206 (java) S 14202 14189 13693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20825477 889442304 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14207] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14207/stat : 14207 (java) S 14202 14189 13693 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20825477 889442304 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14208] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14208/stat : 14208 (java) S 14202 14189 13693 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 20825482 889442304 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14209] ppid=14202 vsize=868596 CPUtime=0.19
/proc/14203/task/14209/stat : 14209 (java) S 14202 14189 13693 0 -1 64 1506 0 0 0 18 1 0 0 16 0 9 0 20825482 889442304 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14210] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14210/stat : 14210 (java) S 14202 14189 13693 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20825482 889442304 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14211] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14211/stat : 14211 (java) S 14202 14189 13693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20825482 889442304 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890820

[startup+6.30262 s]
/proc/loadavg: 2.01 2.03 2.06 3/96 14211
/proc/meminfo: memFree=810504/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=1.11
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1310 9508 0 1 5 1 99 6 15 0 1 0 20825356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 4217 1111 409 3 0 796 0
[pid=14202] ppid=14189 vsize=5356 CPUtime=0
/proc/14202/stat : 14202 (sh) S 14189 14189 13693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20825475 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14202/statm: 1339 233 193 169 0 50 0
[pid=14203] ppid=14202 vsize=868596 CPUtime=5.07
/proc/14203/stat : 14203 (java) S 14202 14189 13693 0 -1 0 11974 0 1 0 497 10 0 0 20 0 9 0 20825475 889442304 10700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14203/statm: 217149 10700 2566 9 0 211654 0
[pid=14203/tid=14204] ppid=14202 vsize=868596 CPUtime=4.33
/proc/14203/task/14204/stat : 14204 (java) R 14202 14189 13693 0 -1 64 3091 0 1 0 430 3 0 0 25 0 9 0 20825476 889442304 10700 996147200 134512640 134550932 4294955936 18446744073709551615 4126960468 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14205] ppid=14202 vsize=868596 CPUtime=0.52
/proc/14203/task/14205/stat : 14205 (java) S 14202 14189 13693 0 -1 64 6674 0 0 0 48 4 0 0 16 0 9 0 20825477 889442304 10700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14206] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14206/stat : 14206 (java) S 14202 14189 13693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20825477 889442304 10700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14207] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14207/stat : 14207 (java) S 14202 14189 13693 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20825477 889442304 10700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14208] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14208/stat : 14208 (java) S 14202 14189 13693 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 20825482 889442304 10700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14209] ppid=14202 vsize=868596 CPUtime=0.19
/proc/14203/task/14209/stat : 14209 (java) S 14202 14189 13693 0 -1 64 1506 0 0 0 18 1 0 0 16 0 9 0 20825482 889442304 10700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14210] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14210/stat : 14210 (java) S 14202 14189 13693 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20825482 889442304 10700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14211] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14211/stat : 14211 (java) S 14202 14189 13693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20825482 889442304 10700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890820

[startup+12.7022 s]
/proc/loadavg: 2.01 2.03 2.06 3/96 14211
/proc/meminfo: memFree=810248/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=1.11
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1310 9508 0 1 5 1 99 6 15 0 1 0 20825356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 4217 1111 409 3 0 796 0
[pid=14202] ppid=14189 vsize=5356 CPUtime=0
/proc/14202/stat : 14202 (sh) S 14189 14189 13693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20825475 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14202/statm: 1339 233 193 169 0 50 0
[pid=14203] ppid=14202 vsize=868596 CPUtime=11.47
/proc/14203/stat : 14203 (java) S 14202 14189 13693 0 -1 0 12592 0 1 0 1131 16 0 0 20 0 9 0 20825475 889442304 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14203/statm: 217149 10707 2566 9 0 211654 0
[pid=14203/tid=14204] ppid=14202 vsize=868596 CPUtime=10.49
/proc/14203/task/14204/stat : 14204 (java) R 14202 14189 13693 0 -1 64 3702 0 1 0 1044 5 0 0 25 0 9 0 20825476 889442304 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14205] ppid=14202 vsize=868596 CPUtime=0.77
/proc/14203/task/14205/stat : 14205 (java) S 14202 14189 13693 0 -1 64 6681 0 0 0 69 8 0 0 16 0 9 0 20825477 889442304 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14206] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14206/stat : 14206 (java) S 14202 14189 13693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20825477 889442304 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14207] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14207/stat : 14207 (java) S 14202 14189 13693 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20825477 889442304 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14208] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14208/stat : 14208 (java) S 14202 14189 13693 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 20825482 889442304 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14209] ppid=14202 vsize=868596 CPUtime=0.19
/proc/14203/task/14209/stat : 14209 (java) S 14202 14189 13693 0 -1 64 1506 0 0 0 18 1 0 0 16 0 9 0 20825482 889442304 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14210] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14210/stat : 14210 (java) S 14202 14189 13693 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20825482 889442304 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14211] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14211/stat : 14211 (java) S 14202 14189 13693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20825482 889442304 10707 996147200 134512640 134550932 4294955936 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) 890820

[startup+25.5024 s]
/proc/loadavg: 2.08 2.04 2.06 3/96 14211
/proc/meminfo: memFree=810312/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=1.11
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1310 9508 0 1 5 1 99 6 15 0 1 0 20825356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 4217 1111 409 3 0 796 0
[pid=14202] ppid=14189 vsize=5356 CPUtime=0
/proc/14202/stat : 14202 (sh) S 14189 14189 13693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20825475 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14202/statm: 1339 233 193 169 0 50 0
[pid=14203] ppid=14202 vsize=868596 CPUtime=24.27
/proc/14203/stat : 14203 (java) S 14202 14189 13693 0 -1 0 13820 0 1 0 2397 30 0 0 20 0 9 0 20825475 889442304 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14203/statm: 217149 10719 2566 9 0 211654 0
[pid=14203/tid=14204] ppid=14202 vsize=868596 CPUtime=22.79
/proc/14203/task/14204/stat : 14204 (java) R 14202 14189 13693 0 -1 64 4918 0 1 0 2269 10 0 0 25 0 9 0 20825476 889442304 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4126960204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14205] ppid=14202 vsize=868596 CPUtime=1.25
/proc/14203/task/14205/stat : 14205 (java) S 14202 14189 13693 0 -1 64 6693 0 0 0 108 17 0 0 16 0 9 0 20825477 889442304 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14206] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14206/stat : 14206 (java) S 14202 14189 13693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20825477 889442304 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14207] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14207/stat : 14207 (java) S 14202 14189 13693 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20825477 889442304 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14208] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14208/stat : 14208 (java) S 14202 14189 13693 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 20825482 889442304 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14209] ppid=14202 vsize=868596 CPUtime=0.19
/proc/14203/task/14209/stat : 14209 (java) S 14202 14189 13693 0 -1 64 1506 0 0 0 18 1 0 0 16 0 9 0 20825482 889442304 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14210] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14210/stat : 14210 (java) S 14202 14189 13693 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20825482 889442304 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14211] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14211/stat : 14211 (java) S 14202 14189 13693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20825482 889442304 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 890820

[startup+51.1029 s]
/proc/loadavg: 2.11 2.05 2.07 4/96 14211
/proc/meminfo: memFree=810248/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=1.11
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1310 9508 0 1 5 1 99 6 15 0 1 0 20825356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 4217 1111 409 3 0 796 0
[pid=14202] ppid=14189 vsize=5356 CPUtime=0
/proc/14202/stat : 14202 (sh) S 14189 14189 13693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20825475 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14202/statm: 1339 233 193 169 0 50 0
[pid=14203] ppid=14202 vsize=868596 CPUtime=49.85
/proc/14203/stat : 14203 (java) S 14202 14189 13693 0 -1 0 16280 0 1 0 4928 57 0 0 20 0 9 0 20825475 889442304 10741 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14203/statm: 217149 10741 2566 9 0 211654 0
[pid=14203/tid=14204] ppid=14202 vsize=868596 CPUtime=47.42
/proc/14203/task/14204/stat : 14204 (java) R 14202 14189 13693 0 -1 64 7356 0 1 0 4722 20 0 0 25 0 9 0 20825476 889442304 10741 996147200 134512640 134550932 4294955936 18446744073709551615 4126960311 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14205] ppid=14202 vsize=868596 CPUtime=2.22
/proc/14203/task/14205/stat : 14205 (java) S 14202 14189 13693 0 -1 64 6715 0 0 0 188 34 0 0 16 0 9 0 20825477 889442304 10741 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14206] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14206/stat : 14206 (java) S 14202 14189 13693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20825477 889442304 10741 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14207] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14207/stat : 14207 (java) S 14202 14189 13693 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20825477 889442304 10741 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14208] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14208/stat : 14208 (java) S 14202 14189 13693 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 20825482 889442304 10741 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14209] ppid=14202 vsize=868596 CPUtime=0.19
/proc/14203/task/14209/stat : 14209 (java) S 14202 14189 13693 0 -1 64 1506 0 0 0 18 1 0 0 16 0 9 0 20825482 889442304 10741 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14210] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14210/stat : 14210 (java) S 14202 14189 13693 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20825482 889442304 10741 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14203/tid=14211] ppid=14202 vsize=868596 CPUtime=0
/proc/14203/task/14211/stat : 14211 (java) S 14202 14189 13693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20825482 889442304 10741 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 890820

[startup+102.307 s]
/proc/loadavg: 2.04 2.04 2.06 3/88 14213
/proc/meminfo: memFree=15112/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=85.02
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1376 32719 0 2 7 1 8261 233 16 0 1 0 20825356 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14189/statm: 4217 1113 409 3 0 796 0
[pid=14212] ppid=14189 vsize=5356 CPUtime=0
/proc/14212/stat : 14212 (sh) S 14189 14189 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20833910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14212/statm: 1339 232 193 169 0 50 0
[pid=14213] ppid=14212 vsize=660440 CPUtime=16.55
/proc/14213/stat : 14213 (minisat) R 14212 14189 13693 0 -1 4194304 156165 0 0 0 1549 106 0 0 25 0 1 0 20833911 676290560 156151 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14213/statm: 165110 156151 75 150 0 164957 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 682664

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

[startup+115.102 s]
/proc/loadavg: 2.03 2.04 2.06 3/88 14213
/proc/meminfo: memFree=15688/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=85.02
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1376 32719 0 2 7 1 8261 233 16 0 1 0 20825356 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14189/statm: 4217 1113 409 3 0 796 0
[pid=14212] ppid=14189 vsize=5356 CPUtime=0
/proc/14212/stat : 14212 (sh) S 14189 14189 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20833910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14212/statm: 1339 232 193 169 0 50 0
[pid=14213] ppid=14212 vsize=665476 CPUtime=29.23
/proc/14213/stat : 14213 (minisat) R 14212 14189 13693 0 -1 4194304 156810 0 0 0 2817 106 0 0 25 0 1 0 20833911 681447424 156796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14213/statm: 166369 156796 75 150 0 166216 0
Current children cumulated CPU time (s) 114.25
Current children cumulated vsize (KiB) 687700

[startup+121.501 s]
/proc/loadavg: 2.03 2.04 2.06 3/88 14213
/proc/meminfo: memFree=15752/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=85.02
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1376 32719 0 2 7 1 8261 233 16 0 1 0 20825356 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14189/statm: 4217 1113 409 3 0 796 0
[pid=14212] ppid=14189 vsize=5356 CPUtime=0
/proc/14212/stat : 14212 (sh) S 14189 14189 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20833910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14212/statm: 1339 232 193 169 0 50 0
[pid=14213] ppid=14212 vsize=665476 CPUtime=35.56
/proc/14213/stat : 14213 (minisat) R 14212 14189 13693 0 -1 4194304 156810 0 0 0 3450 106 0 0 25 0 1 0 20833911 681447424 156796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14213/statm: 166369 156796 75 150 0 166216 0
Current children cumulated CPU time (s) 120.58
Current children cumulated vsize (KiB) 687700

[startup+124.702 s]
/proc/loadavg: 2.03 2.04 2.06 3/88 14213
/proc/meminfo: memFree=15752/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=85.02
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1376 32719 0 2 7 1 8261 233 16 0 1 0 20825356 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14189/statm: 4217 1113 409 3 0 796 0
[pid=14212] ppid=14189 vsize=5356 CPUtime=0
/proc/14212/stat : 14212 (sh) S 14189 14189 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20833910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14212/statm: 1339 232 193 169 0 50 0
[pid=14213] ppid=14212 vsize=665476 CPUtime=38.73
/proc/14213/stat : 14213 (minisat) R 14212 14189 13693 0 -1 4194304 156810 0 0 0 3767 106 0 0 25 0 1 0 20833911 681447424 156796 996147200 134512640 135127466 4294956256 18446744073709551615 134531689 0 0 4096 3 0 0 0 17 1 0 0
/proc/14213/statm: 166369 156796 75 150 0 166216 0
Current children cumulated CPU time (s) 123.75
Current children cumulated vsize (KiB) 687700

[startup+127.902 s]
/proc/loadavg: 2.03 2.04 2.06 3/88 14213
/proc/meminfo: memFree=15752/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=85.02
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1376 32719 0 2 7 1 8261 233 16 0 1 0 20825356 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14189/statm: 4217 1113 409 3 0 796 0
[pid=14212] ppid=14189 vsize=5356 CPUtime=0
/proc/14212/stat : 14212 (sh) S 14189 14189 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20833910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14212/statm: 1339 232 193 169 0 50 0
[pid=14213] ppid=14212 vsize=665476 CPUtime=41.9
/proc/14213/stat : 14213 (minisat) R 14212 14189 13693 0 -1 4194304 156810 0 0 0 4084 106 0 0 25 0 1 0 20833911 681447424 156796 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 1 0 0
/proc/14213/statm: 166369 156796 75 150 0 166216 0
Current children cumulated CPU time (s) 126.92
Current children cumulated vsize (KiB) 687700

[startup+128.706 s]
/proc/loadavg: 2.03 2.04 2.06 3/88 14213
/proc/meminfo: memFree=15752/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=85.02
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1376 32719 0 2 7 1 8261 233 16 0 1 0 20825356 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14189/statm: 4217 1113 409 3 0 796 0
[pid=14212] ppid=14189 vsize=5356 CPUtime=0
/proc/14212/stat : 14212 (sh) S 14189 14189 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20833910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14212/statm: 1339 232 193 169 0 50 0
[pid=14213] ppid=14212 vsize=665476 CPUtime=42.7
/proc/14213/stat : 14213 (minisat) R 14212 14189 13693 0 -1 4194304 156810 0 0 0 4164 106 0 0 25 0 1 0 20833911 681447424 156796 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14213/statm: 166369 156796 75 150 0 166216 0
Current children cumulated CPU time (s) 127.72
Current children cumulated vsize (KiB) 687700

[startup+129.502 s]
/proc/loadavg: 2.03 2.04 2.06 3/88 14213
/proc/meminfo: memFree=15752/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=85.02
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1376 32719 0 2 7 1 8261 233 16 0 1 0 20825356 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14189/statm: 4217 1113 409 3 0 796 0
[pid=14212] ppid=14189 vsize=5356 CPUtime=0
/proc/14212/stat : 14212 (sh) S 14189 14189 13693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20833910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14212/statm: 1339 232 193 169 0 50 0
[pid=14213] ppid=14212 vsize=665476 CPUtime=43.49
/proc/14213/stat : 14213 (minisat) R 14212 14189 13693 0 -1 4194304 156810 0 0 0 4243 106 0 0 25 0 1 0 20833911 681447424 156796 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/14213/statm: 166369 156796 75 150 0 166216 0
Current children cumulated CPU time (s) 128.51
Current children cumulated vsize (KiB) 687700

[startup+129.902 s]
/proc/loadavg: 2.03 2.04 2.06 5/96 14223
/proc/meminfo: memFree=641096/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=128.67
/proc/14189/stat : 14189 (sugar) S 14187 14189 13693 0 -1 4194304 1448 189823 0 2 7 1 12509 350 15 0 1 0 20825356 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 4217 1113 409 3 0 796 0
[pid=14214] ppid=14189 vsize=5356 CPUtime=0
/proc/14214/stat : 14214 (sh) S 14189 14189 13693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20838321 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14214/statm: 1339 233 193 169 0 50 0
[pid=14215] ppid=14214 vsize=862288 CPUtime=0.23
/proc/14215/stat : 14215 (java) S 14214 14189 13693 0 -1 0 3158 0 1 0 21 2 0 0 19 0 9 0 20838322 882982912 2629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14215/statm: 215572 2629 1267 9 0 210485 0
[pid=14215/tid=14216] ppid=14214 vsize=862288 CPUtime=0.15
/proc/14215/task/14216/stat : 14216 (java) R 14214 14189 13693 0 -1 64 2009 0 1 0 14 1 0 0 25 0 9 0 20838323 882982912 2629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14215/tid=14217] ppid=14214 vsize=862288 CPUtime=0
/proc/14215/task/14217/stat : 14217 (java) S 14214 14189 13693 0 -1 64 126 0 0 0 0 0 0 0 16 0 9 0 20838324 882982912 2629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14215/tid=14218] ppid=14214 vsize=862288 CPUtime=0
/proc/14215/task/14218/stat : 14218 (java) S 14214 14189 13693 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 20838324 882982912 2629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14215/tid=14219] ppid=14214 vsize=862288 CPUtime=0
/proc/14215/task/14219/stat : 14219 (java) S 14214 14189 13693 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 20838324 882982912 2629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14215/tid=14220] ppid=14214 vsize=862288 CPUtime=0
/proc/14215/task/14220/stat : 14220 (java) S 14214 14189 13693 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20838326 882982912 2629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14215/tid=14221] ppid=14214 vsize=862288 CPUtime=0.06
/proc/14215/task/14221/stat : 14221 (java) R 14214 14189 13693 0 -1 64 330 0 0 0 6 0 0 0 21 0 9 0 20838326 882982912 2629 996147200 134512640 134550932 4294955984 18446744073709551615 101680828 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14215/tid=14222] ppid=14214 vsize=862288 CPUtime=0
/proc/14215/task/14222/stat : 14222 (java) S 14214 14189 13693 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20838326 882982912 2629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14215/tid=14223] ppid=14214 vsize=862288 CPUtime=0
/proc/14215/task/14223/stat : 14223 (java) S 14214 14189 13693 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 20838326 882982912 2629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 128.9
Current children cumulated vsize (KiB) 884512

[startup+130.001 s]
/proc/loadavg: 2.03 2.04 2.06 5/96 14223
/proc/meminfo: memFree=641096/2055920 swapFree=4192956/4192956
[pid=14189] ppid=14187 vsize=16868 CPUtime=129.02
/proc/14189/stat : 14189 (sugar) R 14187 14189 13693 0 -1 4194304 1477 194108 0 3 7 5 12536 354 16 0 1 0 20825356 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14189/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 129.02
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 130.083
CPU time (s): 129.116
CPU user time (s): 125.441
CPU system time (s): 3.67544
CPU usage (%): 99.2572
Max. virtual memory (cumulated for all children) (KiB): 893384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.441
system time used= 3.67544
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195645
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= 80606
involuntary context switches= 82744

runsolver used 0.175973 second user time and 0.430934 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-11 20:39:41
IDJOB=2064988
IDBENCH=54241
IDSOLVER=739
FILE ID=node8/2064988-1247337581
PBS_JOBID= 9506755
Free space on /tmp= 66264 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-7-4-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-2064988-1247337581/watcher-2064988-1247337581 -o /tmp/evaluation-result-2064988-1247337581/solver-2064988-1247337581 -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-2064988-1247337581.xml

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

MD5SUM BENCH= 7dacb354b431a82a4e6c58fb80279ced
RANDOM SEED=993769516

node8.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.213
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.213
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:        847680 kB
Buffers:         59972 kB
Cached:         724612 kB
SwapCached:          0 kB
Active:         595568 kB
Inactive:       557616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        847680 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:         384248 kB
Slab:            39436 kB
Committed_AS:   840928 kB
PageTables:       2428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66264 MiB
End job on node8 at 2009-07-11 20:41:51