Trace number 1080139

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.13+minisatSAT 416.27 418.007

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-1_ext.xml
MD5SUMfc3ea51f147b1da003c7c6dfcba76e43
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.72113
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:53:45 2008
0.00/0.04	c 0	PID 16595
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080139-1215212025.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080139-1215212025.xml' 'HOME/temp.csp'
0.03/0.91	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.03/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.92	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.04	c 1	Parsing HOME/temp.csp
2.19/2.34	c 2	parsed 141 expressions
2.19/2.34	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.34	c 2	Converting to clausal form CSP
2.19/2.36	c 2	converted 15 (10%) expressions
2.38/2.53	c 2	converted 29 (20%) expressions
2.38/2.54	c 2	converted 43 (30%) expressions
2.38/2.54	c 2	converted 57 (40%) expressions
2.38/2.56	c 2	converted 71 (50%) expressions
2.49/2.62	c 2	converted 85 (60%) expressions
2.58/2.73	c 3	converted 99 (70%) expressions
2.70/2.85	c 3	converted 113 (80%) expressions
2.99/3.15	c 3	converted 127 (90%) expressions
3.20/3.33	c 3	converted 141 (100%) expressions
3.20/3.33	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.20/3.33	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.20/3.33	c 3	Propagation in CSP
3.20/3.33	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.20/3.33	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.20/3.33	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.20/3.33	c 3	Simplifing CSP by introducing new Boolean variables
3.20/3.33	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.20/3.33	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.29/3.45	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.29/3.46	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.29/3.46	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.29/3.46	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.29/3.47	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.29/3.47	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.29/3.47	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.29/3.47	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.29/3.47	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.29/3.47	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.29/3.47	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.49/3.67	c 3	6 (10%) CSP clauses are encoded (11175 clauses, 256071 bytes)
3.68/3.81	c 4	12 (20%) CSP clauses are encoded (22022 clauses, 516057 bytes)
3.78/3.94	c 4	18 (30%) CSP clauses are encoded (32722 clauses, 775049 bytes)
3.88/4.08	c 4	24 (40%) CSP clauses are encoded (43588 clauses, 1045643 bytes)
4.09/4.21	c 4	30 (50%) CSP clauses are encoded (54359 clauses, 1314026 bytes)
4.19/4.35	c 4	36 (60%) CSP clauses are encoded (65157 clauses, 1588132 bytes)
4.29/4.48	c 4	42 (70%) CSP clauses are encoded (75887 clauses, 1872443 bytes)
4.48/4.62	c 4	48 (80%) CSP clauses are encoded (86687 clauses, 2161789 bytes)
4.57/4.76	c 5	54 (90%) CSP clauses are encoded (97549 clauses, 2452379 bytes)
4.67/4.89	c 5	60 (100%) CSP clauses are encoded (108343 clauses, 2741206 bytes)
4.67/4.89	c 5	60 CSP clauses encoded
4.67/4.89	c 5	Writing map file : HOME/temp.map
4.67/4.89	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.67/4.89	c 5	SAT : 380 SAT variables, 108343 SAT clauses, 2741206 bytes
4.67/4.89	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.77/4.93	c 5	SOLVING HOME/temp.cnf
4.77/4.93	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.77/4.93	c 5	This is MiniSat 2.0 beta
4.77/4.93	c 5	WARNING: for repeatability, setting FPU to use double precision
4.77/4.93	c 5	============================[ Problem Statistics ]=============================
4.77/4.93	c 5	|                                                                             |
4.77/4.93	c 5	|  Number of variables:  380                                                  |
4.77/4.93	c 5	|  Number of clauses:    108343                                               |
4.80/5.01	c 5	|  Parsing time:         0.06         s                                       |
4.80/5.01	c 5	============================[ Search Statistics ]==============================
4.80/5.01	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.80/5.01	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.80/5.01	c 5	===============================================================================
4.80/5.01	c 5	|         0 |     380   108343   595113 |    36114        0    nan |  0.000 % |
4.80/5.08	c 5	|       100 |     380   108343   595113 |    39725      100     10 |  0.001 % |
4.80/5.14	c 5	|       250 |     380   108343   595113 |    43698      250     10 |  0.013 % |
4.80/5.23	c 5	|       475 |     380   108343   595113 |    48068      475     10 |  0.013 % |
4.80/5.38	c 5	|       812 |     380   108343   595113 |    52874      812     11 |  0.013 % |
5.44/5.64	c 5	|      1318 |     380   108343   595113 |    58162     1318     12 |  0.013 % |
5.74/5.95	c 6	|      2077 |     380   108343   595113 |    63978     2077     12 |  0.013 % |
6.14/6.31	c 6	|      3218 |     380   108343   595113 |    70376     3218     12 |  0.013 % |
6.63/6.84	c 7	|      4926 |     380   108343   595113 |    77414     4926     12 |  0.013 % |
7.52/7.75	c 8	|      7489 |     380   108343   595113 |    85155     7489     12 |  0.014 % |
9.21/9.45	c 9	|     11335 |     380   108343   595113 |    93671    11335     13 |  0.014 % |
12.08/12.37	c 12	|     17102 |     380   108343   595113 |   103038    17102     13 |  0.014 % |
16.14/16.41	c 16	|     25751 |     380   108343   595113 |   113342    25751     14 |  0.017 % |
24.36/24.72	c 25	|     38726 |     380   108343   595113 |   124676    38726     14 |  0.019 % |
39.51/40.07	c 40	|     58187 |     380   108343   595113 |   137144    58187     14 |  0.019 % |
58.53/59.23	c 59	|     87383 |     380   108343   595113 |   150858    87383     15 |  0.001 % |
105.39/106.55	c 106	|    131172 |     380   108343   595113 |   165944   131172     16 |  0.003 % |
175.70/177.33	c 177	|    196857 |     380   108343   595113 |   182538    49790     18 |  0.006 % |
287.45/289.15	c 289	|    295384 |     379   107415   590793 |   200792   145197     19 |  0.266 % |
416.09/417.83	c 418	===============================================================================
416.09/417.83	c 418	restarts              : 19
416.09/417.83	c 418	conflicts             : 382175         (929 /sec)
416.09/417.83	c 418	decisions             : 450243         (1.53 % random) (1095 /sec)
416.09/417.83	c 418	propagations          : 17334456       (42157 /sec)
416.09/417.83	c 418	conflict literals     : 6727693        (30.31 % deleted)
416.09/417.83	c 418	Memory used           : 30.93 MB
416.09/417.83	c 418	CPU time              : 411.187 s
416.09/417.83	c 418	
416.09/417.83	c 418	SATISFIABLE
416.09/417.84	c 418	DECODING HOME/temp.out WITH HOME/temp.map
416.09/417.84	c 418	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
416.18/417.92	c 418	Decoding HOME/temp.out
416.18/417.95	s SATISFIABLE
416.18/417.95	v 2 15 1 9 0 16 13 14 5 6 15 18 2 16 17 16 12 13 0 9
416.18/417.95	c 418	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
416.18/418.00	c 418	CPU 415.88 (0.03 0.01 415.85 0.35)
416.18/418.00	c 418	END Sat Jul  5 01:00:43 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080139-1215212025/watcher-1080139-1215212025 -o /tmp/evaluation-result-1080139-1215212025/solver-1080139-1215212025 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1080139-1215212025.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 16595
/proc/meminfo: memFree=1642876/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=4708 CPUtime=0
/proc/16595/stat : 16595 (sugar) R 16593 16595 16531 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 2000174855 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 258936468873 0 0 4096 0 0 0 0 17 1 0 0
/proc/16595/statm: 1177 43 33 3 0 8 0

[startup+0.098042 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 16595
/proc/meminfo: memFree=1642876/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=0.03
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2000174855 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102037 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 16595
/proc/meminfo: memFree=1642876/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=0.03
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2000174855 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301075 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 16595
/proc/meminfo: memFree=1642876/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=0.03
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2000174855 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70215 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 16595
/proc/meminfo: memFree=1642876/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=0.03
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2000174855 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/88 16613
/proc/meminfo: memFree=1636164/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=0.88
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 973 6992 0 1 2 1 80 5 15 0 1 0 2000174855 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 797 370 3 0 500 0
[pid=16608] ppid=16595 vsize=5356 CPUtime=0
/proc/16608/stat : 16608 (sh) S 16595 16595 16531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000174947 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16608/statm: 1339 233 193 169 0 50 0
[pid=16609] ppid=16608 vsize=864040 CPUtime=0.52
/proc/16609/stat : 16609 (java) S 16608 16595 16531 0 -1 0 5750 0 1 0 49 3 0 0 18 0 9 0 2000174948 884776960 5052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16609/statm: 216010 5052 2531 9 0 210592 0
[pid=16609/tid=16610] ppid=16608 vsize=864040 CPUtime=0.39
/proc/16609/task/16610/stat : 16610 (java) R 16608 16595 16531 0 -1 64 2447 0 1 0 38 1 0 0 20 0 9 0 2000174949 884776960 5052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16609/tid=16611] ppid=16608 vsize=864040 CPUtime=0.07
/proc/16609/task/16611/stat : 16611 (java) R 16608 16595 16531 0 -1 64 2304 0 0 0 7 0 0 0 16 0 9 0 2000174950 884776960 5052 996147200 134512640 134550740 4294955952 18446744073709551615 103834288 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16609/tid=16612] ppid=16608 vsize=864040 CPUtime=0
/proc/16609/task/16612/stat : 16612 (java) S 16608 16595 16531 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2000174950 884776960 5052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16609/tid=16613] ppid=16608 vsize=864040 CPUtime=0
/proc/16609/task/16613/stat : 16613 (java) S 16608 16595 16531 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000174950 884776960 5052 996147200 134512640 134550740 4294955952 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) 882996

[startup+3.10259 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 16617
/proc/meminfo: memFree=1617636/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=0.89
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 973 6992 0 1 3 1 80 5 15 0 1 0 2000174855 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 797 370 3 0 500 0
[pid=16608] ppid=16595 vsize=5356 CPUtime=0
/proc/16608/stat : 16608 (sh) S 16595 16595 16531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000174947 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16608/statm: 1339 233 193 169 0 50 0
[pid=16609] ppid=16608 vsize=864304 CPUtime=2.1
/proc/16609/stat : 16609 (java) S 16608 16595 16531 0 -1 0 14285 0 1 0 203 7 0 0 18 0 9 0 2000174948 885047296 13539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16609/statm: 216076 13539 2540 9 0 210651 0
[pid=16609/tid=16610] ppid=16608 vsize=864304 CPUtime=1.15
/proc/16609/task/16610/stat : 16610 (java) R 16608 16595 16531 0 -1 64 2899 0 1 0 114 1 0 0 25 0 9 0 2000174949 885047296 13539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16609/tid=16611] ppid=16608 vsize=864304 CPUtime=0.87
/proc/16609/task/16611/stat : 16611 (java) R 16608 16595 16531 0 -1 64 10374 0 0 0 83 4 0 0 17 0 9 0 2000174950 885047296 13539 996147200 134512640 134550740 4294955952 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16609/tid=16612] ppid=16608 vsize=864304 CPUtime=0
/proc/16609/task/16612/stat : 16612 (java) S 16608 16595 16531 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000174950 885047296 13539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16609/tid=16613] ppid=16608 vsize=864304 CPUtime=0
/proc/16609/task/16613/stat : 16613 (java) S 16608 16595 16531 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000174950 885047296 13539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16609/tid=16614] ppid=16608 vsize=864304 CPUtime=0
/proc/16609/task/16614/stat : 16614 (java) S 16608 16595 16531 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000174955 885047296 13539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16609/tid=16615] ppid=16608 vsize=864304 CPUtime=0.05
/proc/16609/task/16615/stat : 16615 (java) S 16608 16595 16531 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 2000174955 885047296 13539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16609/tid=16616] ppid=16608 vsize=864304 CPUtime=0
/proc/16609/task/16616/stat : 16616 (java) S 16608 16595 16531 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000174956 885047296 13539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16609/tid=16617] ppid=16608 vsize=864304 CPUtime=0
/proc/16609/task/16617/stat : 16617 (java) S 16608 16595 16531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000174956 885047296 13539 996147200 134512640 134550740 4294955952 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) 883260

[startup+6.30218 s]
/proc/loadavg: 2.03 2.00 2.00 3/84 16619
/proc/meminfo: memFree=1628452/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 15 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=8560 CPUtime=1.34
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 2013 0 0 0 134 0 0 0 25 0 1 0 2000175348 8765440 1999 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2140 1999 75 150 0 1987 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27516

[startup+12.7013 s]
/proc/loadavg: 2.03 2.00 2.00 3/84 16619
/proc/meminfo: memFree=1627044/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=9760 CPUtime=7.68
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 2330 0 0 0 767 1 0 0 25 0 1 0 2000175348 9994240 2316 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2440 2316 75 150 0 2287 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 28716

[startup+25.5027 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 16619
/proc/meminfo: memFree=1625124/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=11796 CPUtime=20.35
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 2829 0 0 0 2034 1 0 0 25 0 1 0 2000175348 12079104 2815 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2949 2815 75 150 0 2796 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 30752

[startup+51.1023 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 16619
/proc/meminfo: memFree=1621860/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=15324 CPUtime=45.71
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 3691 0 0 0 4569 2 0 0 25 0 1 0 2000175348 15691776 3677 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 3831 3677 75 150 0 3678 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 34280

[startup+102.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16619
/proc/meminfo: memFree=1616420/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=20640 CPUtime=96.43
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 5036 0 0 0 9639 4 0 0 25 0 1 0 2000175348 21135360 5022 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 5160 5022 75 150 0 5007 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 39596

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16649
/proc/meminfo: memFree=1630316/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=25016 CPUtime=155.92
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 6049 0 0 0 15586 6 0 0 25 0 1 0 2000175348 25616384 6035 996147200 134512640 135127466 4294956256 18446744073709551615 134535144 0 0 4096 3 0 0 0 17 0 0 0
/proc/16619/statm: 6254 6035 75 150 0 6101 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 43972

[startup+222.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 16744
/proc/meminfo: memFree=1615772/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=25452 CPUtime=215.88
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 6136 0 0 0 21577 11 0 0 25 0 1 0 2000175348 26062848 6122 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16619/statm: 6363 6122 75 150 0 6210 0
Current children cumulated CPU time (s) 220.68
Current children cumulated vsize (KiB) 44408

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 16744
/proc/meminfo: memFree=1609308/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=25608 CPUtime=275.86
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 6192 0 0 0 27574 12 0 0 25 0 1 0 2000175348 26222592 6178 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16619/statm: 6402 6178 75 150 0 6249 0
Current children cumulated CPU time (s) 280.66
Current children cumulated vsize (KiB) 44564

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16744
/proc/meminfo: memFree=1601372/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=28900 CPUtime=335.83
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 7005 0 0 0 33570 13 0 0 25 0 1 0 2000175348 29593600 6991 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/16619/statm: 7225 6991 75 150 0 7072 0
Current children cumulated CPU time (s) 340.63
Current children cumulated vsize (KiB) 47856

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16744
/proc/meminfo: memFree=1596572/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=31528 CPUtime=395.8
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 7665 0 0 0 39566 14 0 0 25 0 1 0 2000175348 32284672 7651 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/16619/statm: 7882 7651 75 150 0 7729 0
Current children cumulated CPU time (s) 400.6
Current children cumulated vsize (KiB) 50484

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

[startup+409.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16744
/proc/meminfo: memFree=1596508/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=31664 CPUtime=403
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 7680 0 0 0 40286 14 0 0 25 0 1 0 2000175348 32423936 7666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16619/statm: 7916 7666 75 150 0 7763 0
Current children cumulated CPU time (s) 407.8
Current children cumulated vsize (KiB) 50620

[startup+412.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16744
/proc/meminfo: memFree=1596508/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=31664 CPUtime=406.2
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 7681 0 0 0 40606 14 0 0 25 0 1 0 2000175348 32423936 7667 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16619/statm: 7916 7667 75 150 0 7763 0
Current children cumulated CPU time (s) 411
Current children cumulated vsize (KiB) 50620

[startup+415.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16744
/proc/meminfo: memFree=1596508/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=31664 CPUtime=409.4
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 7682 0 0 0 40926 14 0 0 25 0 1 0 2000175348 32423936 7668 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16619/statm: 7916 7668 75 150 0 7763 0
Current children cumulated CPU time (s) 414.2
Current children cumulated vsize (KiB) 50620

[startup+416.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16744
/proc/meminfo: memFree=1596508/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=31664 CPUtime=410.2
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 7682 0 0 0 41006 14 0 0 25 0 1 0 2000175348 32423936 7668 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16619/statm: 7916 7668 75 150 0 7763 0
Current children cumulated CPU time (s) 415
Current children cumulated vsize (KiB) 50620

[startup+417.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16744
/proc/meminfo: memFree=1596508/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=4.8
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1031 23075 0 2 3 1 459 17 16 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16618] ppid=16595 vsize=5356 CPUtime=0
/proc/16618/stat : 16618 (sh) S 16595 16595 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000175348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16618/statm: 1339 232 193 169 0 50 0
[pid=16619] ppid=16618 vsize=31664 CPUtime=410.99
/proc/16619/stat : 16619 (minisat) R 16618 16595 16531 0 -1 4194304 7683 0 0 0 41085 14 0 0 25 0 1 0 2000175348 32423936 7669 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16619/statm: 7916 7669 75 150 0 7763 0
Current children cumulated CPU time (s) 415.79
Current children cumulated vsize (KiB) 50620

[startup+417.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16754
/proc/meminfo: memFree=1623388/2055920 swapFree=4179816/4192956
[pid=16595] ppid=16593 vsize=13600 CPUtime=416.13
/proc/16595/stat : 16595 (sugar) S 16593 16595 16531 0 -1 4194304 1070 31053 0 2 3 1 41577 32 17 0 1 0 2000174855 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16595/statm: 3400 798 370 3 0 500 0
[pid=16745] ppid=16595 vsize=5356 CPUtime=0
/proc/16745/stat : 16745 (sh) S 16595 16595 16531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000216639 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16745/statm: 1339 233 193 169 0 50 0
[pid=16746] ppid=16745 vsize=861812 CPUtime=0.05
/proc/16746/stat : 16746 (java) S 16745 16595 16531 0 -1 0 2407 0 1 0 3 2 0 0 19 0 9 0 2000216639 882495488 1947 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16746/statm: 215453 1947 1099 9 0 210430 0
[pid=16746/tid=16747] ppid=16745 vsize=861812 CPUtime=0.03
/proc/16746/task/16747/stat : 16747 (java) R 16745 16595 16531 0 -1 64 1511 0 1 0 2 1 0 0 25 0 9 0 2000216640 882495488 1947 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16748] ppid=16745 vsize=861812 CPUtime=0
/proc/16746/task/16748/stat : 16748 (java) S 16745 16595 16531 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 2000216642 882495488 1947 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16749] ppid=16745 vsize=861812 CPUtime=0
/proc/16746/task/16749/stat : 16749 (java) S 16745 16595 16531 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 2000216642 882495488 1947 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16750] ppid=16745 vsize=861812 CPUtime=0
/proc/16746/task/16750/stat : 16750 (java) S 16745 16595 16531 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 2000216642 882495488 1947 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16751] ppid=16745 vsize=861812 CPUtime=0
/proc/16746/task/16751/stat : 16751 (java) S 16745 16595 16531 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2000216644 882495488 1947 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16752] ppid=16745 vsize=861812 CPUtime=0
/proc/16746/task/16752/stat : 16752 (java) R 16745 16595 16531 0 -1 64 202 0 0 0 0 0 0 0 25 0 9 0 2000216644 882495488 1948 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16753] ppid=16745 vsize=861812 CPUtime=0
/proc/16746/task/16753/stat : 16753 (java) S 16745 16595 16531 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2000216644 882495488 1948 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16754] ppid=16745 vsize=861812 CPUtime=0
/proc/16746/task/16754/stat : 16754 (java) S 16745 16595 16531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000216644 882495488 1951 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.18
Current children cumulated vsize (KiB) 880768

Child status: 0
Real time (s): 418.007
CPU time (s): 416.27
CPU user time (s): 415.894
CPU system time (s): 0.375942
CPU usage (%): 99.5845
Max. virtual memory (cumulated for all children) (KiB): 883372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 415.894
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35884
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= 2375
involuntary context switches= 9332

runsolver used 0.52492 second user time and 1.37379 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 00:53:45
IDJOB=1080139
IDBENCH=56938
IDSOLVER=346
FILE ID=node45/1080139-1215212025
PBS_JOBID= 7881810
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-1_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080139-1215212025/watcher-1080139-1215212025 -o /tmp/evaluation-result-1080139-1215212025/solver-1080139-1215212025 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1080139-1215212025.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc3ea51f147b1da003c7c6dfcba76e43
RANDOM SEED=1009087681

node45.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.268
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.268
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:       1643356 kB
Buffers:         70972 kB
Cached:         246412 kB
SwapCached:       7180 kB
Active:         201848 kB
Inactive:       148736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643356 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            2652 kB
Writeback:           0 kB
Mapped:          48984 kB
Slab:            47124 kB
Committed_AS:  3856724 kB
PageTables:       1852 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= 66480 MiB
End job on node45 at 2008-07-05 01:00:43