Trace number 2080409

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+picosatSAT 394.584 398.459

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-7.xml
MD5SUM3a7497b7cd2a115ee4d429cc301e1993
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 benchmark334.785
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1221
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.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 05:38:16 2009
0.06/0.08	c 0	PID 25497
0.06/0.08	c 0	HOST node3.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080409-1247369896.xml TO HOME/temp.csp
0.06/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-2080409-1247369896.xml' 'HOME/temp.csp'
0.06/0.60	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.06/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	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.06/0.69	c 1	Parsing HOME/temp.csp
0.56/0.78	c 1	parsed 2237 expressions
0.56/0.79	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.79	c 1	Converting to clausal form CSP
0.56/0.81	c 1	converted 224 (10%) expressions
0.56/0.82	c 1	converted 448 (20%) expressions
0.57/0.91	c 1	converted 672 (30%) expressions
0.95/1.01	c 1	converted 895 (40%) expressions
0.95/1.03	c 1	converted 1119 (50%) expressions
0.95/1.05	c 1	converted 1343 (60%) expressions
0.95/1.06	c 1	converted 1566 (70%) expressions
0.95/1.07	c 1	converted 1790 (80%) expressions
0.95/1.08	c 1	converted 2014 (90%) expressions
0.95/1.09	c 1	converted 2237 (100%) expressions
0.95/1.09	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1196
0.95/1.09	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.09	c 1	Propagation in CSP
1.05/1.17	c 1	70657 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.17	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 737
1.05/1.17	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.17	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.20	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 737
1.14/1.20	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.27	c 1	23 (10%) CSP integer variables are encoded (7711 clauses, 98100 bytes)
1.14/1.28	c 1	45 (20%) CSP integer variables are encoded (14295 clauses, 192347 bytes)
1.14/1.29	c 1	68 (30%) CSP integer variables are encoded (23688 clauses, 333242 bytes)
1.23/1.30	c 1	90 (40%) CSP integer variables are encoded (32205 clauses, 460997 bytes)
1.23/1.31	c 1	113 (50%) CSP integer variables are encoded (41682 clauses, 603152 bytes)
1.23/1.33	c 2	135 (60%) CSP integer variables are encoded (51765 clauses, 754397 bytes)
1.23/1.34	c 2	158 (70%) CSP integer variables are encoded (62215 clauses, 911147 bytes)
1.23/1.35	c 2	180 (80%) CSP integer variables are encoded (72990 clauses, 1072772 bytes)
1.23/1.37	c 2	203 (90%) CSP integer variables are encoded (89775 clauses, 1324547 bytes)
1.23/1.39	c 2	225 (100%) CSP integer variables are encoded (103470 clauses, 1537351 bytes)
1.42/1.55	c 2	494 (10%) CSP clauses are encoded (167649 clauses, 2894358 bytes)
1.53/1.65	c 2	987 (20%) CSP clauses are encoded (209958 clauses, 3794426 bytes)
1.63/1.75	c 2	1481 (30%) CSP clauses are encoded (254779 clauses, 4768207 bytes)
1.72/1.89	c 2	1974 (40%) CSP clauses are encoded (317140 clauses, 6164922 bytes)
1.93/2.06	c 2	2468 (50%) CSP clauses are encoded (395080 clauses, 7910908 bytes)
2.02/2.20	c 2	2961 (60%) CSP clauses are encoded (462139 clauses, 9404890 bytes)
2.22/2.36	c 3	3455 (70%) CSP clauses are encoded (543385 clauses, 11211459 bytes)
2.32/2.50	c 3	3948 (80%) CSP clauses are encoded (613731 clauses, 12772153 bytes)
2.51/2.70	c 3	4442 (90%) CSP clauses are encoded (714139 clauses, 14983401 bytes)
2.81/2.98	c 3	4935 (100%) CSP clauses are encoded (866797 clauses, 18184983 bytes)
2.81/2.98	c 3	4935 CSP clauses encoded
2.81/2.98	c 3	Writing map file : HOME/temp.map
2.81/2.99	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.81/2.99	c 3	SAT : 106845 SAT variables, 866797 SAT clauses, 18184983 bytes
2.81/2.99	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.89/3.01	c 3	SOLVING HOME/temp.cnf
2.89/3.01	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
394.25/398.12	c 398	DECODING HOME/temp.out WITH HOME/temp.map
394.25/398.12	c 398	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'
394.29/398.20	c 398	Decoding HOME/temp.out
394.29/398.37	s SATISFIABLE
394.29/398.38	v 38 121 250 367 441 497 577 668 707 756 788 828 974 1069 1157 0 40 108 243 264 349 517 598 657 740 842 910 948 986 1145 85 131 188 265 340 428 486 593 628 687 870 938 1034 1058 1113 15 89 158 211 309 317 398 479 517 589 592 761 842 872 959 0 85 216 252 334 437 471 494 497 894 993 1030 1072 1167 1194 0 28 80 165 204 239 414 536 632 705 800 898 981 1053 1193 131 152 167 308 346 368 398 489 581 657 703 739 872 1034 1078 0 115 287 401 488 529 556 639 718 762 845 854 952 1051 1089 0 485 536 604 673 679 771 872 878 912 939 990 1073 1104 1217 0 94 195 251 329 421 543 620 651 706 857 948 956 974 1134 0 41 49 161 166 167 218 369 542 632 769 948 1013 1157 1210 0 38 121 169 262 338 348 475 554 658 755 786 836 891 1174 24 152 174 187 252 516 651 703 755 898 920 993 999 1085 1175 0 14 118 194 327 342 348 353 441 495 630 705 706 718 816 0 146 212 264 284 364 424 449 482 496 587 758 896 1115 1218
394.29/398.39	c 399	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
394.30/398.45	c 399	CPU 394.55 (0.06 0.02 390.14 4.33)
394.30/398.45	c 399	END Sun Jul 12 05:44:55 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080409-1247369896/watcher-2080409-1247369896 -o /tmp/evaluation-result-2080409-1247369896/solver-2080409-1247369896 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2080409-1247369896.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.00 2.05 2.01 4/81 25497
/proc/meminfo: memFree=1693376/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=12268 CPUtime=0
/proc/25497/stat : 25497 (sugar) R 25495 25497 22067 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24057188 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233653161790 0 0 4224 0 0 0 0 17 1 0 0
/proc/25497/statm: 3067 316 241 3 0 167 0

[startup+0.081465 s]
/proc/loadavg: 2.00 2.05 2.01 4/81 25497
/proc/meminfo: memFree=1693376/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16740 CPUtime=0.06
/proc/25497/stat : 25497 (sugar) R 25495 25497 22067 0 -1 4194304 1122 0 0 0 5 1 0 0 18 0 1 0 24057188 17141760 1090 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 0 0 0 0 17 1 0 0
/proc/25497/statm: 4185 1090 390 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10146 s]
/proc/loadavg: 2.00 2.05 2.01 4/81 25497
/proc/meminfo: memFree=1693376/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=0.06
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24057188 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301491 s]
/proc/loadavg: 2.00 2.05 2.01 4/81 25497
/proc/meminfo: memFree=1693376/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=0.06
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24057188 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701555 s]
/proc/loadavg: 2.00 2.05 2.01 4/81 25497
/proc/meminfo: memFree=1693376/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=0.56
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1309 5183 0 1 5 1 46 4 16 0 1 0 24057188 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.50268 s]
/proc/loadavg: 2.00 2.05 2.01 3/92 25519
/proc/meminfo: memFree=1678504/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=0.57
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1310 5183 0 1 6 1 46 4 15 0 1 0 24057188 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1111 409 3 0 796 0
[pid=25510] ppid=25497 vsize=5356 CPUtime=0
/proc/25510/stat : 25510 (sh) S 25497 25497 22067 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24057249 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25510/statm: 1339 233 193 169 0 50 0
[pid=25511] ppid=25510 vsize=868612 CPUtime=0.85
/proc/25511/stat : 25511 (java) S 25510 25497 22067 0 -1 0 6853 0 1 0 81 4 0 0 18 0 9 0 24057250 889458688 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25511/statm: 217153 6007 2589 9 0 211630 0
[pid=25511/tid=25512] ppid=25510 vsize=868612 CPUtime=0.57
/proc/25511/task/25512/stat : 25512 (java) R 25510 25497 22067 0 -1 64 2794 0 1 0 54 3 0 0 24 0 9 0 24057251 889458688 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4126915324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25511/tid=25513] ppid=25510 vsize=868612 CPUtime=0.07
/proc/25511/task/25513/stat : 25513 (java) S 25510 25497 22067 0 -1 64 1854 0 0 0 7 0 0 0 16 0 9 0 24057252 889458688 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25511/tid=25514] ppid=25510 vsize=868612 CPUtime=0
/proc/25511/task/25514/stat : 25514 (java) S 25510 25497 22067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24057252 889458688 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25511/tid=25515] ppid=25510 vsize=868612 CPUtime=0
/proc/25511/task/25515/stat : 25515 (java) S 25510 25497 22067 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24057252 889458688 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25511/tid=25516] ppid=25510 vsize=868612 CPUtime=0
/proc/25511/task/25516/stat : 25516 (java) S 25510 25497 22067 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24057254 889458688 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25511/tid=25517] ppid=25510 vsize=868612 CPUtime=0.19
/proc/25511/task/25517/stat : 25517 (java) S 25510 25497 22067 0 -1 64 1507 0 0 0 19 0 0 0 16 0 9 0 24057254 889458688 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25511/tid=25518] ppid=25510 vsize=868612 CPUtime=0
/proc/25511/task/25518/stat : 25518 (java) S 25510 25497 22067 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24057254 889458688 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25511/tid=25519] ppid=25510 vsize=868612 CPUtime=0
/proc/25511/task/25519/stat : 25519 (java) S 25510 25497 22067 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24057254 889458688 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890836

[startup+3.10294 s]
/proc/loadavg: 2.00 2.05 2.01 3/92 25519
/proc/meminfo: memFree=1667496/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 16868

[startup+6.30146 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 25521
/proc/meminfo: memFree=1655848/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=20936 CPUtime=3.24
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 4778 0 0 0 148 176 0 0 25 0 1 0 24057490 21438464 4764 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 5234 4764 40 102 0 5129 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 43160

[startup+12.7025 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 25521
/proc/meminfo: memFree=1637544/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=38740 CPUtime=9.58
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 8557 0 0 0 555 403 0 0 25 0 1 0 24057490 39669760 8543 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 9685 8543 42 102 0 9580 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 60964

[startup+25.5016 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 25521
/proc/meminfo: memFree=1637608/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=38872 CPUtime=22.26
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 8591 0 0 0 1822 404 0 0 25 0 1 0 24057490 39804928 8577 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 9718 8577 42 102 0 9613 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 61096

[startup+51.1017 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 25521
/proc/meminfo: memFree=1637160/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=39400 CPUtime=47.61
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 8711 0 0 0 4357 404 0 0 25 0 1 0 24057490 40345600 8697 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 9850 8697 42 102 0 9745 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 61624

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 25521
/proc/meminfo: memFree=1635880/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=40324 CPUtime=98.33
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 8955 0 0 0 9429 404 0 0 25 0 1 0 24057490 41291776 8941 996147200 134512640 134931368 4294956256 18446744073709551615 134522805 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 10081 8941 42 102 0 9976 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 62548

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 25521
/proc/meminfo: memFree=1634792/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=41380 CPUtime=157.76
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 9237 0 0 0 15371 405 0 0 25 0 1 0 24057490 42373120 9223 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 10345 9223 42 102 0 10240 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 63604

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 25521
/proc/meminfo: memFree=1633704/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=42436 CPUtime=217.19
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 9507 0 0 0 21314 405 0 0 25 0 1 0 24057490 43454464 9493 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 10609 9493 42 102 0 10504 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 64660

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25521
/proc/meminfo: memFree=1632552/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=43624 CPUtime=276.63
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 9818 0 0 0 27258 405 0 0 25 0 1 0 24057490 44670976 9804 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 10906 9804 42 102 0 10801 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 65848

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25521
/proc/meminfo: memFree=1631272/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=44812 CPUtime=336.07
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 10115 0 0 0 33201 406 0 0 25 0 1 0 24057490 45887488 10101 996147200 134512640 134931368 4294956256 18446744073709551615 134525616 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 11203 10101 42 102 0 11098 0
Current children cumulated CPU time (s) 338.98
Current children cumulated vsize (KiB) 67036

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

[startup+358.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25521
/proc/meminfo: memFree=1630952/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=45076 CPUtime=351.92
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 10185 0 0 0 34786 406 0 0 25 0 1 0 24057490 46157824 10171 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 11269 10171 42 102 0 11164 0
Current children cumulated CPU time (s) 354.83
Current children cumulated vsize (KiB) 67300

[startup+383.908 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 25521
/proc/meminfo: memFree=1630504/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=45472 CPUtime=377.28
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 10298 0 0 0 37322 406 0 0 25 0 1 0 24057490 46563328 10284 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 11368 10284 42 102 0 11263 0
Current children cumulated CPU time (s) 380.19
Current children cumulated vsize (KiB) 67696

[startup+390.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 25521
/proc/meminfo: memFree=1630440/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=45604 CPUtime=383.62
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 10325 0 0 0 37956 406 0 0 25 0 1 0 24057490 46698496 10311 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 11401 10311 42 102 0 11296 0
Current children cumulated CPU time (s) 386.53
Current children cumulated vsize (KiB) 67828

[startup+393.502 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 25521
/proc/meminfo: memFree=1630376/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=45604 CPUtime=386.79
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 10338 0 0 0 38273 406 0 0 25 0 1 0 24057490 46698496 10324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 11401 10324 42 102 0 11296 0
Current children cumulated CPU time (s) 389.7
Current children cumulated vsize (KiB) 67828

[startup+396.702 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 25521
/proc/meminfo: memFree=1630312/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=45736 CPUtime=389.96
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 10349 0 0 0 38590 406 0 0 25 0 1 0 24057490 46833664 10335 996147200 134512640 134931368 4294956256 18446744073709551615 134523093 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 11434 10335 42 102 0 11329 0
Current children cumulated CPU time (s) 392.87
Current children cumulated vsize (KiB) 67960

[startup+397.502 s]
/proc/loadavg: 2.06 2.02 2.00 4/84 25521
/proc/meminfo: memFree=1630312/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=45736 CPUtime=390.75
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 10353 0 0 0 38669 406 0 0 25 0 1 0 24057490 46833664 10339 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 11434 10339 42 102 0 11329 0
Current children cumulated CPU time (s) 393.66
Current children cumulated vsize (KiB) 67960

[startup+397.902 s]
/proc/loadavg: 2.06 2.02 2.00 4/84 25521
/proc/meminfo: memFree=1630312/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=2.91
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1365 12779 0 2 6 1 261 23 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
[pid=25520] ppid=25497 vsize=5356 CPUtime=0
/proc/25520/stat : 25520 (sh) S 25497 25497 22067 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25520/statm: 1339 232 193 169 0 50 0
[pid=25521] ppid=25520 vsize=45736 CPUtime=391.15
/proc/25521/stat : 25521 (picosat) R 25520 25497 22067 0 -1 4194304 10357 0 0 0 38709 406 0 0 25 0 1 0 24057490 46833664 10343 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/25521/statm: 11434 10343 42 102 0 11329 0
Current children cumulated CPU time (s) 394.06
Current children cumulated vsize (KiB) 67960

[startup+398.302 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 25521
/proc/meminfo: memFree=1632168/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=394.29
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1446 23436 0 2 6 1 38991 431 16 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 394.29
Current children cumulated vsize (KiB) 16868

[startup+398.402 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 25521
/proc/meminfo: memFree=1632168/2055920 swapFree=4192812/4192956
[pid=25497] ppid=25495 vsize=16868 CPUtime=394.3
/proc/25497/stat : 25497 (sugar) S 25495 25497 22067 0 -1 4194304 1449 23436 0 2 6 2 38991 431 15 0 1 0 24057188 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25497/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 394.3
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 398.459
CPU time (s): 394.584
CPU user time (s): 390.216
CPU system time (s): 4.36833
CPU usage (%): 99.0276
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 390.216
system time used= 4.36834
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28882
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= 6896
involuntary context switches= 22997

runsolver used 0.492925 second user time and 1.3338 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 05:38:16
IDJOB=2080409
IDBENCH=57082
IDSOLVER=738
FILE ID=node3/2080409-1247369896
PBS_JOBID= 9507069
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= 3a7497b7cd2a115ee4d429cc301e1993
RANDOM SEED=899018918

node3.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.259
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.259
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:       1693856 kB
Buffers:         49384 kB
Cached:         176308 kB
SwapCached:          0 kB
Active:         207644 kB
Inactive:        91636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:          94032 kB
Slab:            48028 kB
Committed_AS:   278212 kB
PageTables:       1924 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= 66408 MiB
End job on node3 at 2009-07-12 05:44:55