Trace number 1081209

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+minisatSAT 186.73 188.637

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-3.xml
MD5SUMdac891c0d2b55f561c48b6bbb6283241
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 benchmark116.43
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1181
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 02:00:01 2008
0.00/0.04	c 0	PID 27381
0.00/0.05	c 0	HOST node70.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081209-1215216001.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-1081209-1215216001.xml' 'HOME/temp.csp'
0.03/0.64	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.61/0.75	c 1	Parsing HOME/temp.csp
1.02/1.16	c 1	parsed 2237 expressions
1.02/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.17	c 1	Converting to clausal form CSP
1.02/1.19	c 1	converted 224 (10%) expressions
1.02/1.19	c 1	converted 448 (20%) expressions
1.11/1.26	c 1	converted 672 (30%) expressions
1.20/1.35	c 1	converted 895 (40%) expressions
1.20/1.37	c 1	converted 1119 (50%) expressions
1.20/1.39	c 1	converted 1343 (60%) expressions
1.31/1.40	c 1	converted 1566 (70%) expressions
1.31/1.41	c 1	converted 1790 (80%) expressions
1.31/1.41	c 1	converted 2014 (90%) expressions
1.31/1.42	c 1	converted 2237 (100%) expressions
1.31/1.42	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1181
1.31/1.42	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.42	c 1	Propagation in CSP
1.40/1.53	c 1	153286 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.40/1.53	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 576
1.40/1.53	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.53	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.56	c 2	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 576
1.40/1.56	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.60	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.50/1.63	c 2	23 (10%) CSP integer variables are encoded (8251 clauses, 105120 bytes)
1.50/1.64	c 2	45 (20%) CSP integer variables are encoded (16860 clauses, 230816 bytes)
1.50/1.65	c 2	68 (30%) CSP integer variables are encoded (25487 clauses, 360221 bytes)
1.50/1.66	c 2	90 (40%) CSP integer variables are encoded (35820 clauses, 515216 bytes)
1.50/1.68	c 2	113 (50%) CSP integer variables are encoded (46853 clauses, 680711 bytes)
1.50/1.69	c 2	135 (60%) CSP integer variables are encoded (56010 clauses, 818066 bytes)
1.60/1.70	c 2	158 (70%) CSP integer variables are encoded (67382 clauses, 988646 bytes)
1.60/1.71	c 2	180 (80%) CSP integer variables are encoded (76935 clauses, 1131941 bytes)
1.60/1.73	c 2	203 (90%) CSP integer variables are encoded (89298 clauses, 1317386 bytes)
1.60/1.74	c 2	225 (100%) CSP integer variables are encoded (101265 clauses, 1499868 bytes)
1.70/1.90	c 2	494 (10%) CSP clauses are encoded (165202 clauses, 2849065 bytes)
1.90/2.01	c 2	987 (20%) CSP clauses are encoded (216282 clauses, 3936903 bytes)
2.00/2.15	c 2	1481 (30%) CSP clauses are encoded (276901 clauses, 5269174 bytes)
2.10/2.28	c 2	1974 (40%) CSP clauses are encoded (338118 clauses, 6637817 bytes)
2.29/2.43	c 2	2468 (50%) CSP clauses are encoded (403571 clauses, 8095340 bytes)
2.49/2.62	c 3	2961 (60%) CSP clauses are encoded (497435 clauses, 10192490 bytes)
2.59/2.78	c 3	3455 (70%) CSP clauses are encoded (581189 clauses, 12053882 bytes)
2.79/2.94	c 3	3948 (80%) CSP clauses are encoded (663924 clauses, 13878173 bytes)
2.99/3.12	c 3	4442 (90%) CSP clauses are encoded (752157 clauses, 15803839 bytes)
3.18/3.33	c 3	4935 (100%) CSP clauses are encoded (867523 clauses, 18192899 bytes)
3.18/3.33	c 3	4935 CSP clauses encoded
3.18/3.33	c 3	Writing map file : HOME/temp.map
3.18/3.34	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.34	c 3	SAT : 104640 SAT variables, 867523 SAT clauses, 18192899 bytes
3.18/3.34	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.34	c 3	SOLVING HOME/temp.cnf
3.18/3.34	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.18/3.35	c 3	This is MiniSat 2.0 beta
3.18/3.35	c 3	WARNING: for repeatability, setting FPU to use double precision
3.18/3.35	c 3	============================[ Problem Statistics ]=============================
3.18/3.35	c 3	|                                                                             |
3.18/3.35	c 3	|  Number of variables:  104640                                               |
3.18/3.35	c 3	|  Number of clauses:    867523                                               |
3.24/3.84	c 4	|  Parsing time:         0.43         s                                       |
3.24/3.87	c 4	============================[ Search Statistics ]==============================
3.24/3.87	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.24/3.87	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.24/3.87	c 4	===============================================================================
3.24/3.87	c 4	|         0 |  103908   866791  2400373 |   288930        0    nan |  0.000 % |
4.37/4.52	c 4	|       101 |  103908   866791  2400373 |   317823      100     16 |  0.701 % |
5.16/5.34	c 5	|       251 |  103908   866791  2400373 |   349605      250     13 |  0.701 % |
6.35/6.52	c 6	|       476 |  103906   866785  2400358 |   384566      475     13 |  0.701 % |
8.32/8.59	c 9	|       814 |  103906   866785  2400358 |   423022      813     11 |  0.702 % |
11.50/11.79	c 12	|      1320 |  103906   866785  2400358 |   465325     1319     13 |  0.701 % |
15.85/16.16	c 16	|      2081 |  103906   866785  2400358 |   511857     2080     14 |  0.701 % |
23.09/23.49	c 23	|      3220 |  103906   866785  2400358 |   563043     3219     13 |  0.701 % |
33.59/34.01	c 34	|      4930 |  103904   866628  2399890 |   619347     4333     14 |  0.703 % |
47.05/47.63	c 48	|      7492 |  103904   866628  2399890 |   681282     6895     15 |  0.703 % |
70.01/70.82	c 71	|     11337 |  103904   866628  2399890 |   749410    10740     15 |  0.703 % |
105.37/106.57	c 107	|     17104 |  103904   866628  2399890 |   824351    16507     17 |  0.703 % |
160.74/162.49	c 162	|     25753 |  103904   866628  2399890 |   906787    25156     18 |  0.703 % |
186.09/188.08	c 188	===============================================================================
186.09/188.09	c 188	restarts              : 13
186.09/188.09	c 188	conflicts             : 29413          (161 /sec)
186.09/188.09	c 188	decisions             : 40825          (1.25 % random) (223 /sec)
186.09/188.09	c 188	propagations          : 335745044      (1836005 /sec)
186.09/188.09	c 188	conflict literals     : 525719         (38.84 % deleted)
186.09/188.09	c 188	Memory used           : 49.82 MB
186.09/188.09	c 188	CPU time              : 182.867 s
186.09/188.09	c 188	
186.19/188.13	c 188	SATISFIABLE
186.19/188.14	c 188	DECODING HOME/temp.out WITH HOME/temp.map
186.19/188.14	c 188	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
186.24/188.23	c 188	Decoding HOME/temp.out
186.24/188.59	s SATISFIABLE
186.24/188.61	v 14 86 175 239 270 331 394 482 515 561 646 811 959 1029 1156 132 151 251 330 377 432 499 542 722 806 867 897 953 972 1063 228 322 329 355 500 560 642 758 794 805 890 909 1016 1018 1090 26 84 157 241 275 294 313 407 448 548 663 716 756 830 1064 87 450 566 574 603 635 691 718 735 842 945 1038 1091 1121 1138 0 118 174 220 350 416 506 546 647 662 677 738 777 854 947 11 137 336 369 435 512 580 783 826 898 994 1032 1079 1096 1118 74 95 181 288 550 572 656 716 768 802 883 981 1037 1066 1149 0 48 76 181 207 365 398 417 509 533 587 644 828 938 1023 8 44 78 143 217 247 297 374 714 764 842 912 918 1050 1144 274 339 352 441 478 537 581 594 654 700 893 978 1073 1091 1170 42 116 177 348 384 510 622 671 731 793 871 913 921 942 953 8 17 39 56 64 146 178 277 353 372 446 688 812 966 1140 4 71 90 481 548 658 662 708 854 936 983 1031 1039 1131 1170 230 317 341 393 459 493 550 607 764 772 786 855 950 978 1095
186.24/188.61	c 189	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
186.24/188.63	c 189	CPU 186.36 (0.03 0.01 186.33 0.32)
186.24/188.63	c 189	END Sat Jul  5 02:03:10 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-1081209-1215216001/watcher-1081209-1215216001 -o /tmp/evaluation-result-1081209-1215216001/solver-1081209-1215216001 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1081209-1215216001.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.00 2.01 2.00 4/81 27381
/proc/meminfo: memFree=1423888/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=12268 CPUtime=0
/proc/27381/stat : 27381 (sugar) R 27379 27381 26736 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2000568952 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233402235493 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27381/statm: 3067 316 241 3 0 167 0

[startup+0.073534 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 27381
/proc/meminfo: memFree=1423888/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=0.03
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000568952 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101774 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 27381
/proc/meminfo: memFree=1423888/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=0.03
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000568952 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301803 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 27381
/proc/meminfo: memFree=1423888/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=0.03
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000568952 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701883 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 27381
/proc/meminfo: memFree=1423888/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=0.61
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 956 5127 0 1 3 0 55 3 16 0 1 0 2000568952 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50303 s]
/proc/loadavg: 2.00 2.01 2.00 4/92 27403
/proc/meminfo: memFree=1416056/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=0.61
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 974 5127 0 1 3 0 55 3 15 0 1 0 2000568952 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 797 370 3 0 500 0
[pid=27394] ppid=27381 vsize=5356 CPUtime=0
/proc/27394/stat : 27394 (sh) S 27381 27381 26736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000569020 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27394/statm: 1339 233 193 169 0 50 0
[pid=27395] ppid=27394 vsize=868292 CPUtime=0.79
/proc/27395/stat : 27395 (java) S 27394 27381 26736 0 -1 0 5414 0 1 0 76 3 0 0 18 0 9 0 2000569020 889131008 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27395/statm: 217073 4832 1734 9 0 211648 0
[pid=27395/tid=27396] ppid=27394 vsize=868292 CPUtime=0.54
/proc/27395/task/27396/stat : 27396 (java) R 27394 27381 26736 0 -1 64 2654 0 1 0 54 0 0 0 22 0 9 0 2000569021 889131008 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27397] ppid=27394 vsize=868292 CPUtime=0.03
/proc/27395/task/27397/stat : 27397 (java) R 27394 27381 26736 0 -1 64 615 0 0 0 3 0 0 0 16 0 9 0 2000569022 889131008 4832 996147200 134512640 134550740 4294955952 18446744073709551615 103845294 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27398] ppid=27394 vsize=868292 CPUtime=0
/proc/27395/task/27398/stat : 27398 (java) S 27394 27381 26736 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000569022 889131008 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27399] ppid=27394 vsize=868292 CPUtime=0
/proc/27395/task/27399/stat : 27399 (java) S 27394 27381 26736 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000569022 889131008 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27400] ppid=27394 vsize=868292 CPUtime=0
/proc/27395/task/27400/stat : 27400 (java) S 27394 27381 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000569024 889131008 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27401] ppid=27394 vsize=868292 CPUtime=0.19
/proc/27395/task/27401/stat : 27401 (java) S 27394 27381 26736 0 -1 64 1453 0 0 0 18 1 0 0 16 0 9 0 2000569024 889131008 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27402] ppid=27394 vsize=868292 CPUtime=0
/proc/27395/task/27402/stat : 27402 (java) S 27394 27381 26736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000569024 889131008 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27403] ppid=27394 vsize=868292 CPUtime=0
/proc/27395/task/27403/stat : 27403 (java) S 27394 27381 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000569024 889131008 4832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887248

[startup+3.10131 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 27403
/proc/meminfo: memFree=1402680/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=0.62
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 974 5127 0 1 3 1 55 3 15 0 1 0 2000568952 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 797 370 3 0 500 0
[pid=27394] ppid=27381 vsize=5356 CPUtime=0
/proc/27394/stat : 27394 (sh) S 27381 27381 26736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000569020 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27394/statm: 1339 233 193 169 0 50 0
[pid=27395] ppid=27394 vsize=868404 CPUtime=2.37
/proc/27395/stat : 27395 (java) S 27394 27381 26736 0 -1 0 7227 0 1 0 222 15 0 0 18 0 9 0 2000569020 889245696 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27395/statm: 217101 6036 2563 9 0 211648 0
[pid=27395/tid=27396] ppid=27394 vsize=868404 CPUtime=1.91
/proc/27395/task/27396/stat : 27396 (java) R 27394 27381 26736 0 -1 64 3137 0 1 0 182 9 0 0 25 0 9 0 2000569021 889245696 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4126587319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27397] ppid=27394 vsize=868404 CPUtime=0.19
/proc/27395/task/27397/stat : 27397 (java) S 27394 27381 26736 0 -1 64 1915 0 0 0 16 3 0 0 16 0 9 0 2000569022 889245696 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27398] ppid=27394 vsize=868404 CPUtime=0
/proc/27395/task/27398/stat : 27398 (java) S 27394 27381 26736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000569022 889245696 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27399] ppid=27394 vsize=868404 CPUtime=0
/proc/27395/task/27399/stat : 27399 (java) S 27394 27381 26736 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000569022 889245696 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27400] ppid=27394 vsize=868404 CPUtime=0
/proc/27395/task/27400/stat : 27400 (java) S 27394 27381 26736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000569024 889245696 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27401] ppid=27394 vsize=868404 CPUtime=0.23
/proc/27395/task/27401/stat : 27401 (java) S 27394 27381 26736 0 -1 64 1482 0 0 0 22 1 0 0 16 0 9 0 2000569024 889245696 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27402] ppid=27394 vsize=868404 CPUtime=0
/proc/27395/task/27402/stat : 27402 (java) S 27394 27381 26736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000569024 889245696 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27395/tid=27403] ppid=27394 vsize=868404 CPUtime=0
/proc/27395/task/27403/stat : 27403 (java) S 27394 27381 26736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000569024 889245696 6036 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) 887360

[startup+6.30289 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27405
/proc/meminfo: memFree=1359480/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=3.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1033 12729 0 2 3 1 299 21 15 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
[pid=27404] ppid=27381 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (sh) S 27381 27381 26736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000569286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 232 193 169 0 50 0
[pid=27405] ppid=27404 vsize=47316 CPUtime=2.91
/proc/27405/stat : 27405 (minisat) R 27404 27381 26736 0 -1 4194304 11033 0 0 0 285 6 0 0 25 0 1 0 2000569287 48451584 11019 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/27405/statm: 11829 11019 75 150 0 11676 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 66272

[startup+12.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27405
/proc/meminfo: memFree=1359416/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=3.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1033 12729 0 2 3 1 299 21 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
[pid=27404] ppid=27381 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (sh) S 27381 27381 26736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000569286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 232 193 169 0 50 0
[pid=27405] ppid=27404 vsize=47448 CPUtime=9.24
/proc/27405/stat : 27405 (minisat) R 27404 27381 26736 0 -1 4194304 11078 0 0 0 918 6 0 0 25 0 1 0 2000569287 48586752 11064 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/27405/statm: 11862 11064 75 150 0 11709 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 66404

[startup+25.5023 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 27405
/proc/meminfo: memFree=1359288/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=3.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1033 12729 0 2 3 1 299 21 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
[pid=27404] ppid=27381 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (sh) S 27381 27381 26736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000569286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 232 193 169 0 50 0
[pid=27405] ppid=27404 vsize=47712 CPUtime=21.93
/proc/27405/stat : 27405 (minisat) R 27404 27381 26736 0 -1 4194304 11142 0 0 0 2186 7 0 0 25 0 1 0 2000569287 48857088 11128 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 1 0 0
/proc/27405/statm: 11928 11128 75 150 0 11775 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 66668

[startup+51.1029 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 27405
/proc/meminfo: memFree=1358904/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=3.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1033 12729 0 2 3 1 299 21 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
[pid=27404] ppid=27381 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (sh) S 27381 27381 26736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000569286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 232 193 169 0 50 0
[pid=27405] ppid=27404 vsize=48108 CPUtime=47.28
/proc/27405/stat : 27405 (minisat) R 27404 27381 26736 0 -1 4194304 11258 0 0 0 4721 7 0 0 25 0 1 0 2000569287 49262592 11244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27405/statm: 12027 11244 75 150 0 11874 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 67064

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 27411
/proc/meminfo: memFree=1357880/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=3.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1033 12729 0 2 3 1 299 21 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
[pid=27404] ppid=27381 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (sh) S 27381 27381 26736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000569286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 232 193 169 0 50 0
[pid=27405] ppid=27404 vsize=49088 CPUtime=97.96
/proc/27405/stat : 27405 (minisat) R 27404 27381 26736 0 -1 4194304 11504 0 0 0 9789 7 0 0 25 0 1 0 2000569287 50266112 11490 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27405/statm: 12272 11490 75 150 0 12119 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 68044

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27411
/proc/meminfo: memFree=1356536/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=3.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1033 12729 0 2 3 1 299 21 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
[pid=27404] ppid=27381 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (sh) S 27381 27381 26736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000569286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 232 193 169 0 50 0
[pid=27405] ppid=27404 vsize=50240 CPUtime=157.4
/proc/27405/stat : 27405 (minisat) R 27404 27381 26736 0 -1 4194304 11782 0 0 0 15732 8 0 0 25 0 1 0 2000569287 51445760 11768 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27405/statm: 12560 11768 75 150 0 12407 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 69196

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

[startup+166.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27411
/proc/meminfo: memFree=1356472/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=3.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1033 12729 0 2 3 1 299 21 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
[pid=27404] ppid=27381 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (sh) S 27381 27381 26736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000569286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 232 193 169 0 50 0
[pid=27405] ppid=27404 vsize=50372 CPUtime=161.36
/proc/27405/stat : 27405 (minisat) R 27404 27381 26736 0 -1 4194304 11801 0 0 0 16128 8 0 0 25 0 1 0 2000569287 51580928 11787 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27405/statm: 12593 11787 75 150 0 12440 0
Current children cumulated CPU time (s) 164.6
Current children cumulated vsize (KiB) 69328

[startup+179.103 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27411
/proc/meminfo: memFree=1356280/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=3.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1033 12729 0 2 3 1 299 21 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
[pid=27404] ppid=27381 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (sh) S 27381 27381 26736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000569286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 232 193 169 0 50 0
[pid=27405] ppid=27404 vsize=50668 CPUtime=174.04
/proc/27405/stat : 27405 (minisat) R 27404 27381 26736 0 -1 4194304 11870 0 0 0 17396 8 0 0 25 0 1 0 2000569287 51884032 11856 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27405/statm: 12667 11856 75 150 0 12514 0
Current children cumulated CPU time (s) 177.28
Current children cumulated vsize (KiB) 69624

[startup+185.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27411
/proc/meminfo: memFree=1356216/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=3.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1033 12729 0 2 3 1 299 21 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
[pid=27404] ppid=27381 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (sh) S 27381 27381 26736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000569286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 232 193 169 0 50 0
[pid=27405] ppid=27404 vsize=50668 CPUtime=180.38
/proc/27405/stat : 27405 (minisat) R 27404 27381 26736 0 -1 4194304 11871 0 0 0 18030 8 0 0 25 0 1 0 2000569287 51884032 11857 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27405/statm: 12667 11857 75 150 0 12514 0
Current children cumulated CPU time (s) 183.62
Current children cumulated vsize (KiB) 69624

[startup+187.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27411
/proc/meminfo: memFree=1356216/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=3.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1033 12729 0 2 3 1 299 21 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
[pid=27404] ppid=27381 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (sh) S 27381 27381 26736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000569286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 232 193 169 0 50 0
[pid=27405] ppid=27404 vsize=50668 CPUtime=181.96
/proc/27405/stat : 27405 (minisat) R 27404 27381 26736 0 -1 4194304 11871 0 0 0 18188 8 0 0 25 0 1 0 2000569287 51884032 11857 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27405/statm: 12667 11857 75 150 0 12514 0
Current children cumulated CPU time (s) 185.2
Current children cumulated vsize (KiB) 69624

[startup+187.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27411
/proc/meminfo: memFree=1356216/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=3.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1033 12729 0 2 3 1 299 21 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
[pid=27404] ppid=27381 vsize=5356 CPUtime=0
/proc/27404/stat : 27404 (sh) S 27381 27381 26736 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000569286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27404/statm: 1339 232 193 169 0 50 0
[pid=27405] ppid=27404 vsize=50668 CPUtime=182.75
/proc/27405/stat : 27405 (minisat) R 27404 27381 26736 0 -1 4194304 11871 0 0 0 18267 8 0 0 25 0 1 0 2000569287 51884032 11857 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27405/statm: 12667 11857 75 150 0 12514 0
Current children cumulated CPU time (s) 185.99
Current children cumulated vsize (KiB) 69624

[startup+188.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27411
/proc/meminfo: memFree=1356216/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=186.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1090 24934 0 2 3 1 18590 30 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 186.24
Current children cumulated vsize (KiB) 13600

[startup+188.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27411
/proc/meminfo: memFree=1356216/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=186.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1090 24934 0 2 3 1 18590 30 16 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 186.24
Current children cumulated vsize (KiB) 13600

[startup+188.602 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27411
/proc/meminfo: memFree=1356216/2055920 swapFree=4111004/4192956
[pid=27381] ppid=27379 vsize=13600 CPUtime=186.24
/proc/27381/stat : 27381 (sugar) S 27379 27381 26736 0 -1 4194304 1090 24934 0 2 3 1 18590 30 15 0 1 0 2000568952 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27381/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 186.24
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 188.637
CPU time (s): 186.73
CPU user time (s): 186.376
CPU system time (s): 0.353946
CPU usage (%): 98.9888
Max. virtual memory (cumulated for all children) (KiB): 887360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.376
system time used= 0.353946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29857
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= 5642
involuntary context switches= 13373

runsolver used 0.158975 second user time and 0.71789 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 02:00:01
IDJOB=1081209
IDBENCH=57085
IDSOLVER=346
FILE ID=node70/1081209-1215216001
PBS_JOBID= 7881772
Free space on /tmp= 66340 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-3.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081209-1215216001/watcher-1081209-1215216001 -o /tmp/evaluation-result-1081209-1215216001/solver-1081209-1215216001 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1081209-1215216001.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dac891c0d2b55f561c48b6bbb6283241
RANDOM SEED=1843055408

node70.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.256
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.256
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:       1424368 kB
Buffers:         64164 kB
Cached:         298736 kB
SwapCached:      76584 kB
Active:         382356 kB
Inactive:       188876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1424368 kB
SwapTotal:     4192956 kB
SwapFree:      4111004 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:         223804 kB
Slab:            45152 kB
Committed_AS:  4355556 kB
PageTables:       2196 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= 66340 MiB
End job on node70 at 2008-07-05 02:03:10