Trace number 1051472

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+picosatSAT 780.969 784.028

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-48_ext.xml
MD5SUMda13ba5a9bae10f8f78b88700e630ef7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.99794
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/picosat
0.00/0.17	c 0	BEGIN Thu Jul  3 04:49:40 2008
0.00/0.17	c 0	PID 14727
0.00/0.17	c 0	HOST node88.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1051472-1215053379.xml TO HOME/temp.csp
0.00/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051472-1215053379.xml' 'HOME/temp.csp'
0.04/1.00	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.48/1.00	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.48/1.00	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.48/1.08	c 1	Parsing HOME/temp.csp
0.48/1.29	c 1	parsed 459 expressions
0.48/1.30	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/1.30	c 1	Converting to clausal form CSP
0.48/1.32	c 1	converted 46 (10%) expressions
0.48/1.33	c 1	converted 92 (20%) expressions
0.48/1.35	c 1	converted 138 (30%) expressions
0.48/1.35	c 1	converted 184 (40%) expressions
0.48/1.35	c 1	converted 230 (50%) expressions
0.48/1.36	c 1	converted 276 (60%) expressions
0.48/1.37	c 1	converted 322 (70%) expressions
0.48/1.37	c 1	converted 368 (80%) expressions
0.48/1.37	c 1	converted 414 (90%) expressions
2.74/3.39	c 3	converted 459 (100%) expressions
2.74/3.39	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.74/3.39	c 3	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.74/3.39	c 3	Propagation in CSP
2.74/3.39	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.74/3.39	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.74/3.39	c 3	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.74/3.39	c 3	Simplifing CSP by introducing new Boolean variables
2.74/3.40	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.74/3.40	c 3	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.14/3.75	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.14/3.78	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.14/3.79	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.14/3.79	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.14/3.79	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.34/3.90	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.34/3.90	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.34/3.91	c 3	54 (70%) CSP integer variables are encoded (26286 clauses, 372188 bytes)
3.34/3.91	c 3	61 (80%) CSP integer variables are encoded (27574 clauses, 391508 bytes)
3.34/3.91	c 3	69 (90%) CSP integer variables are encoded (29046 clauses, 413588 bytes)
3.34/3.91	c 3	76 (100%) CSP integer variables are encoded (29966 clauses, 427388 bytes)
3.34/3.98	c 3	35 (10%) CSP clauses are encoded (30886 clauses, 445885 bytes)
3.34/4.00	c 3	70 (20%) CSP clauses are encoded (31781 clauses, 467632 bytes)
3.43/4.02	c 3	105 (30%) CSP clauses are encoded (32703 clauses, 489463 bytes)
3.43/4.04	c 3	140 (40%) CSP clauses are encoded (33626 clauses, 511517 bytes)
3.43/4.06	c 4	175 (50%) CSP clauses are encoded (34547 clauses, 533725 bytes)
3.43/4.09	c 4	210 (60%) CSP clauses are encoded (35468 clauses, 556400 bytes)
3.53/4.11	c 4	245 (70%) CSP clauses are encoded (36389 clauses, 580622 bytes)
3.53/4.14	c 4	280 (80%) CSP clauses are encoded (37332 clauses, 605108 bytes)
3.53/4.19	c 4	315 (90%) CSP clauses are encoded (38325 clauses, 630300 bytes)
73.17/74.15	c 74	350 (100%) CSP clauses are encoded (873415 clauses, 28340748 bytes)
73.17/74.15	c 74	350 CSP clauses encoded
73.17/74.15	c 74	Writing map file : HOME/temp.map
73.17/74.15	c 74	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.17/74.15	c 74	SAT : 30040 SAT variables, 873415 SAT clauses, 28340748 bytes
73.17/74.15	c 74	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.17/74.18	c 74	SOLVING HOME/temp.cnf
73.17/74.18	c 74	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
780.67/783.74	c 783	DECODING HOME/temp.out WITH HOME/temp.map
780.67/783.74	c 783	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
780.74/783.83	c 783	Decoding HOME/temp.out
780.74/783.95	s SATISFIABLE
780.74/783.95	v 4 4 24 0 17 1 11 4 1 15 16 2 2 14 23 0 20 4 21 26 15 7 9 7 5 10 6 4 8 1 13 10 10 11 12 3 25 0 19 22 18 9 3 6 22 12 7 12 14 1 4 5 9 24 26 40 40 44 70 77 84 94 98 99 109 120 123 123 145 154 160 172 184 185 185 0
780.74/783.95	c 783	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
780.74/784.02	c 783	CPU 774.37 (0.03 0.01 774.34 6.55)
780.74/784.02	c 783	END Thu Jul  3 05:02:43 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051472-1215053379/watcher-1051472-1215053379 -o /tmp/evaluation-result-1051472-1215053379/solver-1051472-1215053379 -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/picosat -tmp=HOME/temp HOME/instance-1051472-1215053379.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.19 2.64 2.33 4/73 14727
/proc/meminfo: memFree=1957752/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=124 CPUtime=0
/proc/14727/stat : 14727 (sugar) D 14725 14727 11043 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 617585191 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 270184543721 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/14727/statm: 31 23 17 3 0 3 0

[startup+0.044034 s]
/proc/loadavg: 2.19 2.64 2.33 4/73 14727
/proc/meminfo: memFree=1957752/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=12268 CPUtime=0
/proc/14727/stat : 14727 (sugar) D 14725 14727 11043 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 617585191 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14727/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102038 s]
/proc/loadavg: 2.19 2.64 2.33 4/73 14727
/proc/meminfo: memFree=1957752/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=12272 CPUtime=0
/proc/14727/stat : 14727 (sugar) D 14725 14727 11043 0 -1 4194304 407 0 0 0 0 0 0 0 18 0 1 0 617585191 12566528 375 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14727/statm: 3068 375 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302062 s]
/proc/loadavg: 2.19 2.64 2.33 4/73 14727
/proc/meminfo: memFree=1957752/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=0.04
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 617585191 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702108 s]
/proc/loadavg: 2.19 2.64 2.33 4/73 14727
/proc/meminfo: memFree=1957752/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=0.04
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 617585191 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50121 s]
/proc/loadavg: 2.19 2.64 2.33 3/84 14739
/proc/meminfo: memFree=1923552/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=0.48
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 973 6556 0 79 3 1 34 10 15 0 1 0 617585191 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+3.1014 s]
/proc/loadavg: 2.18 2.63 2.33 4/84 14749
/proc/meminfo: memFree=1904224/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=0.48
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 973 6556 0 79 3 1 34 10 15 0 1 0 617585191 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 11043 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 617585291 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=864336 CPUtime=2.06
/proc/14741/stat : 14741 (java) S 14740 14727 11043 0 -1 0 18804 0 3 0 197 9 0 0 19 0 9 0 617585291 885080064 17751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14741/statm: 216084 17751 2540 9 0 210659 0
[pid=14741/tid=14742] ppid=14740 vsize=864336 CPUtime=0.83
/proc/14741/task/14742/stat : 14742 (java) R 14740 14727 11043 0 -1 64 3227 0 3 0 81 2 0 0 24 0 9 0 617585292 885080064 17751 996147200 134512640 134550740 4294955952 18446744073709551615 4126556585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14743] ppid=14740 vsize=864336 CPUtime=1.15
/proc/14741/task/14743/stat : 14743 (java) S 14740 14727 11043 0 -1 64 14550 0 0 0 109 6 0 0 17 0 9 0 617585293 885080064 17751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14744] ppid=14740 vsize=864336 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 617585294 885080064 17751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14745] ppid=14740 vsize=864336 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 11043 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 617585294 885080064 17751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14746] ppid=14740 vsize=864336 CPUtime=0
/proc/14741/task/14746/stat : 14746 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617585295 885080064 17751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14747] ppid=14740 vsize=864336 CPUtime=0.06
/proc/14741/task/14747/stat : 14747 (java) S 14740 14727 11043 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 617585295 885080064 17751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14748] ppid=14740 vsize=864336 CPUtime=0
/proc/14741/task/14748/stat : 14748 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 617585295 885080064 17751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14749] ppid=14740 vsize=864336 CPUtime=0
/proc/14741/task/14749/stat : 14749 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617585295 885080064 17751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 883292

[startup+6.30275 s]
/proc/loadavg: 2.18 2.63 2.33 3/84 14749
/proc/meminfo: memFree=1855336/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=0.48
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 974 6556 0 79 3 1 34 10 15 0 1 0 617585191 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 11043 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 617585291 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=864448 CPUtime=5.25
/proc/14741/stat : 14741 (java) S 14740 14727 11043 0 -1 0 23520 0 3 0 513 12 0 0 19 0 9 0 617585291 885194752 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14741/statm: 216112 22413 2564 9 0 210659 0
[pid=14741/tid=14742] ppid=14740 vsize=864448 CPUtime=3.28
/proc/14741/task/14742/stat : 14742 (java) R 14740 14727 11043 0 -1 64 3761 0 3 0 326 2 0 0 25 0 9 0 617585292 885194752 22413 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14743] ppid=14740 vsize=864448 CPUtime=1.84
/proc/14741/task/14743/stat : 14743 (java) S 14740 14727 11043 0 -1 64 18711 0 0 0 176 8 0 0 16 0 9 0 617585293 885194752 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14744] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 617585294 885194752 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14745] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 11043 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 617585294 885194752 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14746] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14746/stat : 14746 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617585295 885194752 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14747] ppid=14740 vsize=864448 CPUtime=0.09
/proc/14741/task/14747/stat : 14747 (java) S 14740 14727 11043 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 617585295 885194752 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14748] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14748/stat : 14748 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 617585295 885194752 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14749] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14749/stat : 14749 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617585295 885194752 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 883404

[startup+12.7025 s]
/proc/loadavg: 2.15 2.61 2.32 3/84 14749
/proc/meminfo: memFree=1848296/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=0.48
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 974 6556 0 79 3 1 34 10 15 0 1 0 617585191 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 11043 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 617585291 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=864448 CPUtime=11.61
/proc/14741/stat : 14741 (java) S 14740 14727 11043 0 -1 0 24708 0 3 0 1147 14 0 0 19 0 9 0 617585291 885194752 23544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14741/statm: 216112 23544 2564 9 0 210659 0
[pid=14741/tid=14742] ppid=14740 vsize=864448 CPUtime=9.5
/proc/14741/task/14742/stat : 14742 (java) R 14740 14727 11043 0 -1 64 3818 0 3 0 946 4 0 0 25 0 9 0 617585292 885194752 23544 996147200 134512640 134550740 4294955952 18446744073709551615 103214681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14743] ppid=14740 vsize=864448 CPUtime=2
/proc/14741/task/14743/stat : 14743 (java) S 14740 14727 11043 0 -1 64 19842 0 0 0 191 9 0 0 16 0 9 0 617585293 885194752 23544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14744] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 617585294 885194752 23544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14745] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 11043 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 617585294 885194752 23544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14746] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14746/stat : 14746 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617585295 885194752 23544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14747] ppid=14740 vsize=864448 CPUtime=0.09
/proc/14741/task/14747/stat : 14747 (java) S 14740 14727 11043 0 -1 64 355 0 0 0 9 0 0 0 17 0 9 0 617585295 885194752 23544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14748] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14748/stat : 14748 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 617585295 885194752 23544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14749] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14749/stat : 14749 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617585295 885194752 23544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 883404

[startup+25.503 s]
/proc/loadavg: 2.13 2.59 2.32 3/84 14749
/proc/meminfo: memFree=1832168/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=0.48
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 974 6556 0 79 3 1 34 10 15 0 1 0 617585191 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 11043 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 617585291 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=864448 CPUtime=24.34
/proc/14741/stat : 14741 (java) S 14740 14727 11043 0 -1 0 27577 0 3 0 2416 18 0 0 19 0 9 0 617585291 885194752 26273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14741/statm: 216112 26273 2564 9 0 210659 0
[pid=14741/tid=14742] ppid=14740 vsize=864448 CPUtime=21.82
/proc/14741/task/14742/stat : 14742 (java) R 14740 14727 11043 0 -1 64 3959 0 3 0 2176 6 0 0 25 0 9 0 617585292 885194752 26273 996147200 134512640 134550740 4294955952 18446744073709551615 4126599854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14743] ppid=14740 vsize=864448 CPUtime=2.4
/proc/14741/task/14743/stat : 14743 (java) S 14740 14727 11043 0 -1 64 22565 0 0 0 229 11 0 0 16 0 9 0 617585293 885194752 26273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14744] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 617585294 885194752 26273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14745] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 11043 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 617585294 885194752 26273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14746] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14746/stat : 14746 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617585295 885194752 26273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14747] ppid=14740 vsize=864448 CPUtime=0.1
/proc/14741/task/14747/stat : 14747 (java) S 14740 14727 11043 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 617585295 885194752 26273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14748] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14748/stat : 14748 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 617585295 885194752 26273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14749] ppid=14740 vsize=864448 CPUtime=0
/proc/14741/task/14749/stat : 14749 (java) S 14740 14727 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617585295 885194752 26273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 883404

[startup+51.1029 s]
/proc/loadavg: 2.08 2.54 2.31 3/84 14749
/proc/meminfo: memFree=1799272/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=0.48
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 974 6556 0 79 3 1 34 10 15 0 1 0 617585191 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 11043 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 617585291 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=885440 CPUtime=49.81
/proc/14741/stat : 14741 (java) S 14740 14727 11043 0 -1 0 43857 0 3 0 4949 32 0 0 19 0 9 0 617585291 906690560 37163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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


[startup+582.302 s]
/proc/loadavg: 2.00 2.08 2.16 3/86 14886
/proc/meminfo: memFree=1655568/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=73.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1021 51021 0 82 3 1 7269 54 16 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
[pid=14750] ppid=14727 vsize=5356 CPUtime=0
/proc/14750/stat : 14750 (sh) S 14727 14727 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617592609 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14750/statm: 1339 232 193 169 0 50 0
[pid=14751] ppid=14750 vsize=50636 CPUtime=506.15
/proc/14751/stat : 14751 (picosat) R 14750 14727 11043 0 -1 4194304 12469 0 0 0 50020 595 0 0 25 0 1 0 617592609 51851264 12334 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14751/statm: 12659 12334 48 102 0 12554 0
Current children cumulated CPU time (s) 579.42
Current children cumulated vsize (KiB) 69592

[startup+642.303 s]
/proc/loadavg: 2.00 2.06 2.14 3/84 14923
/proc/meminfo: memFree=1751272/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=73.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1021 51021 0 82 3 1 7269 54 16 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
[pid=14750] ppid=14727 vsize=5356 CPUtime=0
/proc/14750/stat : 14750 (sh) S 14727 14727 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617592609 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14750/statm: 1339 232 193 169 0 50 0
[pid=14751] ppid=14750 vsize=51560 CPUtime=566.09
/proc/14751/stat : 14751 (picosat) R 14750 14727 11043 0 -1 4194304 12683 0 0 0 56014 595 0 0 25 0 1 0 617592609 52797440 12548 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14751/statm: 12890 12548 48 102 0 12785 0
Current children cumulated CPU time (s) 639.36
Current children cumulated vsize (KiB) 70516

[startup+702.303 s]
/proc/loadavg: 2.06 2.06 2.14 3/84 14929
/proc/meminfo: memFree=1748456/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=73.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1021 51021 0 82 3 1 7269 54 16 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
[pid=14750] ppid=14727 vsize=5356 CPUtime=0
/proc/14750/stat : 14750 (sh) S 14727 14727 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617592609 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14750/statm: 1339 232 193 169 0 50 0
[pid=14751] ppid=14750 vsize=53672 CPUtime=626.03
/proc/14751/stat : 14751 (picosat) R 14750 14727 11043 0 -1 4194304 13208 0 0 0 62007 596 0 0 25 0 1 0 617592609 54960128 13073 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14751/statm: 13418 13073 48 102 0 13313 0
Current children cumulated CPU time (s) 699.3
Current children cumulated vsize (KiB) 72628

[startup+762.307 s]
/proc/loadavg: 2.02 2.05 2.13 3/84 14929
/proc/meminfo: memFree=1746152/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=73.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1021 51021 0 82 3 1 7269 54 16 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
[pid=14750] ppid=14727 vsize=5356 CPUtime=0
/proc/14750/stat : 14750 (sh) S 14727 14727 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617592609 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14750/statm: 1339 232 193 169 0 50 0
[pid=14751] ppid=14750 vsize=55784 CPUtime=686.02
/proc/14751/stat : 14751 (picosat) R 14750 14727 11043 0 -1 4194304 13736 0 0 0 68005 597 0 0 25 0 1 0 617592609 57122816 13601 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14751/statm: 13946 13601 48 102 0 13841 0
Current children cumulated CPU time (s) 759.29
Current children cumulated vsize (KiB) 74740

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

[startup+767.901 s]
/proc/loadavg: 2.02 2.05 2.13 3/84 14929
/proc/meminfo: memFree=1746024/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=73.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1021 51021 0 82 3 1 7269 54 16 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
[pid=14750] ppid=14727 vsize=5356 CPUtime=0
/proc/14750/stat : 14750 (sh) S 14727 14727 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617592609 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14750/statm: 1339 232 193 169 0 50 0
[pid=14751] ppid=14750 vsize=55916 CPUtime=691.61
/proc/14751/stat : 14751 (picosat) R 14750 14727 11043 0 -1 4194304 13781 0 0 0 68564 597 0 0 25 0 1 0 617592609 57257984 13646 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14751/statm: 13979 13646 48 102 0 13874 0
Current children cumulated CPU time (s) 764.88
Current children cumulated vsize (KiB) 74872

[startup+774.301 s]
/proc/loadavg: 2.02 2.05 2.12 3/84 14929
/proc/meminfo: memFree=1745832/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=73.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1021 51021 0 82 3 1 7269 54 16 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
[pid=14750] ppid=14727 vsize=5356 CPUtime=0
/proc/14750/stat : 14750 (sh) S 14727 14727 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617592609 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14750/statm: 1339 232 193 169 0 50 0
[pid=14751] ppid=14750 vsize=56048 CPUtime=698.01
/proc/14751/stat : 14751 (picosat) R 14750 14727 11043 0 -1 4194304 13827 0 0 0 69204 597 0 0 25 0 1 0 617592609 57393152 13692 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/14751/statm: 14012 13692 48 102 0 13907 0
Current children cumulated CPU time (s) 771.28
Current children cumulated vsize (KiB) 75004

[startup+780.702 s]
/proc/loadavg: 2.01 2.05 2.12 3/84 14929
/proc/meminfo: memFree=1745640/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=73.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1021 51021 0 82 3 1 7269 54 16 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
[pid=14750] ppid=14727 vsize=5356 CPUtime=0
/proc/14750/stat : 14750 (sh) S 14727 14727 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617592609 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14750/statm: 1339 232 193 169 0 50 0
[pid=14751] ppid=14750 vsize=56312 CPUtime=704.4
/proc/14751/stat : 14751 (picosat) R 14750 14727 11043 0 -1 4194304 13876 0 0 0 69843 597 0 0 25 0 1 0 617592609 57663488 13741 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14751/statm: 14078 13741 48 102 0 13973 0
Current children cumulated CPU time (s) 777.67
Current children cumulated vsize (KiB) 75268

[startup+782.301 s]
/proc/loadavg: 2.01 2.05 2.12 3/84 14929
/proc/meminfo: memFree=1745576/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=73.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1021 51021 0 82 3 1 7269 54 16 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
[pid=14750] ppid=14727 vsize=5356 CPUtime=0
/proc/14750/stat : 14750 (sh) S 14727 14727 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617592609 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14750/statm: 1339 232 193 169 0 50 0
[pid=14751] ppid=14750 vsize=56312 CPUtime=706
/proc/14751/stat : 14751 (picosat) R 14750 14727 11043 0 -1 4194304 13889 0 0 0 70003 597 0 0 25 0 1 0 617592609 57663488 13754 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14751/statm: 14078 13754 48 102 0 13973 0
Current children cumulated CPU time (s) 779.27
Current children cumulated vsize (KiB) 75268

[startup+783.101 s]
/proc/loadavg: 2.01 2.05 2.12 3/84 14929
/proc/meminfo: memFree=1745512/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=73.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1021 51021 0 82 3 1 7269 54 16 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
[pid=14750] ppid=14727 vsize=5356 CPUtime=0
/proc/14750/stat : 14750 (sh) S 14727 14727 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617592609 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14750/statm: 1339 232 193 169 0 50 0
[pid=14751] ppid=14750 vsize=56312 CPUtime=706.81
/proc/14751/stat : 14751 (picosat) R 14750 14727 11043 0 -1 4194304 13893 0 0 0 70084 597 0 0 25 0 1 0 617592609 57663488 13758 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14751/statm: 14078 13758 48 102 0 13973 0
Current children cumulated CPU time (s) 780.08
Current children cumulated vsize (KiB) 75268

[startup+783.501 s]
/proc/loadavg: 2.01 2.05 2.12 3/84 14929
/proc/meminfo: memFree=1745512/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=73.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1021 51021 0 82 3 1 7269 54 16 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
[pid=14750] ppid=14727 vsize=5356 CPUtime=0
/proc/14750/stat : 14750 (sh) S 14727 14727 11043 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 617592609 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14750/statm: 1339 232 193 169 0 50 0
[pid=14751] ppid=14750 vsize=56312 CPUtime=707.2
/proc/14751/stat : 14751 (picosat) R 14750 14727 11043 0 -1 4194304 13897 0 0 0 70123 597 0 0 25 0 1 0 617592609 57663488 13762 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/14751/statm: 14078 13762 48 102 0 13973 0
Current children cumulated CPU time (s) 780.47
Current children cumulated vsize (KiB) 75268

[startup+783.901 s]
/proc/loadavg: 2.01 2.05 2.12 3/84 14929
/proc/meminfo: memFree=1745512/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=780.74
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1089 65210 0 82 3 1 77417 653 16 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 780.74
Current children cumulated vsize (KiB) 13600

[startup+784.001 s]
/proc/loadavg: 2.01 2.05 2.12 3/84 14929
/proc/meminfo: memFree=1745512/2055920 swapFree=4179944/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=780.74
/proc/14727/stat : 14727 (sugar) S 14725 14727 11043 0 -1 4194304 1090 65210 0 82 3 1 77417 653 15 0 1 0 617585191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 780.74
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 784.028
CPU time (s): 780.969
CPU user time (s): 774.382
CPU system time (s): 6.587
CPU usage (%): 99.6098
Max. virtual memory (cumulated for all children) (KiB): 904396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 774.382
system time used= 6.587
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70100
page faults= 83
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9051
involuntary context switches= 16396

runsolver used 0.860869 second user time and 2.09268 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-03 04:49:39
IDJOB=1051472
IDBENCH=55488
IDSOLVER=345
FILE ID=node88/1051472-1215053379
PBS_JOBID= 7875001
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-48_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051472-1215053379/watcher-1051472-1215053379 -o /tmp/evaluation-result-1051472-1215053379/solver-1051472-1215053379 -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/picosat" -tmp="HOME/temp" HOME/instance-1051472-1215053379.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da13ba5a9bae10f8f78b88700e630ef7
RANDOM SEED=1051010183

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1958296 kB
Buffers:          1816 kB
Cached:          20700 kB
SwapCached:       6996 kB
Active:          28532 kB
Inactive:         4816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1958296 kB
SwapTotal:     4192956 kB
SwapFree:      4179944 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          18100 kB
Slab:            49700 kB
Committed_AS:   894656 kB
PageTables:       1784 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= 66536 MiB
End job on node88 at 2008-07-03 05:02:44