Trace number 1100428

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+minisatUNSAT 446.259 450.639

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-63_ext.xml
MD5SUM0e566d9c333cc3028bf54580af84403c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.39233
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 21:44:18 2008
0.00/0.05	c 0	PID 29878
0.03/0.05	c 0	HOST node67.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1100428-1215287058.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1100428-1215287058.xml' 'HOME/temp.csp'
1.15/1.21	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.15/1.25	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.25	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.19/1.33	c 2	Parsing HOME/temp.csp
2.90/3.05	c 3	parsed 209 expressions
2.90/3.06	c 3	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.06	c 3	Converting to clausal form CSP
2.90/3.08	c 3	converted 21 (10%) expressions
2.90/3.08	c 3	converted 42 (20%) expressions
3.01/3.11	c 3	converted 63 (30%) expressions
3.01/3.13	c 3	converted 84 (40%) expressions
3.01/3.14	c 3	converted 105 (50%) expressions
3.01/3.18	c 3	converted 126 (60%) expressions
3.40/3.60	c 4	converted 147 (70%) expressions
3.60/3.75	c 4	converted 168 (80%) expressions
3.80/3.94	c 4	converted 189 (90%) expressions
3.90/4.09	c 4	converted 209 (100%) expressions
3.90/4.09	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.90/4.09	c 4	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.90/4.09	c 4	Propagation in CSP
3.90/4.09	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.90/4.09	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.90/4.09	c 4	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.90/4.09	c 4	Simplifing CSP by introducing new Boolean variables
3.90/4.09	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.90/4.09	c 4	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.09/4.27	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.09/4.29	c 5	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
4.09/4.29	c 5	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
4.09/4.30	c 5	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
4.18/4.30	c 5	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
4.18/4.30	c 5	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
4.18/4.31	c 5	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
4.18/4.31	c 5	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
4.18/4.31	c 5	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
4.18/4.31	c 5	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
4.18/4.31	c 5	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.49/4.64	c 5	9 (10%) CSP clauses are encoded (34326 clauses, 661551 bytes)
4.68/4.89	c 5	17 (20%) CSP clauses are encoded (58640 clauses, 1181386 bytes)
4.98/5.17	c 5	26 (30%) CSP clauses are encoded (86078 clauses, 1818911 bytes)
5.28/5.43	c 6	34 (40%) CSP clauses are encoded (110256 clauses, 2383792 bytes)
5.48/5.69	c 6	42 (50%) CSP clauses are encoded (134548 clauses, 2951292 bytes)
5.78/5.97	c 6	51 (60%) CSP clauses are encoded (161777 clauses, 3587556 bytes)
6.08/6.23	c 6	59 (70%) CSP clauses are encoded (185781 clauses, 4148254 bytes)
6.37/6.52	c 7	68 (80%) CSP clauses are encoded (212968 clauses, 4783555 bytes)
6.56/6.77	c 7	76 (90%) CSP clauses are encoded (237245 clauses, 5350627 bytes)
6.87/7.01	c 7	84 (100%) CSP clauses are encoded (261304 clauses, 5912572 bytes)
6.87/7.01	c 7	84 CSP clauses encoded
6.87/7.01	c 7	Writing map file : HOME/temp.map
6.87/7.02	c 7	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.87/7.02	c 7	SAT : 7160 SAT variables, 261304 SAT clauses, 5912572 bytes
6.87/7.02	c 7	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.87/7.05	c 7	SOLVING HOME/temp.cnf
6.87/7.05	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.87/7.05	c 7	This is MiniSat 2.0 beta
6.87/7.05	c 7	WARNING: for repeatability, setting FPU to use double precision
6.87/7.05	c 7	============================[ Problem Statistics ]=============================
6.87/7.05	c 7	|                                                                             |
6.87/7.05	c 7	|  Number of variables:  7160                                                 |
6.87/7.05	c 7	|  Number of clauses:    261304                                               |
6.91/7.21	c 7	|  Parsing time:         0.13         s                                       |
6.91/7.22	c 7	============================[ Search Statistics ]==============================
6.91/7.22	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.91/7.22	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.91/7.22	c 7	===============================================================================
6.91/7.22	c 7	|         0 |    7160   261304  1001566 |    87101        0    nan |  0.000 % |
6.91/7.34	c 8	|       100 |    7160   261304  1001566 |    95811      100     27 |  0.000 % |
6.91/7.48	c 8	|       251 |    7160   261304  1001566 |   105392      251     18 |  0.001 % |
7.44/7.66	c 8	|       477 |    7160   261304  1001566 |   115931      477     14 |  0.001 % |
7.84/8.00	c 8	|       814 |    7160   261304  1001566 |   127525      814     14 |  0.000 % |
8.23/8.47	c 9	|      1321 |    7160   261304  1001566 |   140277     1321     13 |  0.000 % |
8.82/9.04	c 9	|      2080 |    7159   261304  1001566 |   154305     2079     12 |  0.014 % |
9.62/9.88	c 10	|      3219 |    7159   261304  1001566 |   169735     3218     11 |  0.014 % |
11.20/11.41	c 12	|      4927 |    7159   261205  1001271 |   186709     4307     12 |  0.015 % |
12.89/13.14	c 13	|      7489 |    7158   261205  1001271 |   205380     6868     12 |  0.028 % |
15.95/16.25	c 16	|     11333 |    7158   261092  1000916 |   225918     8449     13 |  0.028 % |
20.62/20.93	c 21	|     17100 |    7158   261092  1000916 |   248510    14216     12 |  0.028 % |
25.96/26.33	c 27	|     25749 |    7157   260979  1000543 |   273361    17200     13 |  0.042 % |
37.54/38.05	c 38	|     38723 |    7150   260675   999529 |   300697    26408     13 |  0.140 % |
54.18/54.86	c 55	|     58184 |    7143   259667   996004 |   330767    37810     15 |  0.238 % |
83.50/84.46	c 85	|     87378 |    7138   259179   994387 |   363843    59056     15 |  0.307 % |
132.63/134.09	c 134	|    131167 |    7138   259179   994387 |   400228   102845     16 |  0.307 % |
222.47/224.73	c 225	|    196851 |    7119   257084   986569 |   440251   137432     17 |  0.573 % |
370.95/374.69	c 375	|    295377 |    7082   252885   970616 |   484276   180861     17 |  1.089 % |
446.03/450.49	c 451	===============================================================================
446.03/450.49	c 451	restarts              : 19
446.03/450.49	c 451	conflicts             : 333598         (760 /sec)
446.03/450.49	c 451	decisions             : 489006         (1.74 % random) (1114 /sec)
446.03/450.49	c 451	propagations          : 111101562      (253024 /sec)
446.03/450.49	c 451	conflict literals     : 5863358        (53.97 % deleted)
446.03/450.49	c 451	Memory used           : 35.73 MB
446.03/450.49	c 451	CPU time              : 439.094 s
446.03/450.49	c 451	
446.03/450.49	c 451	UNSATISFIABLE
446.14/450.50	c 451	DECODING HOME/temp.out WITH HOME/temp.map
446.14/450.50	c 451	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
446.14/450.59	c 451	Decoding HOME/temp.out
446.14/450.60	s UNSATISFIABLE
446.14/450.61	c 451	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
446.14/450.63	c 451	CPU 445.81 (0.04 0.01 445.77 0.42)
446.14/450.63	c 451	END Sat Jul  5 21:51:49 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1100428-1215287058/watcher-1100428-1215287058 -o /tmp/evaluation-result-1100428-1215287058/solver-1100428-1215287058 -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-1100428-1215287058.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.02 2.01 2.00 4/84 29878
/proc/meminfo: memFree=1500000/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=12000 CPUtime=0
/proc/29878/stat : 29878 (sugar) R 29876 29878 26822 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 0 2007675365 12288000 166 996147200 4194304 4206940 548682068608 18446744073709551615 271638264803 0 0 4224 0 0 0 0 17 1 0 0
/proc/29878/statm: 3000 166 128 3 0 100 0

[startup+0.0516449 s]
/proc/loadavg: 2.02 2.01 2.00 4/84 29878
/proc/meminfo: memFree=1500000/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=0.03
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2007675365 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102832 s]
/proc/loadavg: 2.02 2.01 2.00 4/84 29878
/proc/meminfo: memFree=1500000/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=0.03
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007675365 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302593 s]
/proc/loadavg: 2.02 2.01 2.00 4/84 29878
/proc/meminfo: memFree=1500000/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=0.03
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007675365 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701667 s]
/proc/loadavg: 2.02 2.01 2.00 4/84 29878
/proc/meminfo: memFree=1500000/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=0.03
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007675365 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 2.02 2.01 2.00 3/95 29890
/proc/meminfo: memFree=1481032/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=1.19
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 973 7934 0 1 3 1 108 7 16 0 1 0 2007675365 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 13600

[startup+3.10211 s]
/proc/loadavg: 2.02 2.01 2.00 4/95 29900
/proc/meminfo: memFree=1475592/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=1.19
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 973 7934 0 1 3 1 108 7 16 0 1 0 2007675365 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 797 370 3 0 500 0
[pid=29891] ppid=29878 vsize=5356 CPUtime=0
/proc/29891/stat : 29891 (sh) S 29878 29878 26822 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007675490 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29891/statm: 1339 233 193 169 0 50 0
[pid=29892] ppid=29891 vsize=864164 CPUtime=1.82
/proc/29892/stat : 29892 (java) S 29891 29878 26822 0 -1 0 12722 0 1 0 174 8 0 0 18 0 9 0 2007675491 884903936 11956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29892/statm: 216041 11956 2540 9 0 210616 0
[pid=29892/tid=29893] ppid=29891 vsize=864164 CPUtime=1.03
/proc/29892/task/29893/stat : 29893 (java) R 29891 29878 26822 0 -1 64 2858 0 1 0 101 2 0 0 25 0 9 0 2007675492 884903936 11956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29894] ppid=29891 vsize=864164 CPUtime=0.7
/proc/29892/task/29894/stat : 29894 (java) R 29891 29878 26822 0 -1 64 8842 0 0 0 66 4 0 0 16 0 9 0 2007675493 884903936 11956 996147200 134512640 134550740 4294955952 18446744073709551615 102674821 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29895] ppid=29891 vsize=864164 CPUtime=0
/proc/29892/task/29895/stat : 29895 (java) S 29891 29878 26822 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007675493 884903936 11956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29896] ppid=29891 vsize=864164 CPUtime=0
/proc/29892/task/29896/stat : 29896 (java) S 29891 29878 26822 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2007675493 884903936 11956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29897] ppid=29891 vsize=864164 CPUtime=0
/proc/29892/task/29897/stat : 29897 (java) S 29891 29878 26822 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007675495 884903936 11956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29898] ppid=29891 vsize=864164 CPUtime=0.05
/proc/29892/task/29898/stat : 29898 (java) S 29891 29878 26822 0 -1 64 326 0 0 0 5 0 0 0 16 0 9 0 2007675495 884903936 11956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29899] ppid=29891 vsize=864164 CPUtime=0
/proc/29892/task/29899/stat : 29899 (java) S 29891 29878 26822 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007675495 884903936 11956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29900] ppid=29891 vsize=864164 CPUtime=0
/proc/29892/task/29900/stat : 29900 (java) S 29891 29878 26822 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007675495 884903936 11956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883120

[startup+6.3017 s]
/proc/loadavg: 2.02 2.01 2.00 3/95 29900
/proc/meminfo: memFree=1425352/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=1.2
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 974 7934 0 1 4 1 108 7 15 0 1 0 2007675365 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 797 370 3 0 500 0
[pid=29891] ppid=29878 vsize=5356 CPUtime=0
/proc/29891/stat : 29891 (sh) S 29878 29878 26822 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007675490 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29891/statm: 1339 233 193 169 0 50 0
[pid=29892] ppid=29891 vsize=864276 CPUtime=4.97
/proc/29892/stat : 29892 (java) S 29891 29878 26822 0 -1 0 20216 0 1 0 481 16 0 0 18 0 9 0 2007675491 885018624 19354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29892/statm: 216069 19354 2564 9 0 210616 0
[pid=29892/tid=29893] ppid=29891 vsize=864276 CPUtime=3.28
/proc/29892/task/29893/stat : 29893 (java) R 29891 29878 26822 0 -1 64 3296 0 1 0 322 6 0 0 25 0 9 0 2007675492 885018624 19354 996147200 134512640 134550740 4294955952 18446744073709551615 4126598809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29894] ppid=29891 vsize=864276 CPUtime=1.56
/proc/29892/task/29894/stat : 29894 (java) S 29891 29878 26822 0 -1 64 15874 0 0 0 148 8 0 0 16 0 9 0 2007675493 885018624 19354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29895] ppid=29891 vsize=864276 CPUtime=0
/proc/29892/task/29895/stat : 29895 (java) S 29891 29878 26822 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007675493 885018624 19354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29896] ppid=29891 vsize=864276 CPUtime=0
/proc/29892/task/29896/stat : 29896 (java) S 29891 29878 26822 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007675493 885018624 19354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29897] ppid=29891 vsize=864276 CPUtime=0
/proc/29892/task/29897/stat : 29897 (java) S 29891 29878 26822 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007675495 885018624 19354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29898] ppid=29891 vsize=864276 CPUtime=0.1
/proc/29892/task/29898/stat : 29898 (java) S 29891 29878 26822 0 -1 64 350 0 0 0 10 0 0 0 17 0 9 0 2007675495 885018624 19354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29899] ppid=29891 vsize=864276 CPUtime=0
/proc/29892/task/29899/stat : 29899 (java) S 29891 29878 26822 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007675495 885018624 19354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29892/tid=29900] ppid=29891 vsize=864276 CPUtime=0
/proc/29892/task/29900/stat : 29900 (java) S 29891 29878 26822 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007675495 885018624 19354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883232

[startup+12.7019 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 29902
/proc/meminfo: memFree=1474056/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=16144 CPUtime=5.58
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 3909 0 0 0 555 3 0 0 25 0 1 0 2007676070 16531456 3895 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 4036 3895 75 150 0 3883 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 35100

[startup+25.5022 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 29902
/proc/meminfo: memFree=1473224/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=17108 CPUtime=18.26
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 4136 0 0 0 1822 4 0 0 25 0 1 0 2007676070 17518592 4122 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 4277 4122 75 150 0 4124 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 36064

[startup+51.1029 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1471560/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=18908 CPUtime=43.6
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 4581 0 0 0 4356 4 0 0 25 0 1 0 2007676070 19361792 4567 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 4727 4567 75 150 0 4574 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 37864

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1467336/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=22936 CPUtime=94.32
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 5580 0 0 0 9425 7 0 0 25 0 1 0 2007676070 23486464 5566 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 5734 5566 75 150 0 5581 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 41892

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1463688/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=26680 CPUtime=153.75
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 6495 0 0 0 15367 8 0 0 25 0 1 0 2007676070 27320320 6481 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 6670 6481 75 150 0 6517 0
Current children cumulated CPU time (s) 160.66

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


[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1460232/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=30112 CPUtime=272.62
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 7375 0 0 0 27252 10 0 0 25 0 1 0 2007676070 30834688 7361 996147200 134512640 135127466 4294956256 18446744073709551615 134521818 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 7528 7361 75 150 0 7375 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 49068

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1457736/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=32888 CPUtime=332.05
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 8020 0 0 0 33194 11 0 0 25 0 1 0 2007676070 33677312 8006 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 8222 8006 75 150 0 8069 0
Current children cumulated CPU time (s) 338.96
Current children cumulated vsize (KiB) 51844

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1454152/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=36188 CPUtime=391.47
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 8898 0 0 0 39135 12 0 0 25 0 1 0 2007676070 37056512 8884 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 9047 8884 75 150 0 8894 0
Current children cumulated CPU time (s) 398.38
Current children cumulated vsize (KiB) 55144

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

[startup+409.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1453768/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=36584 CPUtime=398.6
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 8982 0 0 0 39848 12 0 0 25 0 1 0 2007676070 37462016 8968 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 9146 8968 75 150 0 8993 0
Current children cumulated CPU time (s) 405.51
Current children cumulated vsize (KiB) 55540

[startup+435.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1453704/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=36584 CPUtime=423.97
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 8994 0 0 0 42385 12 0 0 25 0 1 0 2007676070 37462016 8980 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 9146 8980 75 150 0 8993 0
Current children cumulated CPU time (s) 430.88
Current children cumulated vsize (KiB) 55540

[startup+441.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1453640/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=36584 CPUtime=430.3
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 8994 0 0 0 43018 12 0 0 25 0 1 0 2007676070 37462016 8980 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 9146 8980 75 150 0 8993 0
Current children cumulated CPU time (s) 437.21
Current children cumulated vsize (KiB) 55540

[startup+444.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1453640/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=36584 CPUtime=433.47
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 8997 0 0 0 43335 12 0 0 25 0 1 0 2007676070 37462016 8983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 9146 8983 75 150 0 8993 0
Current children cumulated CPU time (s) 440.38
Current children cumulated vsize (KiB) 55540

[startup+447.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1453640/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=36584 CPUtime=436.64
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 8997 0 0 0 43652 12 0 0 25 0 1 0 2007676070 37462016 8983 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 9146 8983 75 150 0 8993 0
Current children cumulated CPU time (s) 443.55
Current children cumulated vsize (KiB) 55540

[startup+449.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1453640/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=36584 CPUtime=438.23
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 8997 0 0 0 43811 12 0 0 25 0 1 0 2007676070 37462016 8983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 9146 8983 75 150 0 8993 0
Current children cumulated CPU time (s) 445.14
Current children cumulated vsize (KiB) 55540

[startup+450.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1453640/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=6.91
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1031 28477 0 2 4 1 660 26 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
[pid=29901] ppid=29878 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29878 29878 26822 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007676070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 232 193 169 0 50 0
[pid=29902] ppid=29901 vsize=36584 CPUtime=439.02
/proc/29902/stat : 29902 (minisat) R 29901 29878 26822 0 -1 4194304 8997 0 0 0 43890 12 0 0 25 0 1 0 2007676070 37462016 8983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29902/statm: 9146 8983 75 150 0 8993 0
Current children cumulated CPU time (s) 445.93
Current children cumulated vsize (KiB) 55540

[startup+450.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1453640/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=446.14
/proc/29878/stat : 29878 (sugar) R 29876 29878 26822 0 -1 4194304 1038 37768 0 2 4 1 44570 39 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 18446744073699066896 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 446.14
Current children cumulated vsize (KiB) 13600

[startup+450.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 29902
/proc/meminfo: memFree=1453640/2055920 swapFree=4181480/4192956
[pid=29878] ppid=29876 vsize=13600 CPUtime=446.14
/proc/29878/stat : 29878 (sugar) S 29876 29878 26822 0 -1 4194304 1089 37768 0 2 4 1 44570 39 16 0 1 0 2007675365 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29878/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 446.14
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 450.639
CPU time (s): 446.259
CPU user time (s): 445.817
CPU system time (s): 0.441932
CPU usage (%): 99.028
Max. virtual memory (cumulated for all children) (KiB): 883232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 445.817
system time used= 0.441932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42526
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= 3242
involuntary context switches= 12603

runsolver used 0.52492 second user time and 1.53577 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-05 21:44:18
IDJOB=1100428
IDBENCH=59914
IDSOLVER=346
FILE ID=node67/1100428-1215287058
PBS_JOBID= 7882264
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-63_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-1100428-1215287058/watcher-1100428-1215287058 -o /tmp/evaluation-result-1100428-1215287058/solver-1100428-1215287058 -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-1100428-1215287058.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0e566d9c333cc3028bf54580af84403c
RANDOM SEED=1948493906

node67.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.281
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.281
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:       1500608 kB
Buffers:         72968 kB
Cached:         236496 kB
SwapCached:       5376 kB
Active:         362156 kB
Inactive:       130052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1500608 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            3096 kB
Writeback:           0 kB
Mapped:         194048 kB
Slab:            48036 kB
Committed_AS:  4901040 kB
PageTables:       2144 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= 66428 MiB
End job on node67 at 2008-07-05 21:51:49