Trace number 2080322

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 429.077 433.421

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-95-5.xml
MD5SUM484892f9c69de742c864f4edd5e8898a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark244.907
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1185
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:34:23 2009
0.00/0.08	c 0	PID 23318
0.00/0.08	c 0	HOST node29.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080322-1247369663.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080322-1247369663.xml' 'HOME/temp.csp'
0.06/0.83	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/0.95	c 1	Parsing HOME/temp.csp
0.80/1.05	c 1	parsed 2237 expressions
0.80/1.05	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.80/1.06	c 1	Converting to clausal form CSP
0.80/1.08	c 1	converted 224 (10%) expressions
0.80/1.09	c 1	converted 448 (20%) expressions
1.01/1.18	c 2	converted 672 (30%) expressions
1.11/1.28	c 2	converted 895 (40%) expressions
1.11/1.30	c 2	converted 1119 (50%) expressions
1.20/1.32	c 2	converted 1343 (60%) expressions
1.20/1.33	c 2	converted 1566 (70%) expressions
1.20/1.34	c 2	converted 1790 (80%) expressions
1.20/1.35	c 2	converted 2014 (90%) expressions
1.20/1.36	c 2	converted 2237 (100%) expressions
1.20/1.36	c 2	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1156
1.20/1.36	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.36	c 2	Propagation in CSP
1.30/1.44	c 2	69306 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.30/1.44	c 2	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 593
1.30/1.44	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.44	c 2	Simplifing CSP by introducing new Boolean variables
1.30/1.47	c 2	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 593
1.30/1.47	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.51	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.54	c 2	23 (10%) CSP integer variables are encoded (10735 clauses, 138923 bytes)
1.40/1.55	c 2	45 (20%) CSP integer variables are encoded (18645 clauses, 257573 bytes)
1.40/1.57	c 2	68 (30%) CSP integer variables are encoded (29066 clauses, 413888 bytes)
1.40/1.58	c 2	90 (40%) CSP integer variables are encoded (36615 clauses, 527123 bytes)
1.40/1.60	c 2	113 (50%) CSP integer variables are encoded (45600 clauses, 661898 bytes)
1.50/1.61	c 2	135 (60%) CSP integer variables are encoded (55170 clauses, 805448 bytes)
1.50/1.62	c 2	158 (70%) CSP integer variables are encoded (67731 clauses, 993863 bytes)
1.50/1.64	c 2	180 (80%) CSP integer variables are encoded (78525 clauses, 1155773 bytes)
1.50/1.65	c 2	203 (90%) CSP integer variables are encoded (87901 clauses, 1296413 bytes)
1.50/1.66	c 2	225 (100%) CSP integer variables are encoded (96135 clauses, 1419923 bytes)
1.69/1.86	c 2	494 (10%) CSP clauses are encoded (185903 clauses, 3235628 bytes)
1.79/1.99	c 2	987 (20%) CSP clauses are encoded (248681 clauses, 4532295 bytes)
1.99/2.11	c 3	1481 (30%) CSP clauses are encoded (305251 clauses, 5743225 bytes)
2.09/2.25	c 3	1974 (40%) CSP clauses are encoded (371109 clauses, 7148980 bytes)
2.28/2.40	c 3	2468 (50%) CSP clauses are encoded (439502 clauses, 8606775 bytes)
2.37/2.52	c 3	2961 (60%) CSP clauses are encoded (497455 clauses, 9841733 bytes)
2.47/2.63	c 3	3455 (70%) CSP clauses are encoded (553089 clauses, 11018276 bytes)
2.57/2.77	c 3	3948 (80%) CSP clauses are encoded (628118 clauses, 12603359 bytes)
2.77/2.94	c 3	4442 (90%) CSP clauses are encoded (714937 clauses, 14409625 bytes)
2.87/3.08	c 3	4935 (100%) CSP clauses are encoded (794931 clauses, 15965820 bytes)
2.87/3.08	c 3	4935 CSP clauses encoded
2.87/3.08	c 3	Writing map file : HOME/temp.map
2.87/3.09	c 3	Heap : 1 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.87/3.09	c 3	SAT : 99510 SAT variables, 794931 SAT clauses, 15965820 bytes
2.87/3.09	c 3	Heap : 1 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.96/3.12	c 4	SOLVING HOME/temp.cnf
2.96/3.12	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.96/3.12	c 4	This is MiniSat 2.0 beta
2.96/3.12	c 4	WARNING: for repeatability, setting FPU to use double precision
2.96/3.12	c 4	============================[ Problem Statistics ]=============================
2.96/3.12	c 4	|                                                                             |
2.96/3.12	c 4	|  Number of variables:  99510                                                |
2.96/3.12	c 4	|  Number of clauses:    794931                                               |
3.35/3.58	c 4	|  Parsing time:         0.38         s                                       |
3.46/3.61	c 4	============================[ Search Statistics ]==============================
3.46/3.61	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.46/3.61	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.46/3.61	c 4	===============================================================================
3.46/3.61	c 4	|         0 |   98668   794089  2192338 |   264696        0    nan |  0.000 % |
3.96/4.19	c 5	|       100 |   98668   794089  2192338 |   291165      100     16 |  0.846 % |
5.05/5.22	c 6	|       250 |   98668   794089  2192338 |   320282      250     15 |  0.846 % |
6.44/6.62	c 7	|       475 |   98668   794089  2192338 |   352310      475     13 |  0.846 % |
8.71/8.98	c 9	|       812 |   98668   794089  2192338 |   387541      812     14 |  0.846 % |
12.08/12.30	c 13	|      1318 |   98668   794089  2192338 |   426296     1318     14 |  0.846 % |
16.63/16.91	c 17	|      2077 |   98668   794089  2192338 |   468925     2077     15 |  0.846 % |
23.67/24.08	c 24	|      3216 |   98668   794089  2192338 |   515818     3216     16 |  0.846 % |
33.17/33.61	c 34	|      4924 |   98668   794089  2192338 |   567400     4924     17 |  0.846 % |
48.03/48.63	c 49	|      7487 |   98668   794089  2192338 |   624140     7487     18 |  0.846 % |
72.70/73.52	c 74	|     11332 |   98668   794089  2192338 |   686554    11332     17 |  0.846 % |
112.82/114.03	c 114	|     17102 |   98668   794089  2192338 |   755209    17102     19 |  0.846 % |
175.24/177.07	c 177	|     25753 |   98668   794089  2192338 |   830730    25753     19 |  0.846 % |
260.62/263.24	c 264	|     38728 |   98214   789212  2178617 |   913803    33948     18 |  1.302 % |
400.90/404.83	c 405	|     58189 |   95077   760181  2097818 |  1005183    40631     18 |  4.455 % |
428.87/433.22	c 434	===============================================================================
428.87/433.22	c 434	restarts              : 15
428.87/433.22	c 434	conflicts             : 61909          (145 /sec)
428.87/433.22	c 434	decisions             : 85675          (1.29 % random) (201 /sec)
428.87/433.22	c 434	propagations          : 679425069      (1595646 /sec)
428.87/433.22	c 434	conflict literals     : 1169118        (40.28 % deleted)
428.87/433.22	c 434	Memory used           : 47.45 MB
428.87/433.22	c 434	CPU time              : 425.799 s
428.87/433.22	c 434	
428.87/433.22	c 434	UNSATISFIABLE
428.87/433.23	c 434	DECODING HOME/temp.out WITH HOME/temp.map
428.87/433.23	c 434	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
428.90/433.32	c 434	Decoding HOME/temp.out
428.90/433.37	s UNSATISFIABLE
428.90/433.38	c 434	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
429.02/433.42	c 434	CPU 429.05 (0.06 0.02 428.59 0.38)
429.02/433.42	c 434	END Sun Jul 12 05:41:37 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080322-1247369663/watcher-2080322-1247369663 -o /tmp/evaluation-result-2080322-1247369663/solver-2080322-1247369663 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2080322-1247369663.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.03 2.00 4/84 23318
/proc/meminfo: memFree=1521408/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=12268 CPUtime=0
/proc/23318/stat : 23318 (sugar) R 23316 23318 19045 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24032489 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23318/statm: 3067 316 241 3 0 167 0

[startup+0.101111 s]
/proc/loadavg: 2.01 2.03 2.00 4/84 23318
/proc/meminfo: memFree=1521408/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=0.06
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24032489 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201119 s]
/proc/loadavg: 2.01 2.03 2.00 4/84 23318
/proc/meminfo: memFree=1521408/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=0.06
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24032489 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301118 s]
/proc/loadavg: 2.01 2.03 2.00 4/84 23318
/proc/meminfo: memFree=1521408/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=0.06
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24032489 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701148 s]
/proc/loadavg: 2.01 2.03 2.00 4/84 23318
/proc/meminfo: memFree=1521408/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=0.06
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24032489 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5022 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 23340
/proc/meminfo: memFree=1511272/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=0.8
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1310 5193 0 1 5 1 70 4 16 0 1 0 24032489 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1111 409 3 0 796 0
[pid=23331] ppid=23318 vsize=5356 CPUtime=0
/proc/23331/stat : 23331 (sh) S 23318 23318 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24032577 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23331/statm: 1339 233 193 169 0 50 0
[pid=23332] ppid=23331 vsize=868480 CPUtime=0.6
/proc/23332/stat : 23332 (java) S 23331 23318 19045 0 -1 0 6617 0 1 0 56 4 0 0 18 0 9 0 24032577 889323520 5922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23332/statm: 217120 5922 2600 9 0 211625 0
[pid=23332/tid=23333] ppid=23331 vsize=868480 CPUtime=0.35
/proc/23332/task/23333/stat : 23333 (java) R 23331 23318 19045 0 -1 64 2681 0 1 0 34 1 0 0 22 0 9 0 24032578 889323520 5922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23334] ppid=23331 vsize=868480 CPUtime=0.05
/proc/23332/task/23334/stat : 23334 (java) R 23331 23318 19045 0 -1 64 1758 0 0 0 5 0 0 0 16 0 9 0 24032579 889323520 5922 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23335] ppid=23331 vsize=868480 CPUtime=0
/proc/23332/task/23335/stat : 23335 (java) S 23331 23318 19045 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24032580 889323520 5922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23336] ppid=23331 vsize=868480 CPUtime=0
/proc/23332/task/23336/stat : 23336 (java) S 23331 23318 19045 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24032580 889323520 5922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23337] ppid=23331 vsize=868480 CPUtime=0
/proc/23332/task/23337/stat : 23337 (java) S 23331 23318 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24032582 889323520 5922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23338] ppid=23331 vsize=868480 CPUtime=0.17
/proc/23332/task/23338/stat : 23338 (java) S 23331 23318 19045 0 -1 64 1485 0 0 0 16 1 0 0 16 0 9 0 24032582 889323520 5922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23339] ppid=23331 vsize=868480 CPUtime=0
/proc/23332/task/23339/stat : 23339 (java) S 23331 23318 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24032582 889323520 5922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23340] ppid=23331 vsize=868480 CPUtime=0
/proc/23332/task/23340/stat : 23340 (java) S 23331 23318 19045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24032582 889323520 5922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890704

[startup+3.10229 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 23340
/proc/meminfo: memFree=1497384/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=0.8
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1310 5193 0 1 5 1 70 4 15 0 1 0 24032489 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1111 409 3 0 796 0
[pid=23331] ppid=23318 vsize=5356 CPUtime=0
/proc/23331/stat : 23331 (sh) S 23318 23318 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24032577 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23331/statm: 1339 233 193 169 0 50 0
[pid=23332] ppid=23331 vsize=868592 CPUtime=2.16
/proc/23332/stat : 23332 (java) S 23331 23318 19045 0 -1 0 7250 0 1 0 197 19 0 0 18 0 9 0 24032577 889438208 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23332/statm: 217148 6031 2589 9 0 211625 0
[pid=23332/tid=23333] ppid=23331 vsize=868592 CPUtime=1.73
/proc/23332/task/23333/stat : 23333 (java) S 23331 23318 19045 0 -1 64 3181 0 1 0 160 13 0 0 25 0 9 0 24032578 889438208 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23334] ppid=23331 vsize=868592 CPUtime=0.19
/proc/23332/task/23334/stat : 23334 (java) S 23331 23318 19045 0 -1 64 1860 0 0 0 16 3 0 0 16 0 9 0 24032579 889438208 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23335] ppid=23331 vsize=868592 CPUtime=0
/proc/23332/task/23335/stat : 23335 (java) S 23331 23318 19045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24032580 889438208 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23336] ppid=23331 vsize=868592 CPUtime=0
/proc/23332/task/23336/stat : 23336 (java) S 23331 23318 19045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24032580 889438208 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23337] ppid=23331 vsize=868592 CPUtime=0
/proc/23332/task/23337/stat : 23337 (java) S 23331 23318 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24032582 889438208 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23338] ppid=23331 vsize=868592 CPUtime=0.21
/proc/23332/task/23338/stat : 23338 (java) S 23331 23318 19045 0 -1 64 1511 0 0 0 20 1 0 0 16 0 9 0 24032582 889438208 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23339] ppid=23331 vsize=868592 CPUtime=0
/proc/23332/task/23339/stat : 23339 (java) S 23331 23318 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24032582 889438208 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23332/tid=23340] ppid=23331 vsize=868592 CPUtime=0
/proc/23332/task/23340/stat : 23340 (java) S 23331 23318 19045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24032582 889438208 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 890816

[startup+6.30151 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 23342
/proc/meminfo: memFree=1461416/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=43316 CPUtime=3.14
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 10189 0 0 0 306 8 0 0 25 0 1 0 24032802 44355584 10175 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 10829 10175 75 150 0 10676 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 65540

[startup+12.7029 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 23342
/proc/meminfo: memFree=1461224/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=43448 CPUtime=9.47
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 10244 0 0 0 939 8 0 0 25 0 1 0 24032802 44490752 10230 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 10862 10230 75 150 0 10709 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 65672

[startup+25.5017 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 23342
/proc/meminfo: memFree=1461160/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=43720 CPUtime=22.15
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 10311 0 0 0 2207 8 0 0 25 0 1 0 24032802 44769280 10297 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 10930 10297 75 150 0 10777 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 65944

[startup+51.1013 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 23342
/proc/meminfo: memFree=1460648/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=44252 CPUtime=47.51
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 10449 0 0 0 4743 8 0 0 25 0 1 0 24032802 45314048 10435 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 11063 10435 75 150 0 10910 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 66476

[startup+102.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 23342
/proc/meminfo: memFree=1459624/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=45220 CPUtime=98.24
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 10673 0 0 0 9815 9 0 0 25 0 1 0 24032802 46305280 10659 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 11305 10659 75 150 0 11152 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 67444

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 23342
/proc/meminfo: memFree=1458600/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 69408

[startup+282.302 s]
/proc/loadavg: 2.35 2.11 2.03 3/87 23342
/proc/meminfo: memFree=1457192/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=47712 CPUtime=276.55
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 11282 0 0 0 27645 10 0 0 25 0 1 0 24032802 48857088 11268 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 11928 11268 75 150 0 11775 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 69936

[startup+342.302 s]
/proc/loadavg: 2.12 2.08 2.02 3/87 23342
/proc/meminfo: memFree=1456232/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=48584 CPUtime=335.99
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 11497 0 0 0 33589 10 0 0 25 0 1 0 24032802 49750016 11483 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 12146 11483 75 150 0 11993 0
Current children cumulated CPU time (s) 338.99
Current children cumulated vsize (KiB) 70808

[startup+402.301 s]
/proc/loadavg: 2.05 2.07 2.02 3/87 23342
/proc/meminfo: memFree=1456168/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=48584 CPUtime=395.42
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 11510 0 0 0 39532 10 0 0 25 0 1 0 24032802 49750016 11496 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 12146 11496 75 150 0 11993 0
Current children cumulated CPU time (s) 398.42
Current children cumulated vsize (KiB) 70808

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

[startup+409.602 s]
/proc/loadavg: 2.04 2.06 2.02 3/87 23342
/proc/meminfo: memFree=1456104/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=48584 CPUtime=402.66
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 11517 0 0 0 40256 10 0 0 25 0 1 0 24032802 49750016 11503 996147200 134512640 135127466 4294956256 18446744073709551615 134531123 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 12146 11503 75 150 0 11993 0
Current children cumulated CPU time (s) 405.66
Current children cumulated vsize (KiB) 70808

[startup+422.402 s]
/proc/loadavg: 2.03 2.06 2.02 3/87 23342
/proc/meminfo: memFree=1456104/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=48584 CPUtime=415.34
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 11520 0 0 0 41524 10 0 0 25 0 1 0 24032802 49750016 11506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 12146 11506 75 150 0 11993 0
Current children cumulated CPU time (s) 418.34
Current children cumulated vsize (KiB) 70808

[startup+428.802 s]
/proc/loadavg: 2.03 2.06 2.01 3/87 23342
/proc/meminfo: memFree=1456104/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=48584 CPUtime=421.63
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 11520 0 0 0 42153 10 0 0 25 0 1 0 24032802 49750016 11506 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 12146 11506 75 150 0 11993 0
Current children cumulated CPU time (s) 424.63
Current children cumulated vsize (KiB) 70808

[startup+432.002 s]
/proc/loadavg: 2.03 2.06 2.01 3/87 23342
/proc/meminfo: memFree=1448168/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=48584 CPUtime=424.68
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 11520 0 0 0 42458 10 0 0 25 0 1 0 24032802 49750016 11506 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 12146 11506 75 150 0 11993 0
Current children cumulated CPU time (s) 427.68
Current children cumulated vsize (KiB) 70808

[startup+432.802 s]
/proc/loadavg: 2.02 2.06 2.01 3/87 23342
/proc/meminfo: memFree=1448168/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=48584 CPUtime=425.47
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 11520 0 0 0 42537 10 0 0 25 0 1 0 24032802 49750016 11506 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 12146 11506 75 150 0 11993 0
Current children cumulated CPU time (s) 428.47
Current children cumulated vsize (KiB) 70808

[startup+433.202 s]
/proc/loadavg: 2.02 2.06 2.01 3/87 23342
/proc/meminfo: memFree=1448168/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=3
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1376 12733 0 2 6 2 268 24 16 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23341] ppid=23318 vsize=5356 CPUtime=0
/proc/23341/stat : 23341 (sh) S 23318 23318 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24032802 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23341/statm: 1339 232 193 169 0 50 0
[pid=23342] ppid=23341 vsize=48584 CPUtime=425.87
/proc/23342/stat : 23342 (minisat) R 23341 23318 19045 0 -1 4194304 11520 0 0 0 42577 10 0 0 25 0 1 0 24032802 49750016 11506 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/23342/statm: 12146 11506 75 150 0 11993 0
Current children cumulated CPU time (s) 428.87
Current children cumulated vsize (KiB) 70808

[startup+433.402 s]
/proc/loadavg: 2.02 2.06 2.01 2/95 23352
/proc/meminfo: memFree=1488680/2055920 swapFree=4191900/4192956
[pid=23318] ppid=23316 vsize=16868 CPUtime=428.9
/proc/23318/stat : 23318 (sugar) S 23316 23318 19045 0 -1 4194304 1449 24547 0 2 6 2 42847 35 15 0 1 0 24032489 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23318/statm: 4217 1113 409 3 0 796 0
[pid=23343] ppid=23318 vsize=5356 CPUtime=0
/proc/23343/stat : 23343 (sh) S 23318 23318 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24075813 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23343/statm: 1339 233 193 169 0 50 0
[pid=23344] ppid=23343 vsize=864120 CPUtime=0.12
/proc/23344/stat : 23344 (java) S 23343 23318 19045 0 -1 0 3496 0 1 0 11 1 0 0 18 0 9 0 24075814 884858880 2962 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23344/statm: 216030 2962 1697 9 0 210535 0
[pid=23344/tid=23345] ppid=23343 vsize=864120 CPUtime=0.1
/proc/23344/task/23345/stat : 23345 (java) S 23343 23318 19045 0 -1 64 2515 0 1 0 9 1 0 0 20 0 9 0 24075815 884858880 2962 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23344/tid=23346] ppid=23343 vsize=864120 CPUtime=0
/proc/23344/task/23346/stat : 23346 (java) S 23343 23318 19045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24075816 884858880 2962 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23344/tid=23347] ppid=23343 vsize=864120 CPUtime=0
/proc/23344/task/23347/stat : 23347 (java) S 23343 23318 19045 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24075817 884858880 2962 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23344/tid=23348] ppid=23343 vsize=864120 CPUtime=0
/proc/23344/task/23348/stat : 23348 (java) S 23343 23318 19045 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24075817 884858880 2962 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23344/tid=23349] ppid=23343 vsize=864120 CPUtime=0
/proc/23344/task/23349/stat : 23349 (java) S 23343 23318 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24075819 884858880 2962 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23344/tid=23350] ppid=23343 vsize=864120 CPUtime=0.02
/proc/23344/task/23350/stat : 23350 (java) S 23343 23318 19045 0 -1 64 286 0 0 0 2 0 0 0 18 0 9 0 24075819 884858880 2962 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23344/tid=23351] ppid=23343 vsize=864120 CPUtime=0
/proc/23344/task/23351/stat : 23351 (java) S 23343 23318 19045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24075819 884858880 2962 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23344/tid=23352] ppid=23343 vsize=864120 CPUtime=0
/proc/23344/task/23352/stat : 23352 (java) S 23343 23318 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24075819 884858880 2962 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 429.02
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 433.421
CPU time (s): 429.077
CPU user time (s): 428.663
CPU system time (s): 0.413937
CPU usage (%): 98.9978
Max. virtual memory (cumulated for all children) (KiB): 890816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 428.663
system time used= 0.413937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29871
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= 5852
involuntary context switches= 23265

runsolver used 0.52492 second user time and 1.46678 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 05:34:23
IDJOB=2080322
IDBENCH=57057
IDSOLVER=739
FILE ID=node29/2080322-1247369663
PBS_JOBID= 9507084
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-95-5.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080322-1247369663/watcher-2080322-1247369663 -o /tmp/evaluation-result-2080322-1247369663/solver-2080322-1247369663 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2080322-1247369663.xml

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

MD5SUM BENCH= 484892f9c69de742c864f4edd5e8898a
RANDOM SEED=1866409621

node29.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.225
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.225
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:       1521888 kB
Buffers:         40968 kB
Cached:         176920 kB
SwapCached:        392 kB
Active:         389304 kB
Inactive:        80644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1521888 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:         267008 kB
Slab:            48772 kB
Committed_AS:   882040 kB
PageTables:       2344 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= 66376 MiB
End job on node29 at 2009-07-12 05:41:37