Trace number 2067463

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+minisatSAT 58.5541 60.2999

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-pk1.xml
MD5SUMfff94e8ceb5817adba06954653909a4e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.091985
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints60
Maximum constraint arity57
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sat Jul 11 22:39:26 2009
0.05/0.07	c 0	PID 12389
0.05/0.08	c 0	HOST node9.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2067463-1247344766.xml TO HOME/temp.csp
0.05/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-2067463-1247344766.xml' 'HOME/temp.csp'
0.06/0.31	c 1	1 domains, 86 variables, 3 predicates, 0 relations, 60 constraints
0.06/0.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	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'
0.28/0.43	c 1	Parsing HOME/temp.csp
0.28/0.48	c 1	parsed 150 expressions
0.28/0.49	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.49	c 1	Converting to clausal form CSP
0.28/0.52	c 1	converted 15 (10%) expressions
0.28/0.52	c 1	converted 30 (20%) expressions
0.28/0.52	c 1	converted 45 (30%) expressions
0.28/0.52	c 1	converted 60 (40%) expressions
0.28/0.52	c 1	converted 75 (50%) expressions
0.28/0.52	c 1	converted 90 (60%) expressions
0.28/0.53	c 1	converted 105 (70%) expressions
0.28/0.53	c 1	converted 120 (80%) expressions
0.28/0.68	c 1	converted 135 (90%) expressions
0.28/0.79	c 1	converted 150 (100%) expressions
0.28/0.79	c 1	CSP : 356 integers, 0 booleans, 600 clauses, largest domain size 622
0.28/0.79	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.79	c 1	Propagation in CSP
0.28/0.81	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.81	c 1	CSP : 356 integers, 0 booleans, 600 clauses, largest domain size 622
0.28/0.81	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.81	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.81	c 1	CSP : 356 integers, 0 booleans, 600 clauses, largest domain size 622
0.28/0.81	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.83	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.84	c 1	36 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.28/0.84	c 1	72 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.28/0.86	c 1	107 (30%) CSP integer variables are encoded (7341 clauses, 93651 bytes)
0.28/0.87	c 1	143 (40%) CSP integer variables are encoded (20547 clauses, 286652 bytes)
0.28/0.89	c 1	178 (50%) CSP integer variables are encoded (34058 clauses, 489317 bytes)
0.28/0.91	c 1	214 (60%) CSP integer variables are encoded (46692 clauses, 678827 bytes)
0.28/0.92	c 1	250 (70%) CSP integer variables are encoded (60350 clauses, 883697 bytes)
0.28/0.94	c 1	285 (80%) CSP integer variables are encoded (72809 clauses, 1070582 bytes)
0.28/0.96	c 1	321 (90%) CSP integer variables are encoded (86461 clauses, 1275362 bytes)
0.28/0.97	c 1	356 (100%) CSP integer variables are encoded (99582 clauses, 1472177 bytes)
2.29/2.49	c 3	60 (10%) CSP clauses are encoded (917610 clauses, 15840409 bytes)
6.24/6.43	c 7	120 (20%) CSP clauses are encoded (3093360 clauses, 58063477 bytes)
10.25/10.64	c 11	180 (30%) CSP clauses are encoded (5250100 clauses, 103522081 bytes)
14.97/15.49	c 16	240 (40%) CSP clauses are encoded (7856386 clauses, 158107007 bytes)
18.50/19.03	c 19	300 (50%) CSP clauses are encoded (9693858 clauses, 196741133 bytes)
22.83/23.47	c 24	360 (60%) CSP clauses are encoded (12040551 clauses, 246178968 bytes)
27.03/27.77	c 28	420 (70%) CSP clauses are encoded (14288918 clauses, 293459360 bytes)
30.92/31.79	c 32	480 (80%) CSP clauses are encoded (16361524 clauses, 337167659 bytes)
35.00/36.02	c 36	540 (90%) CSP clauses are encoded (18475618 clauses, 381635618 bytes)
39.59/40.73	c 41	600 (100%) CSP clauses are encoded (20935644 clauses, 433186249 bytes)
39.59/40.73	c 41	600 CSP clauses encoded
39.59/40.73	c 41	Writing map file : HOME/temp.map
39.59/40.73	c 41	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
39.59/40.73	c 41	SAT : 99938 SAT variables, 20935644 SAT clauses, 433186249 bytes
39.59/40.73	c 41	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
39.59/40.77	c 41	SOLVING HOME/temp.cnf
39.59/40.77	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
39.59/40.78	c 41	This is MiniSat 2.0 beta
39.59/40.78	c 41	WARNING: for repeatability, setting FPU to use double precision
39.59/40.78	c 41	============================[ Problem Statistics ]=============================
39.59/40.78	c 41	|                                                                             |
39.59/40.78	c 41	|  Number of variables:  99938                                                |
39.59/40.78	c 41	|  Number of clauses:    20935644                                             |
49.69/51.28	c 52	|  Parsing time:         8.46         s                                       |
50.29/51.81	c 52	============================[ Search Statistics ]==============================
50.29/51.81	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.29/51.81	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.29/51.81	c 52	===============================================================================
50.29/51.81	c 52	|         0 |   99938 20935644 63366585 |  6978548        0    nan |  0.000 % |
57.87/59.42	c 60	===============================================================================
57.87/59.42	c 60	restarts              : 1
57.87/59.43	c 60	conflicts             : 94             (6 /sec)
57.87/59.43	c 60	decisions             : 131            (0.76 % random) (8 /sec)
57.87/59.43	c 60	propagations          : 509991         (30924 /sec)
57.87/59.43	c 60	conflict literals     : 2042           (24.51 % deleted)
57.87/59.43	c 60	Memory used           : 851.17 MB
57.87/59.43	c 60	CPU time              : 16.4915 s
57.87/59.43	c 60	
57.87/59.47	c 60	SATISFIABLE
58.07/59.62	c 60	DECODING HOME/temp.out WITH HOME/temp.map
58.07/59.62	c 60	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'
58.10/59.89	c 60	Decoding HOME/temp.out
58.11/60.01	s SATISFIABLE
58.11/60.02	v 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 0 1 1 0 1 1 1 1 1 1 0 0 0 1 1 0 0 0 0 1 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
58.11/60.03	c 60	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
58.11/60.09	c 60	CPU 58.33 (0.06 0.02 52.69 5.56)
58.11/60.09	c 60	END Sat Jul 11 22:40:26 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2067463-1247344766/watcher-2067463-1247344766 -o /tmp/evaluation-result-2067463-1247344766/solver-2067463-1247344766 -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-2067463-1247344766.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.06 2.07 2.01 4/81 12389
/proc/meminfo: memFree=445956/2055920 swapFree=4192956/4192956
[pid=12389] ppid=12387 vsize=18576 CPUtime=0
/proc/12389/stat : 12389 (runsolver) R 12387 12389 11021 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 21543751 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12389/statm: 4644 284 249 26 0 2626 0

[startup+0.072861 s]
/proc/loadavg: 2.06 2.07 2.01 4/81 12389
/proc/meminfo: memFree=445956/2055920 swapFree=4192956/4192956
[pid=12389] ppid=12387 vsize=16608 CPUtime=0.05
/proc/12389/stat : 12389 (sugar) R 12387 12389 11021 0 -1 4194304 1062 0 0 0 4 1 0 0 18 0 1 0 21543751 17006592 1030 996147200 4194304 4206940 548682068608 18446744073709551615 215418835681 0 0 4224 0 0 0 0 17 0 0 0
/proc/12389/statm: 4152 1030 380 3 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16608

[startup+0.101855 s]
/proc/loadavg: 2.06 2.07 2.01 4/81 12389
/proc/meminfo: memFree=445956/2055920 swapFree=4192956/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=0.06
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21543751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12389/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301877 s]
/proc/loadavg: 2.06 2.07 2.01 4/81 12389
/proc/meminfo: memFree=445956/2055920 swapFree=4192956/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=0.06
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21543751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12389/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701917 s]
/proc/loadavg: 2.06 2.07 2.01 4/81 12389
/proc/meminfo: memFree=445956/2055920 swapFree=4192956/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=0.28
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1309 4358 0 1 5 1 19 3 16 0 1 0 21543751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12389/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.50204 s]
/proc/loadavg: 2.06 2.07 2.01 3/92 12411
/proc/meminfo: memFree=429164/2055920 swapFree=4192956/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=0.28
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1310 4358 0 1 5 1 19 3 15 0 1 0 21543751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12389/statm: 4217 1111 409 3 0 796 0
[pid=12402] ppid=12389 vsize=5356 CPUtime=0
/proc/12402/stat : 12402 (sh) S 12389 12389 11021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21543786 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12402/statm: 1339 233 193 169 0 50 0
[pid=12403] ppid=12402 vsize=868600 CPUtime=1.11
/proc/12403/stat : 12403 (java) S 12402 12389 11021 0 -1 0 6526 0 1 0 102 9 0 0 20 0 9 0 21543786 889446400 5558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12403/statm: 217150 5558 2589 9 0 211627 0
[pid=12403/tid=12404] ppid=12402 vsize=868600 CPUtime=0.85
/proc/12403/task/12404/stat : 12404 (java) R 12402 12389 11021 0 -1 64 2915 0 1 0 79 6 0 0 25 0 9 0 21543787 889446400 5558 996147200 134512640 134550932 4294955936 18446744073709551615 4126859433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12405] ppid=12402 vsize=868600 CPUtime=0.08
/proc/12403/task/12405/stat : 12405 (java) S 12402 12389 11021 0 -1 64 1421 0 0 0 7 1 0 0 16 0 9 0 21543788 889446400 5558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12406] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12406/stat : 12406 (java) S 12402 12389 11021 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21543789 889446400 5558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12407] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12407/stat : 12407 (java) S 12402 12389 11021 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21543789 889446400 5558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12408] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12408/stat : 12408 (java) S 12402 12389 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21543791 889446400 5558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12409] ppid=12402 vsize=868600 CPUtime=0.16
/proc/12403/task/12409/stat : 12409 (java) S 12402 12389 11021 0 -1 64 1491 0 0 0 16 0 0 0 16 0 9 0 21543791 889446400 5558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12410] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12410/stat : 12410 (java) S 12402 12389 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21543791 889446400 5558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12411] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12411/stat : 12411 (java) S 12402 12389 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21543791 889446400 5558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890824

[startup+3.10218 s]
/proc/loadavg: 2.13 2.09 2.02 3/92 12411
/proc/meminfo: memFree=418540/2055920 swapFree=4192956/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=0.28
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1310 4358 0 1 5 1 19 3 16 0 1 0 21543751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12389/statm: 4217 1111 409 3 0 796 0
[pid=12402] ppid=12389 vsize=5356 CPUtime=0
/proc/12402/stat : 12402 (sh) S 12389 12389 11021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21543786 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12402/statm: 1339 233 193 169 0 50 0
[pid=12403] ppid=12402 vsize=868600 CPUtime=2.71
/proc/12403/stat : 12403 (java) S 12402 12389 11021 0 -1 0 7054 0 1 0 249 22 0 0 20 0 9 0 21543786 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12403/statm: 217150 5563 2589 9 0 211627 0
[pid=12403/tid=12404] ppid=12402 vsize=868600 CPUtime=2.29
/proc/12403/task/12404/stat : 12404 (java) R 12402 12389 11021 0 -1 64 3440 0 1 0 214 15 0 0 25 0 9 0 21543787 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 102094014 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12405] ppid=12402 vsize=868600 CPUtime=0.21
/proc/12403/task/12405/stat : 12405 (java) S 12402 12389 11021 0 -1 64 1421 0 0 0 17 4 0 0 16 0 9 0 21543788 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12406] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12406/stat : 12406 (java) S 12402 12389 11021 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21543789 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12407] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12407/stat : 12407 (java) S 12402 12389 11021 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21543789 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12408] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12408/stat : 12408 (java) S 12402 12389 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21543791 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12409] ppid=12402 vsize=868600 CPUtime=0.16
/proc/12403/task/12409/stat : 12409 (java) S 12402 12389 11021 0 -1 64 1494 0 0 0 16 0 0 0 16 0 9 0 21543791 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12410] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12410/stat : 12410 (java) S 12402 12389 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21543791 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12411] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12411/stat : 12411 (java) S 12402 12389 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21543791 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890824

[startup+6.30254 s]
/proc/loadavg: 2.13 2.09 2.02 3/92 12411
/proc/meminfo: memFree=384244/2055920 swapFree=4192956/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=0.28
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1310 4358 0 1 5 1 19 3 16 0 1 0 21543751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12389/statm: 4217 1111 409 3 0 796 0
[pid=12402] ppid=12389 vsize=5356 CPUtime=0
/proc/12402/stat : 12402 (sh) S 12389 12389 11021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21543786 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12402/statm: 1339 233 193 169 0 50 0
[pid=12403] ppid=12402 vsize=868600 CPUtime=5.85
/proc/12403/stat : 12403 (java) S 12402 12389 11021 0 -1 0 8063 0 1 0 536 49 0 0 20 0 9 0 21543786 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12403/statm: 217150 5563 2589 9 0 211627 0
[pid=12403/tid=12404] ppid=12402 vsize=868600 CPUtime=5.2
/proc/12403/task/12404/stat : 12404 (java) R 12402 12389 11021 0 -1 64 4449 0 1 0 483 37 0 0 25 0 9 0 21543787 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4126845278 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12405] ppid=12402 vsize=868600 CPUtime=0.46
/proc/12403/task/12405/stat : 12405 (java) S 12402 12389 11021 0 -1 64 1421 0 0 0 36 10 0 0 16 0 9 0 21543788 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12406] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12406/stat : 12406 (java) S 12402 12389 11021 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21543789 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12407] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12407/stat : 12407 (java) S 12402 12389 11021 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21543789 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12408] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12408/stat : 12408 (java) S 12402 12389 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21543791 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12409] ppid=12402 vsize=868600 CPUtime=0.16
/proc/12403/task/12409/stat : 12409 (java) S 12402 12389 11021 0 -1 64 1494 0 0 0 16 0 0 0 17 0 9 0 21543791 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12410] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12410/stat : 12410 (java) S 12402 12389 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21543791 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12411] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12411/stat : 12411 (java) S 12402 12389 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21543791 889446400 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890824

[startup+12.7022 s]
/proc/loadavg: 2.11 2.08 2.01 3/92 12411
/proc/meminfo: memFree=311348/2055920 swapFree=4192956/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=0.28
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1310 4358 0 1 5 1 19 3 16 0 1 0 21543751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12389/statm: 4217 1111 409 3 0 796 0
[pid=12402] ppid=12389 vsize=5356 CPUtime=0
/proc/12402/stat : 12402 (sh) S 12389 12389 11021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21543786 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12402/statm: 1339 233 193 169 0 50 0
[pid=12403] ppid=12402 vsize=868600 CPUtime=12.04
/proc/12403/stat : 12403 (java) S 12402 12389 11021 0 -1 0 10007 0 1 0 1096 108 0 0 20 0 9 0 21543786 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12403/statm: 217150 5564 2589 9 0 211627 0
[pid=12403/tid=12404] ppid=12402 vsize=868600 CPUtime=10.92
/proc/12403/task/12404/stat : 12404 (java) R 12402 12389 11021 0 -1 64 6392 0 1 0 1007 85 0 0 25 0 9 0 21543787 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4126491260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12405] ppid=12402 vsize=868600 CPUtime=0.92
/proc/12403/task/12405/stat : 12405 (java) S 12402 12389 11021 0 -1 64 1421 0 0 0 71 21 0 0 16 0 9 0 21543788 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12406] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12406/stat : 12406 (java) S 12402 12389 11021 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21543789 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12407] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12407/stat : 12407 (java) S 12402 12389 11021 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21543789 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12408] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12408/stat : 12408 (java) S 12402 12389 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21543791 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12409] ppid=12402 vsize=868600 CPUtime=0.16
/proc/12403/task/12409/stat : 12409 (java) S 12402 12389 11021 0 -1 64 1495 0 0 0 16 0 0 0 17 0 9 0 21543791 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12410] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12410/stat : 12410 (java) S 12402 12389 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21543791 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12411] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12411/stat : 12411 (java) S 12402 12389 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21543791 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 890824

[startup+25.5017 s]
/proc/loadavg: 2.25 2.11 2.02 3/92 12411
/proc/meminfo: memFree=163444/2055920 swapFree=4192956/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=0.28
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1310 4358 0 1 5 1 19 3 16 0 1 0 21543751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12389/statm: 4217 1111 409 3 0 796 0
[pid=12402] ppid=12389 vsize=5356 CPUtime=0
/proc/12402/stat : 12402 (sh) S 12389 12389 11021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21543786 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12402/statm: 1339 233 193 169 0 50 0
[pid=12403] ppid=12402 vsize=868600 CPUtime=24.58
/proc/12403/stat : 12403 (java) S 12402 12389 11021 0 -1 0 13909 0 1 0 2235 223 0 0 20 0 9 0 21543786 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12403/statm: 217150 5564 2589 9 0 211627 0
[pid=12403/tid=12404] ppid=12402 vsize=868600 CPUtime=22.53
/proc/12403/task/12404/stat : 12404 (java) R 12402 12389 11021 0 -1 64 10294 0 1 0 2077 176 0 0 25 0 9 0 21543787 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4126828852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12405] ppid=12402 vsize=868600 CPUtime=1.86
/proc/12403/task/12405/stat : 12405 (java) S 12402 12389 11021 0 -1 64 1421 0 0 0 141 45 0 0 16 0 9 0 21543788 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12406] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12406/stat : 12406 (java) S 12402 12389 11021 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21543789 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12407] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12407/stat : 12407 (java) S 12402 12389 11021 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21543789 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12408] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12408/stat : 12408 (java) S 12402 12389 11021 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21543791 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12409] ppid=12402 vsize=868600 CPUtime=0.17
/proc/12403/task/12409/stat : 12409 (java) S 12402 12389 11021 0 -1 64 1495 0 0 0 17 0 0 0 16 0 9 0 21543791 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12410] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12410/stat : 12410 (java) S 12402 12389 11021 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21543791 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12403/tid=12411] ppid=12402 vsize=868600 CPUtime=0
/proc/12403/task/12411/stat : 12411 (java) S 12402 12389 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21543791 889446400 5564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 890824

[startup+51.1015 s]
/proc/loadavg: 2.29 2.14 2.03 4/84 12413
/proc/meminfo: memFree=15540/2055920 swapFree=4192952/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=39.63
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1376 23129 0 2 5 1 3598 359 16 0 1 0 21543751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12389/statm: 4217 1113 409 3 0 796 0
[pid=12412] ppid=12389 vsize=5356 CPUtime=0
/proc/12412/stat : 12412 (sh) S 12389 12389 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12412/statm: 1339 232 193 169 0 50 0
[pid=12413] ppid=12412 vsize=801424 CPUtime=9.96
/proc/12413/stat : 12413 (minisat) R 12412 12389 11021 0 -1 4194304 193748 0 0 0 831 165 0 0 25 0 1 0 21547829 820658176 193734 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/12413/statm: 200356 193735 62 150 0 200203 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 823648

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

[startup+54.3053 s]
/proc/loadavg: 2.43 2.17 2.04 3/84 12413
/proc/meminfo: memFree=15284/2055920 swapFree=4192952/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=39.63
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1376 23129 0 2 5 1 3598 359 15 0 1 0 21543751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12389/statm: 4217 1113 409 3 0 796 0
[pid=12412] ppid=12389 vsize=5356 CPUtime=0
/proc/12412/stat : 12412 (sh) S 12389 12389 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12412/statm: 1339 232 193 169 0 50 0
[pid=12413] ppid=12412 vsize=861680 CPUtime=13.14
/proc/12413/stat : 12413 (minisat) R 12412 12389 11021 0 -1 4194304 209135 0 0 0 1138 176 0 0 25 0 1 0 21547829 882360320 209121 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12413/statm: 215420 209121 74 150 0 215267 0
Current children cumulated CPU time (s) 52.77
Current children cumulated vsize (KiB) 883904

[startup+57.5022 s]
/proc/loadavg: 2.55 2.20 2.05 3/84 12413
/proc/meminfo: memFree=15796/2055920 swapFree=4192952/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=39.63
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1376 23129 0 2 5 1 3598 359 15 0 1 0 21543751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12389/statm: 4217 1113 409 3 0 796 0
[pid=12412] ppid=12389 vsize=5356 CPUtime=0
/proc/12412/stat : 12412 (sh) S 12389 12389 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12412/statm: 1339 232 193 169 0 50 0
[pid=12413] ppid=12412 vsize=869760 CPUtime=16.33
/proc/12413/stat : 12413 (minisat) R 12412 12389 11021 0 -1 4194304 211191 0 0 0 1456 177 0 0 25 0 1 0 21547829 890634240 211177 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12413/statm: 217440 211177 74 150 0 217287 0
Current children cumulated CPU time (s) 55.96
Current children cumulated vsize (KiB) 891984

[startup+59.1024 s]
/proc/loadavg: 2.55 2.20 2.05 3/84 12413
/proc/meminfo: memFree=15732/2055920 swapFree=4192952/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=39.63
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1376 23129 0 2 5 1 3598 359 15 0 1 0 21543751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12389/statm: 4217 1113 409 3 0 796 0
[pid=12412] ppid=12389 vsize=5356 CPUtime=0
/proc/12412/stat : 12412 (sh) S 12389 12389 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12412/statm: 1339 232 193 169 0 50 0
[pid=12413] ppid=12412 vsize=870948 CPUtime=17.93
/proc/12413/stat : 12413 (minisat) R 12412 12389 11021 0 -1 4194304 211482 0 0 0 1616 177 0 0 25 0 1 0 21547829 891850752 211468 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12413/statm: 217737 211468 74 150 0 217584 0
Current children cumulated CPU time (s) 57.56
Current children cumulated vsize (KiB) 893172

[startup+59.9017 s]
/proc/loadavg: 2.55 2.20 2.05 3/84 12413
/proc/meminfo: memFree=16116/2055920 swapFree=4192952/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=58.11
/proc/12389/stat : 12389 (sugar) S 12387 12389 11021 0 -1 4194304 1448 235015 0 2 6 2 5251 552 16 0 1 0 21543751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12389/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 58.11
Current children cumulated vsize (KiB) 16868

[startup+60.1017 s]
/proc/loadavg: 2.55 2.20 2.05 3/84 12413
/proc/meminfo: memFree=16116/2055920 swapFree=4192952/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=58.34
/proc/12389/stat : 12389 (sugar) R 12387 12389 11021 0 -1 4194304 1478 238790 0 4 6 3 5269 556 16 0 1 0 21543751 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12389/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 58.34
Current children cumulated vsize (KiB) 16868

[startup+60.2017 s]
/proc/loadavg: 2.55 2.20 2.05 3/84 12413
/proc/meminfo: memFree=16116/2055920 swapFree=4192952/4192956
[pid=12389] ppid=12387 vsize=16868 CPUtime=58.44
/proc/12389/stat : 12389 (sugar) R 12387 12389 11021 0 -1 4194304 1478 238790 0 4 6 13 5269 556 16 0 1 0 21543751 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12389/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 58.44
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 60.2999
CPU time (s): 58.5541
CPU user time (s): 52.759
CPU system time (s): 5.79512
CPU usage (%): 97.1048
Max. virtual memory (cumulated for all children) (KiB): 893616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.759
system time used= 5.79512
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240328
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111437
involuntary context switches= 113056

runsolver used 0.081987 second user time and 0.229965 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-11 22:39:26
IDJOB=2067463
IDBENCH=54661
IDSOLVER=739
FILE ID=node9/2067463-1247344766
PBS_JOBID= 9506699
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-pk1.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-2067463-1247344766/watcher-2067463-1247344766 -o /tmp/evaluation-result-2067463-1247344766/solver-2067463-1247344766 -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-2067463-1247344766.xml

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

MD5SUM BENCH= fff94e8ceb5817adba06954653909a4e
RANDOM SEED=888495092

node9.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.216
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.216
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:        446436 kB
Buffers:         71292 kB
Cached:        1023168 kB
SwapCached:          0 kB
Active:         902472 kB
Inactive:       651828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        446436 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         480320 kB
Slab:            39440 kB
Committed_AS:   605944 kB
PageTables:       2692 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= 66396 MiB
End job on node9 at 2009-07-11 22:40:27