Trace number 1099922

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 703.209 706.34

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-70_ext.xml
MD5SUM39316bd498ec51541a0d150cf5dd2aeb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.74043
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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 21:23:54 2008
0.00/0.04	c 0	PID 22632
0.00/0.04	c 0	HOST node80.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1099922-1215285834.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1099922-1215285834.xml' 'HOME/temp.csp'
0.02/0.46	c 0	1 domains, 40 variables, 0 predicates, 135 relations, 135 constraints
0.02/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.51	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.02/0.59	c 1	Parsing HOME/temp.csp
1.01/1.11	c 1	parsed 311 expressions
1.01/1.11	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.11	c 1	Converting to clausal form CSP
1.01/1.13	c 1	converted 32 (10%) expressions
1.01/1.14	c 1	converted 63 (20%) expressions
1.01/1.15	c 1	converted 94 (30%) expressions
1.01/1.15	c 1	converted 125 (40%) expressions
1.01/1.15	c 1	converted 156 (50%) expressions
1.01/1.19	c 1	converted 187 (60%) expressions
1.11/1.22	c 1	converted 218 (70%) expressions
1.22/1.32	c 1	converted 249 (80%) expressions
1.22/1.35	c 1	converted 280 (90%) expressions
1.22/1.39	c 1	converted 311 (100%) expressions
1.22/1.40	c 1	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.22/1.40	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.40	c 1	Propagation in CSP
1.22/1.40	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.40	c 1	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.22/1.40	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.40	c 1	Simplifing CSP by introducing new Boolean variables
1.32/1.40	c 1	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.32/1.40	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.46	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.47	c 1	4 (10%) CSP integer variables are encoded (152 clauses, 1526 bytes)
1.32/1.47	c 1	8 (20%) CSP integer variables are encoded (304 clauses, 3198 bytes)
1.32/1.47	c 1	12 (30%) CSP integer variables are encoded (456 clauses, 4870 bytes)
1.32/1.48	c 1	16 (40%) CSP integer variables are encoded (608 clauses, 6542 bytes)
1.32/1.48	c 1	20 (50%) CSP integer variables are encoded (760 clauses, 8214 bytes)
1.32/1.48	c 1	24 (60%) CSP integer variables are encoded (912 clauses, 9886 bytes)
1.32/1.48	c 1	28 (70%) CSP integer variables are encoded (1064 clauses, 11739 bytes)
1.32/1.48	c 1	32 (80%) CSP integer variables are encoded (1216 clauses, 13715 bytes)
1.32/1.48	c 1	36 (90%) CSP integer variables are encoded (1368 clauses, 15691 bytes)
1.32/1.48	c 1	40 (100%) CSP integer variables are encoded (1520 clauses, 17667 bytes)
1.42/1.54	c 1	14 (10%) CSP clauses are encoded (6492 clauses, 104709 bytes)
1.42/1.58	c 2	27 (20%) CSP clauses are encoded (11106 clauses, 193588 bytes)
1.52/1.61	c 2	41 (30%) CSP clauses are encoded (16078 clauses, 291047 bytes)
1.52/1.64	c 2	54 (40%) CSP clauses are encoded (20694 clauses, 384724 bytes)
1.52/1.67	c 2	68 (50%) CSP clauses are encoded (25649 clauses, 485525 bytes)
1.52/1.70	c 2	81 (60%) CSP clauses are encoded (30220 clauses, 575015 bytes)
1.61/1.73	c 2	95 (70%) CSP clauses are encoded (35178 clauses, 676117 bytes)
1.61/1.76	c 2	108 (80%) CSP clauses are encoded (39769 clauses, 769692 bytes)
1.61/1.78	c 2	122 (90%) CSP clauses are encoded (44763 clauses, 877041 bytes)
1.72/1.81	c 2	135 (100%) CSP clauses are encoded (49401 clauses, 983419 bytes)
1.72/1.81	c 2	135 CSP clauses encoded
1.72/1.81	c 2	Writing map file : HOME/temp.map
1.72/1.81	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.81	c 2	SAT : 1560 SAT variables, 49401 SAT clauses, 983419 bytes
1.72/1.82	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.86	c 2	SOLVING HOME/temp.cnf
1.72/1.86	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.72/1.87	c 2	This is MiniSat 2.0 beta
1.72/1.87	c 2	WARNING: for repeatability, setting FPU to use double precision
1.72/1.87	c 2	============================[ Problem Statistics ]=============================
1.72/1.87	c 2	|                                                                             |
1.72/1.87	c 2	|  Number of variables:  1560                                                 |
1.72/1.87	c 2	|  Number of clauses:    49401                                                |
1.72/1.89	c 2	|  Parsing time:         0.02         s                                       |
1.72/1.90	c 2	============================[ Search Statistics ]==============================
1.72/1.90	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.72/1.90	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.72/1.90	c 2	===============================================================================
1.72/1.90	c 2	|         0 |    1560    49401   185172 |    16467        0    nan |  0.000 % |
1.74/1.92	c 2	|       101 |    1560    49401   185172 |    18113      101     14 |  0.000 % |
1.74/1.95	c 2	|       251 |    1560    49401   185172 |    19925      251     12 |  0.003 % |
1.74/1.99	c 2	|       478 |    1560    49401   185172 |    21917      478     12 |  0.002 % |
1.74/2.04	c 2	|       816 |    1560    49401   185172 |    24109      816     12 |  0.002 % |
1.96/2.14	c 2	|      1323 |    1560    49401   185172 |    26520     1323     13 |  0.002 % |
2.06/2.28	c 2	|      2082 |    1560    49401   185172 |    29172     2082     13 |  0.002 % |
2.26/2.49	c 2	|      3221 |    1560    49401   185172 |    32089     3221     12 |  0.003 % |
2.65/2.83	c 3	|      4929 |    1560    49401   185172 |    35298     4929     12 |  0.003 % |
3.16/3.36	c 3	|      7492 |    1560    49401   185172 |    38828     7492     12 |  0.003 % |
4.04/4.23	c 4	|     11336 |    1560    49401   185172 |    42711    11336     13 |  0.003 % |
5.54/5.77	c 6	|     17102 |    1559    49335   184983 |    46982     5989     11 |  0.064 % |
7.84/8.00	c 8	|     25751 |    1559    49335   184983 |    51680    14638     14 |  0.067 % |
12.12/12.37	c 12	|     38725 |    1559    49335   184983 |    56848    27612     16 |  0.067 % |
21.48/21.74	c 22	|     58187 |    1559    49335   184983 |    62533    47074     16 |  0.068 % |
35.41/35.75	c 36	|     87379 |    1559    49335   184983 |    68786    27393     17 |  0.064 % |
60.71/61.12	c 61	|    131169 |    1559    49335   184983 |    75665    19385     16 |  0.066 % |
92.67/93.21	c 93	|    196855 |    1559    49335   184983 |    83231    26153     17 |  0.065 % |
143.26/144.01	c 144	|    295381 |    1559    49335   184983 |    91555    57308     17 |  0.066 % |
224.71/225.85	c 226	|    443172 |    1549    48379   181385 |   100710    63781     16 |  0.705 % |
361.92/363.61	c 364	|    664859 |    1545    48036   180237 |   110781    84166     20 |  0.962 % |
579.71/582.38	c 582	|    997384 |    1532    46871   175878 |   121859    85582     18 |  1.795 % |
702.99/706.17	c 706	===============================================================================
702.99/706.17	c 706	restarts              : 22
702.99/706.17	c 706	conflicts             : 1171972        (1671 /sec)
702.99/706.17	c 706	decisions             : 1555233        (1.51 % random) (2218 /sec)
702.99/706.17	c 706	propagations          : 194853353      (277868 /sec)
702.99/706.17	c 706	conflict literals     : 21241105       (40.00 % deleted)
702.99/706.17	c 706	Memory used           : 20.55 MB
702.99/706.17	c 706	CPU time              : 701.245 s
702.99/706.17	c 706	
702.99/706.17	c 706	SATISFIABLE
702.99/706.17	c 706	DECODING HOME/temp.out WITH HOME/temp.map
702.99/706.17	c 706	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
703.07/706.26	c 706	Decoding HOME/temp.out
703.07/706.29	s SATISFIABLE
703.07/706.29	v 9 36 18 38 9 36 11 18 23 2 8 23 4 16 4 16 3 30 17 1 20 36 17 9 2 16 8 29 2 26 15 20 20 10 36 39 27 21 7 36
703.07/706.29	c 706	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
703.07/706.34	c 706	CPU 702.98 (0.03 0.01 702.95 0.19)
703.07/706.34	c 706	END Sat Jul  5 21:35:40 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-1099922-1215285834/watcher-1099922-1215285834 -o /tmp/evaluation-result-1099922-1215285834/solver-1099922-1215285834 -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-1099922-1215285834.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: 2.24 2.07 2.02 4/73 22632
/proc/meminfo: memFree=1702032/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=12268 CPUtime=0
/proc/22632/stat : 22632 (sugar) R 22630 22632 17578 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 693708831 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226695887138 0 0 4224 0 0 0 0 17 0 0 0
/proc/22632/statm: 3067 319 242 3 0 167 0

[startup+0.054399 s]
/proc/loadavg: 2.24 2.07 2.02 4/73 22632
/proc/meminfo: memFree=1702032/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=0.02
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 693708831 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.102408 s]
/proc/loadavg: 2.24 2.07 2.02 4/73 22632
/proc/meminfo: memFree=1702032/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=0.02
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 693708831 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301428 s]
/proc/loadavg: 2.24 2.07 2.02 4/73 22632
/proc/meminfo: memFree=1702032/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=0.02
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 693708831 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701479 s]
/proc/loadavg: 2.24 2.07 2.02 4/73 22632
/proc/meminfo: memFree=1702032/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=0.44
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 973 4690 0 1 2 1 38 3 15 0 1 0 693708831 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50258 s]
/proc/loadavg: 2.24 2.07 2.02 3/84 22654
/proc/meminfo: memFree=1686712/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=0.45
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 974 4690 0 1 3 1 38 3 15 0 1 0 693708831 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 797 370 3 0 500 0
[pid=22645] ppid=22632 vsize=5356 CPUtime=0
/proc/22645/stat : 22645 (sh) S 22632 22632 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 693708882 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22645/statm: 1339 233 193 169 0 50 0
[pid=22646] ppid=22645 vsize=864420 CPUtime=0.97
/proc/22646/stat : 22646 (java) S 22645 22632 17578 0 -1 0 8878 0 1 0 94 3 0 0 20 0 9 0 693708882 885166080 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22646/statm: 216105 8132 2564 9 0 210652 0
[pid=22646/tid=22647] ppid=22645 vsize=864420 CPUtime=0.51
/proc/22646/task/22647/stat : 22647 (java) R 22645 22632 17578 0 -1 64 2792 0 1 0 50 1 0 0 25 0 9 0 693708883 885166080 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22646/tid=22648] ppid=22645 vsize=864420 CPUtime=0.36
/proc/22646/task/22648/stat : 22648 (java) S 22645 22632 17578 0 -1 64 5047 0 0 0 35 1 0 0 17 0 9 0 693708885 885166080 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22646/tid=22649] ppid=22645 vsize=864420 CPUtime=0
/proc/22646/task/22649/stat : 22649 (java) S 22645 22632 17578 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 693708885 885166080 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22646/tid=22650] ppid=22645 vsize=864420 CPUtime=0
/proc/22646/task/22650/stat : 22650 (java) S 22645 22632 17578 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 693708885 885166080 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22646/tid=22651] ppid=22645 vsize=864420 CPUtime=0
/proc/22646/task/22651/stat : 22651 (java) S 22645 22632 17578 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 693708887 885166080 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22646/tid=22652] ppid=22645 vsize=864420 CPUtime=0.07
/proc/22646/task/22652/stat : 22652 (java) R 22645 22632 17578 0 -1 64 343 0 0 0 7 0 0 0 16 0 9 0 693708887 885166080 8132 996147200 134512640 134550740 4294955952 18446744073709551615 101750897 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22646/tid=22653] ppid=22645 vsize=864420 CPUtime=0
/proc/22646/task/22653/stat : 22653 (java) S 22645 22632 17578 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 693708887 885166080 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22646/tid=22654] ppid=22645 vsize=864420 CPUtime=0
/proc/22646/task/22654/stat : 22654 (java) S 22645 22632 17578 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 693708887 885166080 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883376

[startup+3.10178 s]
/proc/loadavg: 2.30 2.09 2.03 3/76 22656
/proc/meminfo: memFree=1694584/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 15 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=4944 CPUtime=1.21
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 1114 0 0 0 121 0 0 0 25 0 1 0 693709018 5062656 1100 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 1236 1100 75 150 0 1083 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 23900

[startup+6.30118 s]
/proc/loadavg: 2.30 2.09 2.03 3/76 22656
/proc/meminfo: memFree=1693312/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=5736 CPUtime=4.39
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 1339 0 0 0 439 0 0 0 25 0 1 0 693709018 5873664 1325 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 1434 1325 75 150 0 1281 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24692

[startup+12.702 s]
/proc/loadavg: 2.25 2.08 2.03 3/76 22656
/proc/meminfo: memFree=1691912/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=7292 CPUtime=10.77
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 1691 0 0 0 1076 1 0 0 25 0 1 0 693709018 7467008 1677 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 1823 1677 75 150 0 1670 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 26248

[startup+25.5026 s]
/proc/loadavg: 2.21 2.08 2.02 3/76 22656
/proc/meminfo: memFree=1689416/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=9752 CPUtime=23.52
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 2321 0 0 0 2350 2 0 0 25 0 1 0 693709018 9986048 2307 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 2438 2307 75 150 0 2285 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 28708

[startup+51.1017 s]
/proc/loadavg: 2.14 2.07 2.02 3/76 22656
/proc/meminfo: memFree=1688456/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=10928 CPUtime=49.01
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 2583 0 0 0 4899 2 0 0 25 0 1 0 693709018 11190272 2569 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 2732 2569 75 150 0 2579 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 29884

[startup+102.306 s]
/proc/loadavg: 2.05 2.06 2.02 3/76 22656
/proc/meminfo: memFree=1686024/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=12916 CPUtime=100
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 3102 0 0 0 9997 3 0 0 25 0 1 0 693709018 13225984 3088 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 3229 3088 75 150 0 3076 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 31872

[startup+162.302 s]
/proc/loadavg: 2.02 2.05 2.01 3/76 22656
/proc/meminfo: memFree=1684808/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=14244 CPUtime=159.74
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 3429 0 0 0 15970 4 0 0 25 0 1 0 693709018 14585856 3415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 3561 3415 75 150 0 3408 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 33200

[startup+222.303 s]
/proc/loadavg: 2.00 2.03 2.01 3/76 22656
/proc/meminfo: memFree=1683912/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=16348 CPUtime=279.23
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 3929 0 0 0 27918 5 0 0 25 0 1 0 693709018 16740352 3915 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 4087 3915 75 150 0 3934 0
Current children cumulated CPU time (s) 280.97
Current children cumulated vsize (KiB) 35304

[startup+342.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 22656
/proc/meminfo: memFree=1681864/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=17308 CPUtime=338.98
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 4164 0 0 0 33893 5 0 0 25 0 1 0 693709018 17723392 4150 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 4327 4150 75 150 0 4174 0
Current children cumulated CPU time (s) 340.72
Current children cumulated vsize (KiB) 36264

[startup+402.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 22656
/proc/meminfo: memFree=1680072/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=19040 CPUtime=398.73
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 4600 0 0 0 39867 6 0 0 25 0 1 0 693709018 19496960 4586 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 4760 4586 75 150 0 4607 0
Current children cumulated CPU time (s) 400.47
Current children cumulated vsize (KiB) 37996

[startup+462.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 22656
/proc/meminfo: memFree=1679880/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=19172 CPUtime=458.47
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 4630 0 0 0 45841 6 0 0 25 0 1 0 693709018 19632128 4616 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 4793 4616 75 150 0 4640 0
Current children cumulated CPU time (s) 460.21
Current children cumulated vsize (KiB) 38128

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22656
/proc/meminfo: memFree=1679560/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=19440 CPUtime=518.22
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 4698 0 0 0 51816 6 0 0 25 0 1 0 693709018 19906560 4684 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 4860 4684 75 150 0 4707 0
Current children cumulated CPU time (s) 519.96
Current children cumulated vsize (KiB) 38396

[startup+582.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22656
/proc/meminfo: memFree=1679304/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=19708 CPUtime=577.97
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 4777 0 0 0 57791 6 0 0 25 0 1 0 693709018 20180992 4763 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 4927 4763 75 150 0 4774 0
Current children cumulated CPU time (s) 579.71
Current children cumulated vsize (KiB) 38664

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22656
/proc/meminfo: memFree=1678088/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=20908 CPUtime=637.72
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 5062 0 0 0 63765 7 0 0 25 0 1 0 693709018 21409792 5048 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 5227 5048 75 150 0 5074 0
Current children cumulated CPU time (s) 639.46
Current children cumulated vsize (KiB) 39864

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22656
/proc/meminfo: memFree=1677640/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=21044 CPUtime=697.46
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 5108 0 0 0 69739 7 0 0 25 0 1 0 693709018 21549056 5094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 5261 5094 75 150 0 5108 0
Current children cumulated CPU time (s) 699.2
Current children cumulated vsize (KiB) 40000

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

[startup+703.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22656
/proc/meminfo: memFree=1677640/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=21044 CPUtime=699.05
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 5108 0 0 0 69898 7 0 0 25 0 1 0 693709018 21549056 5094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 5261 5094 75 150 0 5108 0
Current children cumulated CPU time (s) 700.79
Current children cumulated vsize (KiB) 40000

[startup+705.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22656
/proc/meminfo: memFree=1677640/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=21044 CPUtime=700.65
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 5108 0 0 0 70058 7 0 0 25 0 1 0 693709018 21549056 5094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 5261 5094 75 150 0 5108 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 40000

[startup+705.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22656
/proc/meminfo: memFree=1677640/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=1.74
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1031 13924 0 2 3 1 161 9 16 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
[pid=22655] ppid=22632 vsize=5356 CPUtime=0
/proc/22655/stat : 22655 (sh) S 22632 22632 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 693709018 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22655/statm: 1339 232 193 169 0 50 0
[pid=22656] ppid=22655 vsize=21044 CPUtime=701.04
/proc/22656/stat : 22656 (minisat) R 22655 22632 17578 0 -1 4194304 5108 0 0 0 70097 7 0 0 25 0 1 0 693709018 21549056 5094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22656/statm: 5261 5094 75 150 0 5108 0
Current children cumulated CPU time (s) 702.78
Current children cumulated vsize (KiB) 40000

[startup+706.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22656
/proc/meminfo: memFree=1677640/2055920 swapFree=4147480/4192956
[pid=22632] ppid=22630 vsize=13600 CPUtime=703.07
/proc/22632/stat : 22632 (sugar) S 22630 22632 17578 0 -1 4194304 1090 19327 0 2 3 1 70286 17 15 0 1 0 693708831 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22632/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 703.07
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 706.34
CPU time (s): 703.209
CPU user time (s): 702.994
CPU system time (s): 0.214967
CPU usage (%): 99.5567
Max. virtual memory (cumulated for all children) (KiB): 883376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 702.994
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24164
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= 2025
involuntary context switches= 10771

runsolver used 0.674897 second user time and 1.9717 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-05 21:23:54
IDJOB=1099922
IDBENCH=59793
IDSOLVER=346
FILE ID=node80/1099922-1215285834
PBS_JOBID= 7882193
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-70_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-1099922-1215285834/watcher-1099922-1215285834 -o /tmp/evaluation-result-1099922-1215285834/solver-1099922-1215285834 -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-1099922-1215285834.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 39316bd498ec51541a0d150cf5dd2aeb
RANDOM SEED=475665152

node80.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1702512 kB
Buffers:         48148 kB
Cached:         194820 kB
SwapCached:      39708 kB
Active:         220516 kB
Inactive:        84436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702512 kB
SwapTotal:     4192956 kB
SwapFree:      4147480 kB
Dirty:            1920 kB
Writeback:           0 kB
Mapped:          69404 kB
Slab:            33812 kB
Committed_AS:  1243424 kB
PageTables:       1832 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= 66556 MiB
End job on node80 at 2008-07-05 21:35:40