Trace number 1051749

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 329.202 330.969

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-561_ext.xml
MD5SUM42884b409c3603fb2d153815b8fc2d3d
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 benchmark4.07438
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
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 Thu Jul  3 05:11:14 2008
0.00/0.04	c 0	PID 3967
0.00/0.05	c 0	HOST node58.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051749-1215054673.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-1051749-1215054673.xml' 'HOME/temp.csp'
0.03/0.45	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.03/0.48	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	c 0	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.42/0.56	c 0	Parsing HOME/temp.csp
0.42/0.89	c 0	parsed 459 expressions
0.42/0.90	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.90	c 0	Converting to clausal form CSP
0.42/0.92	c 0	converted 46 (10%) expressions
0.42/0.93	c 0	converted 92 (20%) expressions
0.42/0.94	c 0	converted 138 (30%) expressions
0.42/0.95	c 0	converted 184 (40%) expressions
0.42/0.96	c 0	converted 230 (50%) expressions
0.42/0.96	c 0	converted 276 (60%) expressions
0.42/0.97	c 0	converted 322 (70%) expressions
0.42/0.97	c 0	converted 368 (80%) expressions
0.42/0.98	c 0	converted 414 (90%) expressions
2.79/2.97	c 2	converted 459 (100%) expressions
2.79/2.97	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.79/2.97	c 2	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.79/2.97	c 2	Propagation in CSP
2.79/2.98	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.79/2.98	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.79/2.98	c 2	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.79/2.98	c 2	Simplifing CSP by introducing new Boolean variables
2.79/2.98	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.79/2.98	c 2	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.10/3.29	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.19/3.32	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.19/3.32	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.19/3.33	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.19/3.33	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.19/3.34	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.19/3.35	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.19/3.35	c 3	54 (70%) CSP integer variables are encoded (26242 clauses, 371528 bytes)
3.19/3.35	c 3	61 (80%) CSP integer variables are encoded (27453 clauses, 389693 bytes)
3.19/3.35	c 3	69 (90%) CSP integer variables are encoded (28837 clauses, 410453 bytes)
3.19/3.35	c 3	76 (100%) CSP integer variables are encoded (29702 clauses, 423428 bytes)
3.28/3.41	c 3	35 (10%) CSP clauses are encoded (30625 clauses, 441975 bytes)
3.28/3.43	c 3	70 (20%) CSP clauses are encoded (31524 clauses, 463791 bytes)
3.28/3.46	c 3	105 (30%) CSP clauses are encoded (32446 clauses, 485650 bytes)
3.28/3.48	c 3	140 (40%) CSP clauses are encoded (33368 clauses, 507680 bytes)
3.38/3.51	c 3	175 (50%) CSP clauses are encoded (34291 clauses, 529925 bytes)
3.38/3.53	c 3	210 (60%) CSP clauses are encoded (35214 clauses, 552641 bytes)
3.38/3.56	c 3	245 (70%) CSP clauses are encoded (36135 clauses, 576842 bytes)
3.38/3.59	c 3	280 (80%) CSP clauses are encoded (37078 clauses, 601332 bytes)
3.49/3.64	c 3	315 (90%) CSP clauses are encoded (38071 clauses, 626544 bytes)
66.15/66.99	c 66	350 (100%) CSP clauses are encoded (777594 clauses, 25147998 bytes)
66.15/66.99	c 66	350 CSP clauses encoded
66.15/66.99	c 66	Writing map file : HOME/temp.map
66.15/66.99	c 66	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.15/66.99	c 66	SAT : 29776 SAT variables, 777594 SAT clauses, 25147998 bytes
66.15/66.99	c 66	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.24/67.03	c 67	SOLVING HOME/temp.cnf
66.24/67.03	c 67	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
66.24/67.03	c 67	This is MiniSat 2.0 beta
66.24/67.03	c 67	WARNING: for repeatability, setting FPU to use double precision
66.24/67.03	c 67	============================[ Problem Statistics ]=============================
66.24/67.03	c 67	|                                                                             |
66.24/67.04	c 67	|  Number of variables:  29776                                                |
66.24/67.04	c 67	|  Number of clauses:    777594                                               |
66.29/67.53	c 67	|  Parsing time:         0.44         s                                       |
66.29/67.57	c 67	============================[ Search Statistics ]==============================
66.29/67.57	c 67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.29/67.57	c 67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
66.29/67.57	c 67	===============================================================================
66.29/67.57	c 67	|         0 |   28775   761168  3663117 |   253722        0    nan |  0.000 % |
66.29/67.70	c 67	|       100 |   27110   761168  3663117 |   279094       61      6 | 26.340 % |
66.29/67.89	c 67	|       250 |   27077   761168  3663117 |   307004      168      5 | 48.915 % |
67.34/68.14	c 68	|       476 |   27052   761168  3663117 |   337704      333      6 | 63.296 % |
67.53/68.34	c 68	|       813 |   27025   761168  3663117 |   371475      651      9 | 63.430 % |
67.83/68.64	c 68	|      1320 |   27002   761168  3663117 |   408622     1128     10 | 66.386 % |
68.23/69.04	c 69	|      2079 |   26081   761168  3663117 |   449485     1875     11 | 69.496 % |
68.92/69.76	c 69	|      3218 |   25993   761168  3663117 |   494433     3002     14 | 72.468 % |
70.10/70.99	c 70	|      4927 |   25961   761168  3663117 |   543877     4700     16 | 72.837 % |
71.89/72.79	c 72	|      7489 |   25727   761168  3663117 |   598264     7231     16 | 73.902 % |
75.65/76.58	c 76	|     11333 |   25696   761168  3663117 |   658091    11071     23 | 73.996 % |
80.41/81.33	c 81	|     17099 |   25690   761168  3663117 |   723900    16835     26 | 74.537 % |
89.23/90.24	c 90	|     25748 |    7578   587609  2871941 |   796290    24607     30 | 75.245 % |
106.16/107.36	c 107	|     38723 |    7189   557866  2726623 |   875919    36787     35 | 76.155 % |
133.21/134.61	c 134	|     58185 |    6733   522739  2554221 |   963511    55118     37 | 77.663 % |
191.76/193.35	c 193	|     87377 |    6523   494877  2417405 |  1059862    83618     45 | 78.096 % |
289.38/291.14	c 291	|    131167 |    6308   475622  2323928 |  1165848   127057     46 | 78.815 % |
328.96/330.71	c 330	===============================================================================
328.96/330.71	c 330	restarts              : 17
328.96/330.71	c 330	conflicts             : 146551         (558 /sec)
328.96/330.71	c 330	decisions             : 205601         (0.88 % random) (783 /sec)
328.96/330.71	c 330	propagations          : 62035213       (236307 /sec)
328.96/330.71	c 330	conflict literals     : 6614269        (57.28 % deleted)
328.96/330.71	c 330	Memory used           : 66.39 MB
328.96/330.71	c 330	CPU time              : 262.519 s
328.96/330.71	c 330	
328.96/330.72	c 330	SATISFIABLE
328.96/330.74	c 330	DECODING HOME/temp.out WITH HOME/temp.map
328.96/330.74	c 330	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
329.01/330.82	c 330	Decoding HOME/temp.out
329.01/330.89	s SATISFIABLE
329.01/330.89	v 9 2 5 2 19 17 6 14 1 8 14 0 20 19 7 17 13 8 17 7 3 2 8 2 21 2 24 1 18 6 10 5 25 2 2 2 4 3 22 4 16 1 15 14 11 15 23 6 12 15 4 21 35 43 43 62 79 87 94 96 98 100 101 107 112 114 116 119 123 124 138 153 159 174 174 0
329.01/330.90	c 330	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
329.01/330.96	c 330	CPU 328.43 (0.03 0.01 328.4 0.73)
329.01/330.96	c 330	END Thu Jul  3 05:16:44 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-1051749-1215054673/watcher-1051749-1215054673 -o /tmp/evaluation-result-1051749-1215054673/solver-1051749-1215054673 -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-1051749-1215054673.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.98 2.02 2.00 4/81 3967
/proc/meminfo: memFree=1536384/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=18572 CPUtime=0
/proc/3967/stat : 3967 (runsolver) R 3965 3967 1291 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 689433747 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3967/statm: 4643 292 257 25 0 2626 0

[startup+0.089304 s]
/proc/loadavg: 1.98 2.02 2.00 4/81 3967
/proc/meminfo: memFree=1536384/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=0.03
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 689433747 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102308 s]
/proc/loadavg: 1.98 2.02 2.00 4/81 3967
/proc/meminfo: memFree=1536384/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=0.03
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 689433747 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302341 s]
/proc/loadavg: 1.98 2.02 2.00 4/81 3967
/proc/meminfo: memFree=1536384/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=0.03
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 689433747 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701407 s]
/proc/loadavg: 1.98 2.02 2.00 4/81 3967
/proc/meminfo: memFree=1536384/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=0.42
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 973 6562 0 1 3 0 36 3 16 0 1 0 689433747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3967/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50155 s]
/proc/loadavg: 1.98 2.02 2.00 4/92 3989
/proc/meminfo: memFree=1522664/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=0.42
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 973 6562 0 1 3 0 36 3 15 0 1 0 689433747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3967/statm: 3400 797 370 3 0 500 0
[pid=3980] ppid=3967 vsize=5356 CPUtime=0
/proc/3980/stat : 3980 (sh) S 3967 3967 1291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689433796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3980/statm: 1339 233 193 169 0 50 0
[pid=3981] ppid=3980 vsize=864160 CPUtime=0.99
/proc/3981/stat : 3981 (java) S 3980 3967 1291 0 -1 0 9438 0 1 0 94 5 0 0 18 0 9 0 689433796 884899840 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 216040 8614 2540 9 0 210615 0
[pid=3981/tid=3982] ppid=3980 vsize=864160 CPUtime=0.52
/proc/3981/task/3982/stat : 3982 (java) R 3980 3967 1291 0 -1 64 2743 0 1 0 51 1 0 0 22 0 9 0 689433797 884899840 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3983] ppid=3980 vsize=864160 CPUtime=0.37
/proc/3981/task/3983/stat : 3983 (java) R 3980 3967 1291 0 -1 64 5666 0 0 0 35 2 0 0 16 0 9 0 689433798 884899840 8614 996147200 134512640 134550740 4294955952 18446744073709551615 102109624 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3980 vsize=864160 CPUtime=0
/proc/3981/task/3984/stat : 3984 (java) S 3980 3967 1291 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689433799 884899840 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3980 vsize=864160 CPUtime=0
/proc/3981/task/3985/stat : 3985 (java) S 3980 3967 1291 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689433799 884899840 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3986] ppid=3980 vsize=864160 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 689433801 884899840 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3987] ppid=3980 vsize=864160 CPUtime=0.07
/proc/3981/task/3987/stat : 3987 (java) S 3980 3967 1291 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 689433801 884899840 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3988] ppid=3980 vsize=864160 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 689433801 884899840 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3989] ppid=3980 vsize=864160 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689433801 884899840 8614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883116

[startup+3.10282 s]
/proc/loadavg: 1.98 2.02 2.00 3/92 3989
/proc/meminfo: memFree=1489512/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=0.42
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 974 6562 0 1 3 0 36 3 16 0 1 0 689433747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3967/statm: 3400 797 370 3 0 500 0
[pid=3980] ppid=3967 vsize=5356 CPUtime=0
/proc/3980/stat : 3980 (sh) S 3967 3967 1291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689433796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3980/statm: 1339 233 193 169 0 50 0
[pid=3981] ppid=3980 vsize=864396 CPUtime=2.58
/proc/3981/stat : 3981 (java) S 3980 3967 1291 0 -1 0 19968 0 1 0 248 10 0 0 18 0 9 0 689433796 885141504 19068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 216099 19068 2540 9 0 210674 0
[pid=3981/tid=3982] ppid=3980 vsize=864396 CPUtime=1.06
/proc/3981/task/3982/stat : 3982 (java) R 3980 3967 1291 0 -1 64 3197 0 1 0 104 2 0 0 25 0 9 0 689433797 885141504 19068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3983] ppid=3980 vsize=864396 CPUtime=1.43
/proc/3981/task/3983/stat : 3983 (java) R 3980 3967 1291 0 -1 64 15741 0 0 0 136 7 0 0 17 0 9 0 689433798 885141504 19068 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3980 vsize=864396 CPUtime=0
/proc/3981/task/3984/stat : 3984 (java) S 3980 3967 1291 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689433799 885141504 19068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3980 vsize=864396 CPUtime=0
/proc/3981/task/3985/stat : 3985 (java) S 3980 3967 1291 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689433799 885141504 19068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3986] ppid=3980 vsize=864396 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 689433801 885141504 19068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3987] ppid=3980 vsize=864396 CPUtime=0.07
/proc/3981/task/3987/stat : 3987 (java) S 3980 3967 1291 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 689433801 885141504 19068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3988] ppid=3980 vsize=864396 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 689433801 885141504 19068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3989] ppid=3980 vsize=864396 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689433801 885141504 19068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883352

[startup+6.30134 s]
/proc/loadavg: 1.98 2.01 2.00 3/92 3989
/proc/meminfo: memFree=1454952/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=0.42
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 974 6562 0 1 3 0 36 3 15 0 1 0 689433747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3967/statm: 3400 797 370 3 0 500 0
[pid=3980] ppid=3967 vsize=5356 CPUtime=0
/proc/3980/stat : 3980 (sh) S 3967 3967 1291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689433796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3980/statm: 1339 233 193 169 0 50 0
[pid=3981] ppid=3980 vsize=864272 CPUtime=5.74
/proc/3981/stat : 3981 (java) S 3980 3967 1291 0 -1 0 21685 0 1 0 562 12 0 0 18 0 9 0 689433796 885014528 20705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 216068 20705 2564 9 0 210615 0
[pid=3981/tid=3982] ppid=3980 vsize=864272 CPUtime=3.91
/proc/3981/task/3982/stat : 3982 (java) R 3980 3967 1291 0 -1 64 3666 0 1 0 388 3 0 0 25 0 9 0 689433797 885014528 20705 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3983] ppid=3980 vsize=864272 CPUtime=1.7
/proc/3981/task/3983/stat : 3983 (java) S 3980 3967 1291 0 -1 64 16968 0 0 0 162 8 0 0 16 0 9 0 689433798 885014528 20705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3984/stat : 3984 (java) S 3980 3967 1291 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689433799 885014528 20705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3985/stat : 3985 (java) S 3980 3967 1291 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689433799 885014528 20705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3986] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 689433801 885014528 20705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3987] ppid=3980 vsize=864272 CPUtime=0.1
/proc/3981/task/3987/stat : 3987 (java) S 3980 3967 1291 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 689433801 885014528 20705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3988] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 689433801 885014528 20705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3989] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689433801 885014528 20705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883228

[startup+12.7024 s]
/proc/loadavg: 1.98 2.01 2.00 3/92 3989
/proc/meminfo: memFree=1441192/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=0.42
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 974 6562 0 1 3 0 36 3 15 0 1 0 689433747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3967/statm: 3400 797 370 3 0 500 0
[pid=3980] ppid=3967 vsize=5356 CPUtime=0
/proc/3980/stat : 3980 (sh) S 3967 3967 1291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689433796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3980/statm: 1339 233 193 169 0 50 0
[pid=3981] ppid=3980 vsize=864272 CPUtime=12.07
/proc/3981/stat : 3981 (java) S 3980 3967 1291 0 -1 0 22858 0 1 0 1192 15 0 0 18 0 9 0 689433796 885014528 21814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 216068 21814 2564 9 0 210615 0
[pid=3981/tid=3982] ppid=3980 vsize=864272 CPUtime=10.07
/proc/3981/task/3982/stat : 3982 (java) R 3980 3967 1291 0 -1 64 3730 0 1 0 1002 5 0 0 25 0 9 0 689433797 885014528 21814 996147200 134512640 134550740 4294955952 18446744073709551615 103214818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3983] ppid=3980 vsize=864272 CPUtime=1.87
/proc/3981/task/3983/stat : 3983 (java) S 3980 3967 1291 0 -1 64 18077 0 0 0 178 9 0 0 16 0 9 0 689433798 885014528 21814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3984/stat : 3984 (java) S 3980 3967 1291 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689433799 885014528 21814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3985/stat : 3985 (java) S 3980 3967 1291 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689433799 885014528 21814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3986] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3986/stat : 3986 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 689433801 885014528 21814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3987] ppid=3980 vsize=864272 CPUtime=0.11
/proc/3981/task/3987/stat : 3987 (java) S 3980 3967 1291 0 -1 64 358 0 0 0 11 0 0 0 17 0 9 0 689433801 885014528 21814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3988] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 689433801 885014528 21814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3989] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689433801 885014528 21814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883228

[startup+25.5026 s]
/proc/loadavg: 1.99 2.01 2.00 3/92 3989
/proc/meminfo: memFree=1410856/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=0.42
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 974 6562 0 1 3 0 36 3 15 0 1 0 689433747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3967/statm: 3400 797 370 3 0 500 0
[pid=3980] ppid=3967 vsize=5356 CPUtime=0
/proc/3980/stat : 3980 (sh) S 3967 3967 1291 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689433796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3980/statm: 1339 233 193 169 0 50 0
[pid=3981] ppid=3980 vsize=864272 CPUtime=24.74
/proc/3981/stat : 3981 (java) S 3980 3967 1291 0 -1 0 25774 0 1 0 2452 22 0 0 18 0 9 0 689433796 885014528 24584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3981/statm: 216068 24584 2564 9 0 210615 0
[pid=3981/tid=3982] ppid=3980 vsize=864272 CPUtime=22.3
/proc/3981/task/3982/stat : 3982 (java) R 3980 3967 1291 0 -1 64 3877 0 1 0 2221 9 0 0 25 0 9 0 689433797 885014528 24584 996147200 134512640 134550740 4294955952 18446744073709551615 102492645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3983] ppid=3980 vsize=864272 CPUtime=2.3
/proc/3981/task/3983/stat : 3983 (java) S 3980 3967 1291 0 -1 64 20842 0 0 0 218 12 0 0 16 0 9 0 689433798 885014528 24584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3984] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3984/stat : 3984 (java) S 3980 3967 1291 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689433799 885014528 24584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3985] ppid=3980 vsize=864272 CPUtime=0
/proc/3981/task/3985/stat : 3985 (java) S 3980 3967 1291 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689433799 885014528 24584 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

/proc/3981/task/3986/stat : 3986 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 689433801 885125120 29761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3987] ppid=3980 vsize=864380 CPUtime=0.11
/proc/3981/task/3987/stat : 3987 (java) S 3980 3967 1291 0 -1 64 362 0 0 0 11 0 0 0 17 0 9 0 689433801 885125120 29761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3988] ppid=3980 vsize=864380 CPUtime=0
/proc/3981/task/3988/stat : 3988 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 689433801 885125120 29761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3981/tid=3989] ppid=3980 vsize=864380 CPUtime=0
/proc/3981/task/3989/stat : 3989 (java) S 3980 3967 1291 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689433801 885125120 29761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 883336

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 3991
/proc/meminfo: memFree=1359400/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=66.29
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 1031 48492 0 2 3 1 6574 51 16 0 1 0 689433747 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3967/statm: 3400 798 370 3 0 500 0
[pid=3990] ppid=3967 vsize=5356 CPUtime=0
/proc/3990/stat : 3990 (sh) S 3967 3967 1291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689440451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3990/statm: 1339 232 193 169 0 50 0
[pid=3991] ppid=3990 vsize=46792 CPUtime=34.92
/proc/3991/stat : 3991 (minisat) R 3990 3967 1291 0 -1 4194304 11268 0 0 0 3484 8 0 0 25 0 1 0 689440451 47915008 11254 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3991/statm: 11698 11254 75 150 0 11545 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 65748

[startup+162.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 3992
/proc/meminfo: memFree=870312/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=66.29
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 1031 48492 0 2 3 1 6574 51 16 0 1 0 689433747 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3967/statm: 3400 798 370 3 0 500 0
[pid=3990] ppid=3967 vsize=5356 CPUtime=0
/proc/3990/stat : 3990 (sh) S 3967 3967 1291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689440451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3990/statm: 1339 232 193 169 0 50 0
[pid=3991] ppid=3990 vsize=51840 CPUtime=94.5
/proc/3991/stat : 3991 (minisat) R 3990 3967 1291 0 -1 4194304 12500 0 0 0 9439 11 0 0 25 0 1 0 689440451 53084160 12486 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3991/statm: 12960 12486 75 150 0 12807 0
Current children cumulated CPU time (s) 160.79
Current children cumulated vsize (KiB) 70796

[startup+222.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 3992
/proc/meminfo: memFree=862888/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=66.29
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 1031 48492 0 2 3 1 6574 51 16 0 1 0 689433747 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3967/statm: 3400 798 370 3 0 500 0
[pid=3990] ppid=3967 vsize=5356 CPUtime=0
/proc/3990/stat : 3990 (sh) S 3967 3967 1291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689440451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3990/statm: 1339 232 193 169 0 50 0
[pid=3991] ppid=3990 vsize=58400 CPUtime=154.45
/proc/3991/stat : 3991 (minisat) R 3990 3967 1291 0 -1 4194304 14121 0 0 0 15431 14 0 0 25 0 1 0 689440451 59801600 14107 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3991/statm: 14600 14107 75 150 0 14447 0
Current children cumulated CPU time (s) 220.74
Current children cumulated vsize (KiB) 77356

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3992
/proc/meminfo: memFree=853800/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=66.29
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 1031 48492 0 2 3 1 6574 51 16 0 1 0 689433747 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3967/statm: 3400 798 370 3 0 500 0
[pid=3990] ppid=3967 vsize=5356 CPUtime=0
/proc/3990/stat : 3990 (sh) S 3967 3967 1291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689440451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3990/statm: 1339 232 193 169 0 50 0
[pid=3991] ppid=3990 vsize=64176 CPUtime=214.32
/proc/3991/stat : 3991 (minisat) R 3990 3967 1291 0 -1 4194304 15603 0 0 0 21416 16 0 0 25 0 1 0 689440451 65716224 15589 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3991/statm: 16044 15589 75 150 0 15891 0
Current children cumulated CPU time (s) 280.61
Current children cumulated vsize (KiB) 83132

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

[startup+307.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3992
/proc/meminfo: memFree=855080/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=66.29
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 1031 48492 0 2 3 1 6574 51 16 0 1 0 689433747 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3967/statm: 3400 798 370 3 0 500 0
[pid=3990] ppid=3967 vsize=5356 CPUtime=0
/proc/3990/stat : 3990 (sh) S 3967 3967 1291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689440451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3990/statm: 1339 232 193 169 0 50 0
[pid=3991] ppid=3990 vsize=65700 CPUtime=239.09
/proc/3991/stat : 3991 (minisat) R 3990 3967 1291 0 -1 4194304 15978 0 0 0 23892 17 0 0 25 0 1 0 689440451 67276800 15964 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3991/statm: 16425 15964 75 150 0 16272 0
Current children cumulated CPU time (s) 305.38
Current children cumulated vsize (KiB) 84656

[startup+319.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3992
/proc/meminfo: memFree=854056/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=66.29
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 1031 48492 0 2 3 1 6574 51 16 0 1 0 689433747 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3967/statm: 3400 798 370 3 0 500 0
[pid=3990] ppid=3967 vsize=5356 CPUtime=0
/proc/3990/stat : 3990 (sh) S 3967 3967 1291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689440451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3990/statm: 1339 232 193 169 0 50 0
[pid=3991] ppid=3990 vsize=66792 CPUtime=251.88
/proc/3991/stat : 3991 (minisat) R 3990 3967 1291 0 -1 4194304 16255 0 0 0 25171 17 0 0 25 0 1 0 689440451 68395008 16241 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3991/statm: 16698 16241 75 150 0 16545 0
Current children cumulated CPU time (s) 318.17
Current children cumulated vsize (KiB) 85748

[startup+326.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3992
/proc/meminfo: memFree=853416/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=66.29
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 1031 48492 0 2 3 1 6574 51 16 0 1 0 689433747 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3967/statm: 3400 798 370 3 0 500 0
[pid=3990] ppid=3967 vsize=5356 CPUtime=0
/proc/3990/stat : 3990 (sh) S 3967 3967 1291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689440451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3990/statm: 1339 232 193 169 0 50 0
[pid=3991] ppid=3990 vsize=67588 CPUtime=258.27
/proc/3991/stat : 3991 (minisat) R 3990 3967 1291 0 -1 4194304 16389 0 0 0 25810 17 0 0 25 0 1 0 689440451 69210112 16375 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/3991/statm: 16897 16375 75 150 0 16744 0
Current children cumulated CPU time (s) 324.56
Current children cumulated vsize (KiB) 86544

[startup+329.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3992
/proc/meminfo: memFree=853224/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=66.29
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 1031 48492 0 2 3 1 6574 51 16 0 1 0 689433747 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3967/statm: 3400 798 370 3 0 500 0
[pid=3990] ppid=3967 vsize=5356 CPUtime=0
/proc/3990/stat : 3990 (sh) S 3967 3967 1291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689440451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3990/statm: 1339 232 193 169 0 50 0
[pid=3991] ppid=3990 vsize=67852 CPUtime=261.47
/proc/3991/stat : 3991 (minisat) R 3990 3967 1291 0 -1 4194304 16448 0 0 0 26130 17 0 0 25 0 1 0 689440451 69480448 16434 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3991/statm: 16963 16434 75 150 0 16810 0
Current children cumulated CPU time (s) 327.76
Current children cumulated vsize (KiB) 86808

[startup+330.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3992
/proc/meminfo: memFree=853160/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=66.29
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 1031 48492 0 2 3 1 6574 51 16 0 1 0 689433747 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3967/statm: 3400 798 370 3 0 500 0
[pid=3990] ppid=3967 vsize=5356 CPUtime=0
/proc/3990/stat : 3990 (sh) S 3967 3967 1291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689440451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3990/statm: 1339 232 193 169 0 50 0
[pid=3991] ppid=3990 vsize=67852 CPUtime=262.27
/proc/3991/stat : 3991 (minisat) R 3990 3967 1291 0 -1 4194304 16462 0 0 0 26210 17 0 0 25 0 1 0 689440451 69480448 16448 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3991/statm: 16963 16448 75 150 0 16810 0
Current children cumulated CPU time (s) 328.56
Current children cumulated vsize (KiB) 86808

[startup+330.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3992
/proc/meminfo: memFree=853160/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=66.29
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 1031 48492 0 2 3 1 6574 51 16 0 1 0 689433747 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3967/statm: 3400 798 370 3 0 500 0
[pid=3990] ppid=3967 vsize=5356 CPUtime=0
/proc/3990/stat : 3990 (sh) S 3967 3967 1291 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689440451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3990/statm: 1339 232 193 169 0 50 0
[pid=3991] ppid=3990 vsize=67984 CPUtime=262.67
/proc/3991/stat : 3991 (minisat) R 3990 3967 1291 0 -1 4194304 16473 0 0 0 26250 17 0 0 25 0 1 0 689440451 69615616 16459 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/3991/statm: 16996 16459 75 150 0 16843 0
Current children cumulated CPU time (s) 328.96
Current children cumulated vsize (KiB) 86940

[startup+330.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3992
/proc/meminfo: memFree=853160/2055920 swapFree=4156320/4192956
[pid=3967] ppid=3965 vsize=13600 CPUtime=329.01
/proc/3967/stat : 3967 (sugar) S 3965 3967 1291 0 -1 4194304 1090 65268 0 2 3 1 32827 70 15 0 1 0 689433747 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3967/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 329.01
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 330.969
CPU time (s): 329.202
CPU user time (s): 328.445
CPU system time (s): 0.756884
CPU usage (%): 99.4662
Max. virtual memory (cumulated for all children) (KiB): 903824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 328.445
system time used= 0.756884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70132
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= 8207
involuntary context switches= 13256

runsolver used 0.39094 second user time and 1.14783 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-03 05:11:13
IDJOB=1051749
IDBENCH=55500
IDSOLVER=346
FILE ID=node58/1051749-1215054673
PBS_JOBID= 7875059
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-561_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-1051749-1215054673/watcher-1051749-1215054673 -o /tmp/evaluation-result-1051749-1215054673/solver-1051749-1215054673 -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-1051749-1215054673.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 42884b409c3603fb2d153815b8fc2d3d
RANDOM SEED=376637993

node58.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.261
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.261
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:       1536800 kB
Buffers:         43824 kB
Cached:         279480 kB
SwapCached:      30976 kB
Active:         318100 kB
Inactive:       143780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536800 kB
SwapTotal:     4192956 kB
SwapFree:      4156320 kB
Dirty:           77536 kB
Writeback:           0 kB
Mapped:         151984 kB
Slab:            42380 kB
Committed_AS:  1727220 kB
PageTables:       2028 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= 66312 MiB
End job on node58 at 2008-07-03 05:16:44