Trace number 1060115

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 67.5147 68.2554

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-0.xml
MD5SUM5a2387650a417487d5414425e566caef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.563913
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size1004
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 00:57:20 2008
0.00/0.04	c 0	PID 14982
0.00/0.05	c 0	HOST node24.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060115-1215125840.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060115-1215125840.xml' 'HOME/temp.csp'
0.04/0.82	c 1	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.04/0.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.86	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'
0.80/0.94	c 1	Parsing HOME/temp.csp
1.01/1.19	c 2	parsed 3601 expressions
1.01/1.19	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.19	c 2	Converting to clausal form CSP
1.11/1.22	c 2	converted 361 (10%) expressions
1.21/1.30	c 2	converted 721 (20%) expressions
1.21/1.39	c 2	converted 1081 (30%) expressions
1.31/1.42	c 2	converted 1441 (40%) expressions
1.31/1.43	c 2	converted 1801 (50%) expressions
1.31/1.44	c 2	converted 2161 (60%) expressions
1.31/1.46	c 2	converted 2521 (70%) expressions
1.31/1.47	c 2	converted 2881 (80%) expressions
1.31/1.48	c 2	converted 3241 (90%) expressions
1.31/1.49	c 2	converted 3601 (100%) expressions
1.31/1.49	c 2	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 1004
1.31/1.49	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.49	c 2	Propagation in CSP
1.41/1.54	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.54	c 2	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 1004
1.41/1.54	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.54	c 2	Simplifing CSP by introducing new Boolean variables
1.51/1.63	c 2	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 1004
1.51/1.63	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.67	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.60/1.72	c 2	23 (10%) CSP integer variables are encoded (21964 clauses, 307338 bytes)
1.60/1.74	c 2	45 (20%) CSP integer variables are encoded (42890 clauses, 621228 bytes)
1.60/1.77	c 2	68 (30%) CSP integer variables are encoded (64639 clauses, 947463 bytes)
1.60/1.79	c 2	90 (40%) CSP integer variables are encoded (85636 clauses, 1262418 bytes)
1.70/1.82	c 2	113 (50%) CSP integer variables are encoded (107597 clauses, 1607238 bytes)
1.70/1.85	c 2	135 (60%) CSP integer variables are encoded (128755 clauses, 1966924 bytes)
1.70/1.88	c 2	158 (70%) CSP integer variables are encoded (150640 clauses, 2338969 bytes)
1.81/1.91	c 2	180 (80%) CSP integer variables are encoded (171680 clauses, 2696649 bytes)
1.81/1.94	c 2	203 (90%) CSP integer variables are encoded (193556 clauses, 3068541 bytes)
1.81/1.97	c 2	225 (100%) CSP integer variables are encoded (214433 clauses, 3423450 bytes)
2.99/3.11	c 3	945 (10%) CSP clauses are encoded (792294 clauses, 16332342 bytes)
4.08/4.22	c 5	1890 (20%) CSP clauses are encoded (1363503 clauses, 29677470 bytes)
5.17/5.33	c 6	2835 (30%) CSP clauses are encoded (1925614 clauses, 42832456 bytes)
6.23/6.46	c 7	3780 (40%) CSP clauses are encoded (2491395 clauses, 56086852 bytes)
7.32/7.58	c 8	4725 (50%) CSP clauses are encoded (3064860 clauses, 69531561 bytes)
8.52/8.72	c 9	5670 (60%) CSP clauses are encoded (3639435 clauses, 83071608 bytes)
9.59/9.88	c 10	6615 (70%) CSP clauses are encoded (4214852 clauses, 97444748 bytes)
10.75/11.02	c 11	7560 (80%) CSP clauses are encoded (4783789 clauses, 111655888 bytes)
11.84/12.14	c 12	8505 (90%) CSP clauses are encoded (5356490 clauses, 125961128 bytes)
12.93/13.24	c 14	9450 (100%) CSP clauses are encoded (5925831 clauses, 140182368 bytes)
12.93/13.24	c 14	9450 CSP clauses encoded
12.93/13.24	c 14	Writing map file : HOME/temp.map
12.93/13.25	c 14	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.93/13.25	c 14	SAT : 220958 SAT variables, 5925831 SAT clauses, 140182368 bytes
12.93/13.25	c 14	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.93/13.27	c 14	SOLVING HOME/temp.cnf
12.93/13.27	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
66.76/67.57	c 68	DECODING HOME/temp.out WITH HOME/temp.map
66.76/67.57	c 68	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
66.85/67.65	c 68	Decoding HOME/temp.out
67.35/68.14	s SATISFIABLE
67.35/68.15	v 393 615 265 120 7 249 298 794 813 859 55 693 287 537 141 392 286 683 517 54 924 723 872 205 600 48 499 157 182 795 717 632 304 421 199 17 98 209 351 773 534 811 469 453 918 648 905 437 831 534 773 229 187 104 0 273 158 695 361 26 496 669 98 367 40 262 286 743 453 531 174 944 35 836 141 802 962 421 622 733 685 0 550 440 15 107 373 198 313 65 42 440 652 357 137 201 723 0 496 29 95 590 143 32 270 924 472 652 0 291 46 385 506 5 145 23 205 96 135 1 623 685 498 928 390 189 447 154 5 65 295 47 187 208 268 361 532 380 795 449 864 156 112 908 192 79 1 216 54 298 662 740 822 906 147 488 56 425 254 183 103 68 0 327 111 861 287 543 313 361 448 471 488 28 965 52 105 151 228 0 743 896 818 186 609 679 0 457 377 7 189 30 88 287 525 984 269 357 433 376 517 274 0 5 531 56 96 128 186 610 243 269 287 352 365 437 523 546 587 608 696 787 791 885 925
67.35/68.15	c 69	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
67.35/68.18	c 69	CPU 37.63 (0.03 0.01 37.6 29.78)
67.35/68.18	c 69	END Fri Jul  4 00:58:29 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-1060115-1215125840/watcher-1060115-1215125840 -o /tmp/evaluation-result-1060115-1215125840/solver-1060115-1215125840 -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-1060115-1215125840.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.06 0.86 0.56 4/72 14982
/proc/meminfo: memFree=1564976/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=18572 CPUtime=0
/proc/14982/stat : 14982 (runsolver) R 14980 14982 14377 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991558593 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14982/statm: 4643 292 257 25 0 2626 0

[startup+0.0630241 s]
/proc/loadavg: 1.06 0.86 0.56 4/72 14982
/proc/meminfo: memFree=1564976/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=0.04
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991558593 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102029 s]
/proc/loadavg: 1.06 0.86 0.56 4/72 14982
/proc/meminfo: memFree=1564976/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=0.04
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991558593 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302044 s]
/proc/loadavg: 1.06 0.86 0.56 4/72 14982
/proc/meminfo: memFree=1564976/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=0.04
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991558593 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702092 s]
/proc/loadavg: 1.06 0.86 0.56 4/72 14982
/proc/meminfo: memFree=1564976/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=0.04
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991558593 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50117 s]
/proc/loadavg: 1.06 0.86 0.56 4/83 15004
/proc/meminfo: memFree=1557592/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=0.8
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 974 6742 0 1 3 1 71 5 15 0 1 0 1991558593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 797 370 3 0 500 0
[pid=14995] ppid=14982 vsize=5356 CPUtime=0
/proc/14995/stat : 14995 (sh) S 14982 14982 14377 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991558680 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14995/statm: 1339 233 193 169 0 50 0
[pid=14996] ppid=14995 vsize=868252 CPUtime=0.61
/proc/14996/stat : 14996 (java) S 14995 14982 14377 0 -1 0 5713 0 1 0 57 4 0 0 18 0 9 0 1991558680 889090048 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14996/statm: 217063 5105 1734 9 0 211638 0
[pid=14996/tid=14997] ppid=14995 vsize=868252 CPUtime=0.37
/proc/14996/task/14997/stat : 14997 (java) R 14995 14982 14377 0 -1 64 2658 0 1 0 36 1 0 0 19 0 9 0 1991558681 889090048 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4125950598 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=14998] ppid=14995 vsize=868252 CPUtime=0.03
/proc/14996/task/14998/stat : 14998 (java) S 14995 14982 14377 0 -1 64 904 0 0 0 3 0 0 0 16 0 9 0 1991558682 889090048 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=14999] ppid=14995 vsize=868252 CPUtime=0
/proc/14996/task/14999/stat : 14999 (java) S 14995 14982 14377 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991558682 889090048 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15000] ppid=14995 vsize=868252 CPUtime=0
/proc/14996/task/15000/stat : 15000 (java) S 14995 14982 14377 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991558682 889090048 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15001] ppid=14995 vsize=868252 CPUtime=0
/proc/14996/task/15001/stat : 15001 (java) S 14995 14982 14377 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558684 889090048 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15002] ppid=14995 vsize=868252 CPUtime=0.17
/proc/14996/task/15002/stat : 15002 (java) S 14995 14982 14377 0 -1 64 1460 0 0 0 16 1 0 0 16 0 9 0 1991558684 889090048 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15003] ppid=14995 vsize=868252 CPUtime=0
/proc/14996/task/15003/stat : 15003 (java) S 14995 14982 14377 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558684 889090048 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15004] ppid=14995 vsize=868252 CPUtime=0
/proc/14996/task/15004/stat : 15004 (java) S 14995 14982 14377 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991558684 889090048 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887208

[startup+3.10134 s]
/proc/loadavg: 1.13 0.88 0.57 3/83 15004
/proc/meminfo: memFree=1541272/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=0.8
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 974 6742 0 1 3 1 71 5 15 0 1 0 1991558593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 797 370 3 0 500 0
[pid=14995] ppid=14982 vsize=5356 CPUtime=0
/proc/14995/stat : 14995 (sh) S 14982 14982 14377 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991558680 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14995/statm: 1339 233 193 169 0 50 0
[pid=14996] ppid=14995 vsize=868476 CPUtime=2.19
/proc/14996/stat : 14996 (java) S 14995 14982 14377 0 -1 0 7885 0 1 0 200 19 0 0 18 0 9 0 1991558680 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14996/statm: 217119 6660 2564 9 0 211666 0
[pid=14996/tid=14997] ppid=14995 vsize=868476 CPUtime=1.69
/proc/14996/task/14997/stat : 14997 (java) R 14995 14982 14377 0 -1 64 3147 0 1 0 157 12 0 0 25 0 9 0 1991558681 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4126928920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=14998] ppid=14995 vsize=868476 CPUtime=0.25
/proc/14996/task/14998/stat : 14998 (java) S 14995 14982 14377 0 -1 64 2553 0 0 0 21 4 0 0 16 0 9 0 1991558682 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=14999] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/14999/stat : 14999 (java) S 14995 14982 14377 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991558682 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15000] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15000/stat : 15000 (java) S 14995 14982 14377 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991558682 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15001] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15001/stat : 15001 (java) S 14995 14982 14377 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558684 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15002] ppid=14995 vsize=868476 CPUtime=0.22
/proc/14996/task/15002/stat : 15002 (java) S 14995 14982 14377 0 -1 64 1493 0 0 0 21 1 0 0 16 0 9 0 1991558684 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15003] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15003/stat : 15003 (java) S 14995 14982 14377 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558684 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15004] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15004/stat : 15004 (java) S 14995 14982 14377 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991558684 889319424 6660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887432

[startup+6.30267 s]
/proc/loadavg: 1.13 0.88 0.57 3/83 15004
/proc/meminfo: memFree=1502104/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=0.8
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 974 6742 0 1 3 1 71 5 16 0 1 0 1991558593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 797 370 3 0 500 0
[pid=14995] ppid=14982 vsize=5356 CPUtime=0
/proc/14995/stat : 14995 (sh) S 14982 14982 14377 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991558680 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14995/statm: 1339 233 193 169 0 50 0
[pid=14996] ppid=14995 vsize=868476 CPUtime=5.34
/proc/14996/stat : 14996 (java) S 14995 14982 14377 0 -1 0 8876 0 1 0 487 47 0 0 18 0 9 0 1991558680 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14996/statm: 217119 6663 2564 9 0 211666 0
[pid=14996/tid=14997] ppid=14995 vsize=868476 CPUtime=4.59
/proc/14996/task/14997/stat : 14997 (java) R 14995 14982 14377 0 -1 64 4135 0 1 0 423 36 0 0 25 0 9 0 1991558681 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4126581580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=14998] ppid=14995 vsize=868476 CPUtime=0.49
/proc/14996/task/14998/stat : 14998 (java) S 14995 14982 14377 0 -1 64 2553 0 0 0 40 9 0 0 16 0 9 0 1991558682 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=14999] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/14999/stat : 14999 (java) S 14995 14982 14377 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991558682 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15000] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15000/stat : 15000 (java) S 14995 14982 14377 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991558682 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15001] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15001/stat : 15001 (java) S 14995 14982 14377 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558684 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15002] ppid=14995 vsize=868476 CPUtime=0.23
/proc/14996/task/15002/stat : 15002 (java) S 14995 14982 14377 0 -1 64 1496 0 0 0 22 1 0 0 16 0 9 0 1991558684 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15003] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15003/stat : 15003 (java) S 14995 14982 14377 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558684 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15004] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15004/stat : 15004 (java) S 14995 14982 14377 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991558684 889319424 6663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887432

[startup+12.7023 s]
/proc/loadavg: 1.49 0.96 0.60 3/83 15004
/proc/meminfo: memFree=1420704/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=0.8
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 974 6742 0 1 3 1 71 5 16 0 1 0 1991558593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 797 370 3 0 500 0
[pid=14995] ppid=14982 vsize=5356 CPUtime=0
/proc/14995/stat : 14995 (sh) S 14982 14982 14377 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991558680 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14995/statm: 1339 233 193 169 0 50 0
[pid=14996] ppid=14995 vsize=868476 CPUtime=11.64
/proc/14996/stat : 14996 (java) S 14995 14982 14377 0 -1 0 10891 0 1 0 1058 106 0 0 18 0 9 0 1991558680 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14996/statm: 217119 6669 2565 9 0 211666 0
[pid=14996/tid=14997] ppid=14995 vsize=868476 CPUtime=10.38
/proc/14996/task/14997/stat : 14997 (java) R 14995 14982 14377 0 -1 64 6144 0 1 0 954 84 0 0 25 0 9 0 1991558681 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4126484218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=14998] ppid=14995 vsize=868476 CPUtime=0.99
/proc/14996/task/14998/stat : 14998 (java) S 14995 14982 14377 0 -1 64 2553 0 0 0 80 19 0 0 16 0 9 0 1991558682 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=14999] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/14999/stat : 14999 (java) S 14995 14982 14377 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991558682 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15000] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15000/stat : 15000 (java) S 14995 14982 14377 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991558682 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15001] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15001/stat : 15001 (java) S 14995 14982 14377 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558684 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15002] ppid=14995 vsize=868476 CPUtime=0.24
/proc/14996/task/15002/stat : 15002 (java) S 14995 14982 14377 0 -1 64 1502 0 0 0 23 1 0 0 17 0 9 0 1991558684 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15003] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15003/stat : 15003 (java) S 14995 14982 14377 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558684 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14996/tid=15004] ppid=14995 vsize=868476 CPUtime=0
/proc/14996/task/15004/stat : 15004 (java) S 14995 14982 14377 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991558684 889319424 6669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887432

[startup+25.5026 s]
/proc/loadavg: 1.64 1.01 0.62 3/75 15006
/proc/meminfo: memFree=1364384/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=12.99
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 1022 18112 0 2 3 1 1177 118 16 0 1 0 1991558593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 799 370 3 0 500 0
[pid=15005] ppid=14982 vsize=5356 CPUtime=0
/proc/15005/stat : 15005 (sh) S 14982 14982 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991559920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15005/statm: 1339 232 193 169 0 50 0
[pid=15006] ppid=15005 vsize=68148 CPUtime=12.1
/proc/15006/stat : 15006 (picosat) R 15005 14982 14377 0 -1 4194304 15354 0 0 0 555 655 0 0 25 0 1 0 1991559920 69783552 15340 996147200 134512640 134931368 4294956256 18446744073709551615 134719033 0 0 4096 0 0 0 0 17 1 0 0
/proc/15006/statm: 17037 15340 40 102 0 16932 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 87104

[startup+51.1023 s]
/proc/loadavg: 1.76 1.09 0.66 3/75 15006
/proc/meminfo: memFree=1266848/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=12.99
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 1022 18112 0 2 3 1 1177 118 16 0 1 0 1991558593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 799 370 3 0 500 0
[pid=15005] ppid=14982 vsize=5356 CPUtime=0
/proc/15005/stat : 15005 (sh) S 14982 14982 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991559920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15005/statm: 1339 232 193 169 0 50 0
[pid=15006] ppid=15005 vsize=163988 CPUtime=37.5
/proc/15006/stat : 15006 (picosat) R 15005 14982 14377 0 -1 4194304 40065 0 0 0 1732 2018 0 0 25 0 1 0 1991559920 167923712 40051 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15006/statm: 40997 40051 40 102 0 40892 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 182944

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

[startup+57.5019 s]
/proc/loadavg: 1.80 1.12 0.67 3/75 15006
/proc/meminfo: memFree=1241376/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=12.99
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 1022 18112 0 2 3 1 1177 118 16 0 1 0 1991558593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 799 370 3 0 500 0
[pid=15005] ppid=14982 vsize=5356 CPUtime=0
/proc/15005/stat : 15005 (sh) S 14982 14982 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991559920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15005/statm: 1339 232 193 169 0 50 0
[pid=15006] ppid=15005 vsize=202284 CPUtime=43.85
/proc/15006/stat : 15006 (picosat) R 15005 14982 14377 0 -1 4194304 46231 0 0 0 2030 2355 0 0 25 0 1 0 1991559920 207138816 46217 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15006/statm: 50571 46217 40 102 0 50466 0
Current children cumulated CPU time (s) 56.84
Current children cumulated vsize (KiB) 221240

[startup+63.9016 s]
/proc/loadavg: 1.89 1.15 0.68 3/75 15006
/proc/meminfo: memFree=1215968/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=12.99
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 1022 18112 0 2 3 1 1177 118 16 0 1 0 1991558593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 799 370 3 0 500 0
[pid=15005] ppid=14982 vsize=5356 CPUtime=0
/proc/15005/stat : 15005 (sh) S 14982 14982 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991559920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15005/statm: 1339 232 193 169 0 50 0
[pid=15006] ppid=15005 vsize=224064 CPUtime=50.2
/proc/15006/stat : 15006 (picosat) R 15005 14982 14377 0 -1 4194304 52390 0 0 0 2323 2697 0 0 25 0 1 0 1991559920 229441536 52376 996147200 134512640 134931368 4294956256 18446744073709551615 134719037 0 0 4096 0 0 0 0 17 1 0 0
/proc/15006/statm: 56016 52376 40 102 0 55911 0
Current children cumulated CPU time (s) 63.19
Current children cumulated vsize (KiB) 243020

[startup+65.5018 s]
/proc/loadavg: 1.89 1.15 0.68 3/75 15006
/proc/meminfo: memFree=1211744/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=12.99
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 1022 18112 0 2 3 1 1177 118 16 0 1 0 1991558593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 799 370 3 0 500 0
[pid=15005] ppid=14982 vsize=5356 CPUtime=0
/proc/15005/stat : 15005 (sh) S 14982 14982 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991559920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15005/statm: 1339 232 193 169 0 50 0
[pid=15006] ppid=15005 vsize=229608 CPUtime=51.79
/proc/15006/stat : 15006 (picosat) R 15005 14982 14377 0 -1 4194304 53929 0 0 0 2398 2781 0 0 25 0 1 0 1991559920 235118592 53915 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15006/statm: 57402 53915 40 102 0 57297 0
Current children cumulated CPU time (s) 64.78
Current children cumulated vsize (KiB) 248564

[startup+67.107 s]
/proc/loadavg: 1.90 1.17 0.69 3/75 15006
/proc/meminfo: memFree=1203168/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=12.99
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 1022 18112 0 2 3 1 1177 118 16 0 1 0 1991558593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 799 370 3 0 500 0
[pid=15005] ppid=14982 vsize=5356 CPUtime=0
/proc/15005/stat : 15005 (sh) S 14982 14982 14377 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991559920 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15005/statm: 1339 232 193 169 0 50 0
[pid=15006] ppid=15005 vsize=238208 CPUtime=53.37
/proc/15006/stat : 15006 (picosat) R 15005 14982 14377 0 -1 4194304 55435 0 0 0 2485 2852 0 0 25 0 1 0 1991559920 243924992 55421 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/15006/statm: 59552 55421 42 102 0 59447 0
Current children cumulated CPU time (s) 66.36
Current children cumulated vsize (KiB) 257164

[startup+67.902 s]
/proc/loadavg: 1.90 1.17 0.69 3/75 15006
/proc/meminfo: memFree=1203168/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=66.85
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 1091 73885 0 2 3 1 3706 2975 16 0 1 0 1991558593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 66.85
Current children cumulated vsize (KiB) 13600

[startup+68.1021 s]
/proc/loadavg: 1.90 1.17 0.69 3/83 15016
/proc/meminfo: memFree=1417888/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=66.85
/proc/14982/stat : 14982 (sugar) S 14980 14982 14377 0 -1 4194304 1091 73885 0 2 3 1 3706 2975 16 0 1 0 1991558593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14982/statm: 3400 799 370 3 0 500 0
[pid=15007] ppid=14982 vsize=5356 CPUtime=0
/proc/15007/stat : 15007 (sh) S 14982 14982 14377 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991565350 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15007/statm: 1339 233 193 169 0 50 0
[pid=15008] ppid=15007 vsize=864040 CPUtime=0.5
/proc/15008/stat : 15008 (java) S 15007 14982 14377 0 -1 0 3507 0 1 0 48 2 0 0 18 0 9 0 1991565351 884776960 2981 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 216010 2981 1664 9 0 210592 0
[pid=15008/tid=15009] ppid=15007 vsize=864040 CPUtime=0.46
/proc/15008/task/15009/stat : 15009 (java) R 15007 14982 14377 0 -1 64 2455 0 1 0 45 1 0 0 21 0 9 0 1991565352 884776960 2981 996147200 134512640 134550740 4294956000 18446744073709551615 4126438563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15010] ppid=15007 vsize=864040 CPUtime=0
/proc/15008/task/15010/stat : 15010 (java) S 15007 14982 14377 0 -1 64 66 0 0 0 0 0 0 0 16 0 9 0 1991565353 884776960 2981 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15011] ppid=15007 vsize=864040 CPUtime=0
/proc/15008/task/15011/stat : 15011 (java) S 15007 14982 14377 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1991565353 884776960 2981 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15012] ppid=15007 vsize=864040 CPUtime=0
/proc/15008/task/15012/stat : 15012 (java) S 15007 14982 14377 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991565353 884776960 2981 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15013] ppid=15007 vsize=864040 CPUtime=0
/proc/15008/task/15013/stat : 15013 (java) S 15007 14982 14377 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991565355 884776960 2981 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15014] ppid=15007 vsize=864040 CPUtime=0.03
/proc/15008/task/15014/stat : 15014 (java) S 15007 14982 14377 0 -1 64 294 0 0 0 3 0 0 0 16 0 9 0 1991565355 884776960 2981 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15015] ppid=15007 vsize=864040 CPUtime=0
/proc/15008/task/15015/stat : 15015 (java) S 15007 14982 14377 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991565355 884776960 2981 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15016] ppid=15007 vsize=864040 CPUtime=0
/proc/15008/task/15016/stat : 15016 (java) S 15007 14982 14377 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991565355 884776960 2981 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.35
Current children cumulated vsize (KiB) 882996

[startup+68.2071 s]
/proc/loadavg: 1.90 1.17 0.69 3/83 15016
/proc/meminfo: memFree=1417888/2055920 swapFree=4180448/4192956
[pid=14982] ppid=14980 vsize=13600 CPUtime=67.45
/proc/14982/stat : 14982 (sugar) R 14980 14982 14377 0 -1 4194304 1119 77747 0 3 3 4 3760 2978 16 0 1 0 1991558593 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14982/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 67.45
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 68.2554
CPU time (s): 67.5147
CPU user time (s): 37.6363
CPU system time (s): 29.8785
CPU usage (%): 98.9148
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.6363
system time used= 29.8785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78896
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= 27895
involuntary context switches= 28995

runsolver used 0.073988 second user time and 0.214967 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-04 00:57:20
IDJOB=1060115
IDBENCH=54407
IDSOLVER=345
FILE ID=node24/1060115-1215125840
PBS_JOBID= 7877216
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-0.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-1060115-1215125840/watcher-1060115-1215125840 -o /tmp/evaluation-result-1060115-1215125840/solver-1060115-1215125840 -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-1060115-1215125840.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5a2387650a417487d5414425e566caef
RANDOM SEED=1028246860

node24.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1565456 kB
Buffers:         58004 kB
Cached:         361664 kB
SwapCached:       6556 kB
Active:         168524 kB
Inactive:       262084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565456 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          18876 kB
Slab:            45108 kB
Committed_AS:  3516164 kB
PageTables:       1780 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= 66524 MiB
End job on node24 at 2008-07-04 00:58:29