Trace number 2065043

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 102.215 103.521

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-2-fair.xml
MD5SUMc227f83f543a877d42bb8fc331d47c86
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.89871
Satisfiable
(Un)Satisfiability was proved
Number of variables5899
Number of constraints5572
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5572
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:22 2009
0.00/0.08	c 0	PID 14274
0.06/0.08	c 0	HOST node54.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2065043-1247337741.xml TO HOME/temp.csp
0.06/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-2065043-1247337741.xml' 'HOME/temp.csp'
0.07/0.83	c 0	3 domains, 5899 variables, 9 predicates, 0 relations, 5572 constraints
0.07/0.87	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.87	c 0	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'
0.80/0.95	c 0	Parsing HOME/temp.csp
0.91/1.10	c 1	parsed 10000 expressions
1.01/1.12	c 1	parsed 11483 expressions
1.01/1.12	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.12	c 1	Converting to clausal form CSP
1.01/1.16	c 1	converted 1149 (10%) expressions
1.01/1.17	c 1	converted 2297 (20%) expressions
1.01/1.18	c 1	converted 3445 (30%) expressions
1.01/1.18	c 1	converted 4594 (40%) expressions
1.01/1.18	c 1	converted 5742 (50%) expressions
1.30/1.44	c 1	converted 6890 (60%) expressions
1.49/1.64	c 1	converted 8039 (70%) expressions
1.59/1.78	c 1	converted 9187 (80%) expressions
1.89/2.00	c 1	converted 10335 (90%) expressions
2.00/2.13	c 2	converted 11483 (100%) expressions
2.00/2.13	c 2	CSP : 10281 integers, 388 booleans, 25053 clauses, largest domain size 20001
2.00/2.13	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.13	c 2	Propagation in CSP
44.36/44.98	c 44	70764387 values, 0 unsatisfiable literals, and 0 valid clauses are removed
44.36/44.99	c 44	CSP : 10281 integers, 388 booleans, 25053 clauses, largest domain size 20001
44.36/44.99	c 44	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
44.46/45.01	c 44	Simplifing CSP by introducing new Boolean variables
44.46/45.06	c 44	CSP : 10281 integers, 9276 booleans, 33941 clauses, largest domain size 20001
44.46/45.06	c 44	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
44.65/45.21	c 45	Encoding CSP to SAT : HOME/temp.cnf
44.65/45.26	c 45	1029 (10%) CSP integer variables are encoded (14547 clauses, 196523 bytes)
45.55/46.20	c 46	2057 (20%) CSP integer variables are encoded (744051 clauses, 12428310 bytes)
45.84/46.43	c 46	3085 (30%) CSP integer variables are encoded (926427 clauses, 15528702 bytes)
47.12/47.74	c 47	4113 (40%) CSP integer variables are encoded (1926317 clauses, 34381627 bytes)
47.22/47.88	c 47	5141 (50%) CSP integer variables are encoded (2034277 clauses, 36432867 bytes)
47.22/47.88	c 47	6169 (60%) CSP integer variables are encoded (2034277 clauses, 36432867 bytes)
47.53/48.16	c 48	7197 (70%) CSP integer variables are encoded (2244235 clauses, 40422069 bytes)
47.62/48.28	c 48	8225 (80%) CSP integer variables are encoded (2334217 clauses, 42131727 bytes)
48.12/48.71	c 48	9253 (90%) CSP integer variables are encoded (2654169 clauses, 48210815 bytes)
48.22/48.82	c 48	10281 (100%) CSP integer variables are encoded (2734157 clauses, 49730587 bytes)
58.85/59.62	c 59	3395 (10%) CSP clauses are encoded (8867386 clauses, 172573557 bytes)
58.94/59.76	c 59	6789 (20%) CSP clauses are encoded (8948336 clauses, 174131188 bytes)
59.83/60.65	c 60	10183 (30%) CSP clauses are encoded (9509774 clauses, 185472299 bytes)
60.32/61.16	c 61	13577 (40%) CSP clauses are encoded (9830724 clauses, 191970289 bytes)
60.72/61.55	c 61	16971 (50%) CSP clauses are encoded (10071898 clauses, 196853124 bytes)
60.72/61.57	c 61	20365 (60%) CSP clauses are encoded (10073454 clauses, 196884287 bytes)
60.72/61.60	c 61	23759 (70%) CSP clauses are encoded (10075016 clauses, 196915616 bytes)
63.27/64.10	c 64	27153 (80%) CSP clauses are encoded (11676585 clauses, 230827350 bytes)
63.27/64.13	c 64	30547 (90%) CSP clauses are encoded (11677644 clauses, 230847734 bytes)
63.27/64.18	c 64	33941 (100%) CSP clauses are encoded (11694716 clauses, 231316158 bytes)
63.27/64.18	c 64	33941 CSP clauses encoded
63.27/64.18	c 64	Writing map file : HOME/temp.map
63.37/64.22	c 64	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
63.37/64.22	c 64	SAT : 2746160 SAT variables, 11694716 SAT clauses, 231316158 bytes
63.37/64.22	c 64	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
63.37/64.26	c 64	SOLVING HOME/temp.cnf
63.37/64.26	c 64	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
63.37/64.27	c 64	This is MiniSat 2.0 beta
63.37/64.27	c 64	WARNING: for repeatability, setting FPU to use double precision
63.37/64.27	c 64	============================[ Problem Statistics ]=============================
63.37/64.27	c 64	|                                                                             |
63.37/64.27	c 64	|  Number of variables:  2746160                                              |
63.37/64.27	c 64	|  Number of clauses:    11694716                                             |
69.44/70.49	c 70	|  Parsing time:         5.12         s                                       |
69.83/70.83	c 70	============================[ Search Statistics ]==============================
69.83/70.83	c 70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.83/70.83	c 70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.83/70.83	c 70	===============================================================================
69.83/70.83	c 70	|         0 | 2645288 11590732 29570527 |  3863577        0    nan |  0.000 % |
74.88/75.96	c 75	|       100 | 2644708 11590732 29570527 |  4249935       94      2 |  9.911 % |
79.92/81.08	c 81	|       250 | 2500704 11590732 29570527 |  4674928      217      2 | 21.933 % |
101.51/102.85	c 102	===============================================================================
101.51/102.85	c 102	restarts              : 3
101.51/102.85	c 102	conflicts             : 335            (9 /sec)
101.51/102.85	c 102	decisions             : 5290           (0.38 % random) (142 /sec)
101.51/102.85	c 102	propagations          : 71304444       (1920692 /sec)
101.51/102.85	c 102	conflict literals     : 653            (0.76 % deleted)
101.51/102.85	c 102	Memory used           : 681.52 MB
101.51/102.85	c 102	CPU time              : 37.1244 s
101.51/102.85	c 102	
101.51/102.85	c 102	UNSATISFIABLE
101.62/102.96	c 102	DECODING HOME/temp.out WITH HOME/temp.map
101.62/102.96	c 102	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'
101.69/103.04	c 102	Decoding HOME/temp.out
102.00/103.35	s UNSATISFIABLE
102.00/103.36	c 103	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
102.00/103.40	c 103	CPU 102.07 (0.06 0.02 98.64 3.35)
102.00/103.40	c 103	END Sat Jul 11 20:44:05 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-2065043-1247337741/watcher-2065043-1247337741 -o /tmp/evaluation-result-2065043-1247337741/solver-2065043-1247337741 -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-2065043-1247337741.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 1.98 1.99 4/77 14274
/proc/meminfo: memFree=812808/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=12268 CPUtime=0
/proc/14274/stat : 14274 (sugar) R 14272 14274 13869 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20838936 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 234211736165 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14274/statm: 3067 316 241 3 0 167 0

[startup+0.081604 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 14274
/proc/meminfo: memFree=812808/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16740 CPUtime=0.06
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20838936 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.106212 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 14274
/proc/meminfo: memFree=812808/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.07
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20838936 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301233 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 14274
/proc/meminfo: memFree=812808/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.07
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20838936 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701285 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 14274
/proc/meminfo: memFree=812808/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.07
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20838936 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50238 s]
/proc/loadavg: 1.92 1.98 1.99 4/88 14296
/proc/meminfo: memFree=804528/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.8
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1309 8426 0 1 5 2 67 6 16 0 1 0 20838936 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 13869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20839024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868564 CPUtime=0.6
/proc/14288/stat : 14288 (java) S 14287 14274 13869 0 -1 0 7474 0 1 0 56 4 0 0 18 0 9 0 20839024 889409536 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217141 6699 2567 9 0 211646 0
[pid=14288/tid=14289] ppid=14287 vsize=868564 CPUtime=0.32
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 13869 0 -1 64 2666 0 1 0 31 1 0 0 18 0 9 0 20839025 889409536 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4126408562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868564 CPUtime=0.09
/proc/14288/task/14290/stat : 14290 (java) S 14287 14274 13869 0 -1 64 2622 0 0 0 9 0 0 0 16 0 9 0 20839026 889409536 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 13869 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20839027 889409536 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 13869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20839027 889409536 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20839029 889409536 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868564 CPUtime=0.16
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 13869 0 -1 64 1486 0 0 0 15 1 0 0 16 0 9 0 20839029 889409536 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20839029 889409536 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20839029 889409536 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890788

[startup+3.10159 s]
/proc/loadavg: 1.92 1.98 1.99 3/88 14296
/proc/meminfo: memFree=782512/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.8
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1310 8426 0 1 5 2 67 6 15 0 1 0 20838936 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 13869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20839024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868564 CPUtime=2.19
/proc/14288/stat : 14288 (java) S 14287 14274 13869 0 -1 0 10472 0 1 0 211 8 0 0 18 0 9 0 20839024 889409536 9471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217141 9471 2566 9 0 211646 0
[pid=14288/tid=14289] ppid=14287 vsize=868564 CPUtime=1.57
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 13869 0 -1 64 2910 0 1 0 155 2 0 0 25 0 9 0 20839025 889409536 9471 996147200 134512640 134550932 4294955936 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868564 CPUtime=0.38
/proc/14288/task/14290/stat : 14290 (java) S 14287 14274 13869 0 -1 64 5349 0 0 0 36 2 0 0 16 0 9 0 20839026 889409536 9471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 13869 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20839027 889409536 9471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 13869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20839027 889409536 9471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20839029 889409536 9471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868564 CPUtime=0.2
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 13869 0 -1 64 1513 0 0 0 19 1 0 0 16 0 9 0 20839029 889409536 9471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20839029 889409536 9471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20839029 889409536 9471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890788

[startup+6.302 s]
/proc/loadavg: 1.93 1.98 1.99 3/88 14296
/proc/meminfo: memFree=781104/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.8
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1310 8426 0 1 5 2 67 6 15 0 1 0 20838936 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 13869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20839024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868564 CPUtime=5.35
/proc/14288/stat : 14288 (java) S 14287 14274 13869 0 -1 0 10768 0 1 0 525 10 0 0 18 0 9 0 20839024 889409536 9474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217141 9474 2566 9 0 211646 0
[pid=14288/tid=14289] ppid=14287 vsize=868564 CPUtime=4.62
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 13869 0 -1 64 3203 0 1 0 459 3 0 0 25 0 9 0 20839025 889409536 9474 996147200 134512640 134550932 4294955936 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868564 CPUtime=0.5
/proc/14288/task/14290/stat : 14290 (java) S 14287 14274 13869 0 -1 64 5352 0 0 0 46 4 0 0 16 0 9 0 20839026 889409536 9474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 13869 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20839027 889409536 9474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 13869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20839027 889409536 9474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20839029 889409536 9474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868564 CPUtime=0.2
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 13869 0 -1 64 1513 0 0 0 19 1 0 0 16 0 9 0 20839029 889409536 9474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20839029 889409536 9474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20839029 889409536 9474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890788

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/88 14296
/proc/meminfo: memFree=780912/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.8
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1310 8426 0 1 5 2 67 6 15 0 1 0 20838936 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 13869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20839024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868564 CPUtime=11.68
/proc/14288/stat : 14288 (java) S 14287 14274 13869 0 -1 0 11354 0 1 0 1151 17 0 0 18 0 9 0 20839024 889409536 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217141 9481 2566 9 0 211646 0
[pid=14288/tid=14289] ppid=14287 vsize=868564 CPUtime=10.71
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 13869 0 -1 64 3782 0 1 0 1066 5 0 0 25 0 9 0 20839025 889409536 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4126558928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868564 CPUtime=0.73
/proc/14288/task/14290/stat : 14290 (java) S 14287 14274 13869 0 -1 64 5359 0 0 0 64 9 0 0 16 0 9 0 20839026 889409536 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 13869 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20839027 889409536 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 13869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20839027 889409536 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20839029 889409536 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868564 CPUtime=0.2
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 13869 0 -1 64 1513 0 0 0 19 1 0 0 16 0 9 0 20839029 889409536 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20839029 889409536 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20839029 889409536 9481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890788

[startup+25.5024 s]
/proc/loadavg: 1.95 1.98 1.99 3/88 14296
/proc/meminfo: memFree=780912/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.8
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1310 8426 0 1 5 2 67 6 15 0 1 0 20838936 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 13869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20839024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868564 CPUtime=24.36
/proc/14288/stat : 14288 (java) S 14287 14274 13869 0 -1 0 12532 0 1 0 2408 28 0 0 18 0 9 0 20839024 889409536 9495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217141 9495 2566 9 0 211646 0
[pid=14288/tid=14289] ppid=14287 vsize=868564 CPUtime=22.92
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 13869 0 -1 64 4946 0 1 0 2283 9 0 0 25 0 9 0 20839025 889409536 9495 996147200 134512640 134550932 4294955936 18446744073709551615 4126562466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868564 CPUtime=1.21
/proc/14288/task/14290/stat : 14290 (java) S 14287 14274 13869 0 -1 64 5373 0 0 0 105 16 0 0 16 0 9 0 20839026 889409536 9495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 13869 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20839027 889409536 9495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 13869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20839027 889409536 9495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20839029 889409536 9495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868564 CPUtime=0.2
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 13869 0 -1 64 1513 0 0 0 19 1 0 0 16 0 9 0 20839029 889409536 9495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20839029 889409536 9495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868564 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20839029 889409536 9495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890788

[startup+51.1027 s]
/proc/loadavg: 2.04 2.00 2.00 3/88 14296
/proc/meminfo: memFree=707568/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.8
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1310 8426 0 1 5 2 67 6 15 0 1 0 20838936 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 13869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20839024 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868676 CPUtime=49.67
/proc/14288/stat : 14288 (java) S 14287 14274 13869 0 -1 0 16432 0 1 0 4868 99 0 0 18 0 9 0 20839024 889524224 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217169 10253 2591 9 0 211646 0
[pid=14288/tid=14289] ppid=14287 vsize=868676 CPUtime=46.93
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 13869 0 -1 64 7808 0 1 0 4632 61 0 0 25 0 9 0 20839025 889524224 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4126550920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868676 CPUtime=2.43
/proc/14288/task/14290/stat : 14290 (java) S 14287 14274 13869 0 -1 64 6370 0 0 0 209 34 0 0 16 0 9 0 20839026 889524224 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 13869 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20839027 889524224 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 13869 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20839027 889524224 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20839029 889524224 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868676 CPUtime=0.26
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 13869 0 -1 64 1554 0 0 0 25 1 0 0 15 0 9 0 20839029 889524224 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20839029 889524224 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 13869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20839029 889524224 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 890900

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 2.00 3/80 14298
/proc/meminfo: memFree=16176/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=63.42
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1376 27470 0 2 6 2 6116 218 16 0 1 0 20838936 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 13869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20845363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=697872 CPUtime=37.6
/proc/14298/stat : 14298 (minisat) R 14297 14274 13869 0 -1 4194304 160315 0 0 0 3657 103 0 0 25 0 1 0 20845364 714620928 160301 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14298/statm: 174468 160301 75 150 0 174315 0
Current children cumulated CPU time (s) 101.02
Current children cumulated vsize (KiB) 720096

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

[startup+103.101 s]
/proc/loadavg: 2.02 2.00 2.00 3/80 14298
/proc/meminfo: memFree=16176/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=101.69
/proc/14274/stat : 14274 (sugar) S 14272 14274 13869 0 -1 4194304 1448 188079 0 2 6 2 9828 333 16 0 1 0 20838936 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 16868

[startup+103.501 s]
/proc/loadavg: 2.01 2.00 2.00 4/88 14308
/proc/meminfo: memFree=652848/2055920 swapFree=4192948/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=102.17
/proc/14274/stat : 14274 (sugar) R 14272 14274 13869 0 -1 4194304 1477 192280 0 3 6 12 9864 335 16 0 1 0 20838936 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14274/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 103.521
CPU time (s): 102.215
CPU user time (s): 98.71
CPU system time (s): 3.50547
CPU usage (%): 98.7389
Max. virtual memory (cumulated for all children) (KiB): 892072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.71
system time used= 3.50547
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193817
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= 69056
involuntary context switches= 70986

runsolver used 0.180972 second user time and 0.356945 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-11 20:42:21
IDJOB=2065043
IDBENCH=54266
IDSOLVER=739
FILE ID=node54/2065043-1247337741
PBS_JOBID= 9506688
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= c227f83f543a877d42bb8fc331d47c86
RANDOM SEED=369229304

node54.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.232
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.232
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:        813288 kB
Buffers:         53728 kB
Cached:         907648 kB
SwapCached:          8 kB
Active:         325240 kB
Inactive:       864232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        813288 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:         238724 kB
Slab:            37864 kB
Committed_AS:   490352 kB
PageTables:       2432 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= 66396 MiB
End job on node54 at 2009-07-11 20:44:05