Trace number 2080410

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+minisatSAT 334.785 337.947

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.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:38:20 2009
0.00/0.08	c 0	PID 26449
0.07/0.08	c 0	HOST node6.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080410-1247369900.xml TO HOME/temp.csp
0.07/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-2080410-1247369900.xml' 'HOME/temp.csp'
0.07/0.60	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.07/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/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.58/0.70	c 1	Parsing HOME/temp.csp
0.58/0.92	c 1	parsed 2237 expressions
0.58/0.93	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.58/0.93	c 1	Converting to clausal form CSP
0.58/0.95	c 1	converted 224 (10%) expressions
0.58/0.96	c 1	converted 448 (20%) expressions
0.94/1.05	c 1	converted 672 (30%) expressions
1.04/1.15	c 1	converted 895 (40%) expressions
1.04/1.18	c 1	converted 1119 (50%) expressions
1.13/1.20	c 1	converted 1343 (60%) expressions
1.13/1.21	c 1	converted 1566 (70%) expressions
1.13/1.22	c 1	converted 1790 (80%) expressions
1.13/1.23	c 1	converted 2014 (90%) expressions
1.13/1.24	c 1	converted 2237 (100%) expressions
1.13/1.24	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1196
1.13/1.24	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.24	c 1	Propagation in CSP
1.23/1.32	c 2	70657 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.32	c 2	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 737
1.23/1.32	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.32	c 2	Simplifing CSP by introducing new Boolean variables
1.23/1.35	c 2	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 737
1.23/1.35	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.42	c 2	23 (10%) CSP integer variables are encoded (7711 clauses, 98100 bytes)
1.33/1.43	c 2	45 (20%) CSP integer variables are encoded (14295 clauses, 192347 bytes)
1.33/1.44	c 2	68 (30%) CSP integer variables are encoded (23688 clauses, 333242 bytes)
1.33/1.45	c 2	90 (40%) CSP integer variables are encoded (32205 clauses, 460997 bytes)
1.33/1.46	c 2	113 (50%) CSP integer variables are encoded (41682 clauses, 603152 bytes)
1.33/1.48	c 2	135 (60%) CSP integer variables are encoded (51765 clauses, 754397 bytes)
1.33/1.49	c 2	158 (70%) CSP integer variables are encoded (62215 clauses, 911147 bytes)
1.42/1.51	c 2	180 (80%) CSP integer variables are encoded (72990 clauses, 1072772 bytes)
1.42/1.53	c 2	203 (90%) CSP integer variables are encoded (89775 clauses, 1324547 bytes)
1.42/1.55	c 2	225 (100%) CSP integer variables are encoded (103470 clauses, 1537351 bytes)
1.52/1.70	c 2	494 (10%) CSP clauses are encoded (167649 clauses, 2894358 bytes)
1.72/1.81	c 2	987 (20%) CSP clauses are encoded (209958 clauses, 3794426 bytes)
1.82/1.91	c 2	1481 (30%) CSP clauses are encoded (254779 clauses, 4768207 bytes)
1.91/2.05	c 2	1974 (40%) CSP clauses are encoded (317140 clauses, 6164922 bytes)
2.12/2.22	c 2	2468 (50%) CSP clauses are encoded (395080 clauses, 7910908 bytes)
2.22/2.36	c 3	2961 (60%) CSP clauses are encoded (462139 clauses, 9404890 bytes)
2.42/2.52	c 3	3455 (70%) CSP clauses are encoded (543385 clauses, 11211459 bytes)
2.52/2.66	c 3	3948 (80%) CSP clauses are encoded (613731 clauses, 12772153 bytes)
2.71/2.87	c 3	4442 (90%) CSP clauses are encoded (714139 clauses, 14983401 bytes)
3.01/3.15	c 3	4935 (100%) CSP clauses are encoded (866797 clauses, 18184983 bytes)
3.01/3.15	c 3	4935 CSP clauses encoded
3.01/3.15	c 3	Writing map file : HOME/temp.map
3.01/3.16	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.01/3.16	c 3	SAT : 106845 SAT variables, 866797 SAT clauses, 18184983 bytes
3.01/3.16	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.01/3.18	c 3	SOLVING HOME/temp.cnf
3.01/3.18	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.01/3.18	c 3	This is MiniSat 2.0 beta
3.01/3.18	c 3	WARNING: for repeatability, setting FPU to use double precision
3.01/3.18	c 3	============================[ Problem Statistics ]=============================
3.01/3.18	c 3	|                                                                             |
3.01/3.18	c 3	|  Number of variables:  106845                                               |
3.01/3.18	c 3	|  Number of clauses:    866797                                               |
3.59/3.70	c 4	|  Parsing time:         0.43         s                                       |
3.59/3.73	c 4	============================[ Search Statistics ]==============================
3.59/3.73	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.59/3.73	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.59/3.73	c 4	===============================================================================
3.59/3.73	c 4	|         0 |  106013   865965  2393793 |   288655        0    nan |  0.000 % |
4.38/4.50	c 5	|       100 |  106013   865965  2393793 |   317520      100     11 |  0.779 % |
5.27/5.45	c 6	|       250 |  106013   865965  2393793 |   349272      250     14 |  0.779 % |
6.75/6.94	c 7	|       475 |  106013   865965  2393793 |   384199      475     15 |  0.779 % |
8.73/8.91	c 9	|       812 |  106013   865965  2393793 |   422619      812     15 |  0.779 % |
12.19/12.42	c 13	|      1318 |  106013   865965  2393793 |   464881     1318     16 |  0.779 % |
17.55/17.83	c 18	|      2077 |  106013   865965  2393793 |   511369     2077     18 |  0.779 % |
25.18/25.54	c 26	|      3218 |  106013   865965  2393793 |   562506     3218     19 |  0.779 % |
36.76/37.23	c 37	|      4926 |  106013   865965  2393793 |   618757     4926     20 |  0.779 % |
54.98/55.61	c 56	|      7489 |  106013   865965  2393793 |   680633     7489     20 |  0.779 % |
82.22/83.16	c 83	|     11334 |  106013   865965  2393793 |   748696    11334     21 |  0.779 % |
124.21/125.57	c 126	|     17100 |  105429   859318  2375016 |   823566    14439     20 |  1.325 % |
188.90/190.87	c 191	|     25749 |  105429   859318  2375016 |   905923    23088     23 |  1.325 % |
293.00/295.96	c 296	|     38725 |  105427   859202  2374671 |   996515    36039     25 |  1.327 % |
334.24/337.44	c 338	===============================================================================
334.24/337.45	c 338	restarts              : 14
334.24/337.45	c 338	conflicts             : 44287          (134 /sec)
334.24/337.45	c 338	decisions             : 60718          (1.27 % random) (183 /sec)
334.24/337.45	c 338	propagations          : 549238489      (1658866 /sec)
334.24/337.45	c 338	conflict literals     : 1121405        (40.93 % deleted)
334.24/337.45	c 338	Memory used           : 51.72 MB
334.24/337.45	c 338	CPU time              : 331.093 s
334.24/337.45	c 338	
334.24/337.50	c 338	SATISFIABLE
334.34/337.50	c 338	DECODING HOME/temp.out WITH HOME/temp.map
334.34/337.50	c 338	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'
334.34/337.58	c 338	Decoding HOME/temp.out
334.63/337.88	s SATISFIABLE
334.63/337.89	v 106 241 242 356 458 499 579 708 717 778 813 832 986 1069 1157 44 50 118 261 282 366 522 588 639 722 818 886 924 986 1145 86 132 189 255 340 428 486 593 628 687 898 942 1038 1062 1117 16 91 160 213 311 319 400 481 519 577 580 639 842 872 959 1 100 180 254 351 447 488 502 505 922 1021 1030 1072 1167 1194 9 37 48 204 229 264 491 552 636 746 802 900 981 1053 1198 180 201 206 333 338 385 401 478 563 661 707 743 882 1053 1097 58 107 354 415 511 552 558 641 722 766 849 858 952 1051 1089 11 88 544 612 681 720 773 872 878 912 939 990 1076 1104 1197 1 96 187 245 321 410 545 641 655 710 857 948 956 974 1134 2 42 50 86 140 141 197 360 542 632 769 1039 1143 1185 1210 11 49 139 187 301 348 358 450 542 660 757 789 836 891 1201 69 158 202 230 282 330 440 810 860 948 962 1046 1052 1085 1198 100 114 192 196 336 343 349 367 429 483 707 709 716 720 816 45 216 292 296 316 395 445 468 483 497 595 701 797 1081 1218
334.73/337.90	c 338	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
334.73/337.94	c 338	CPU 334.75 (0.06 0.02 334.25 0.42)
334.73/337.94	c 338	END Sun Jul 12 05:43:58 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-2080410-1247369900/watcher-2080410-1247369900 -o /tmp/evaluation-result-2080410-1247369900/solver-2080410-1247369900 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2080410-1247369900.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.00 2.05 4/74 26449
/proc/meminfo: memFree=1675608/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=12268 CPUtime=0
/proc/26449/stat : 26449 (sugar) R 26447 26449 21966 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24057432 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26449/statm: 3067 316 241 3 0 167 0

[startup+0.0831391 s]
/proc/loadavg: 2.00 2.00 2.05 4/74 26449
/proc/meminfo: memFree=1675608/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16740 CPUtime=0.07
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24057432 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.100726 s]
/proc/loadavg: 2.00 2.00 2.05 4/74 26449
/proc/meminfo: memFree=1675608/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=0.07
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24057432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301763 s]
/proc/loadavg: 2.00 2.00 2.05 4/74 26449
/proc/meminfo: memFree=1675608/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=0.07
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24057432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70184 s]
/proc/loadavg: 2.00 2.00 2.05 4/74 26449
/proc/meminfo: memFree=1675608/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=0.58
/proc/26449/stat : 26449 (sugar) R 26447 26449 21966 0 -1 4194304 1292 5183 0 1 6 1 47 4 16 0 1 0 24057432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268601168873 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26449/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.503 s]
/proc/loadavg: 2.00 2.00 2.05 3/85 26471
/proc/meminfo: memFree=1665408/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=0.58
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1310 5183 0 1 6 1 47 4 15 0 1 0 24057432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1111 409 3 0 796 0
[pid=26462] ppid=26449 vsize=5356 CPUtime=0
/proc/26462/stat : 26462 (sh) S 26449 26449 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24057494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26462/statm: 1339 233 193 169 0 50 0
[pid=26463] ppid=26462 vsize=868628 CPUtime=0.84
/proc/26463/stat : 26463 (java) S 26462 26449 21966 0 -1 0 6801 0 1 0 80 4 0 0 18 0 9 0 24057495 889475072 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26463/statm: 217157 6007 2589 9 0 211634 0
[pid=26463/tid=26464] ppid=26462 vsize=868628 CPUtime=0.57
/proc/26463/task/26464/stat : 26464 (java) R 26462 26449 21966 0 -1 64 2760 0 1 0 55 2 0 0 18 0 9 0 24057496 889475072 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4126905660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26465] ppid=26462 vsize=868628 CPUtime=0.07
/proc/26463/task/26465/stat : 26465 (java) S 26462 26449 21966 0 -1 64 1859 0 0 0 7 0 0 0 16 0 9 0 24057497 889475072 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26466] ppid=26462 vsize=868628 CPUtime=0
/proc/26463/task/26466/stat : 26466 (java) S 26462 26449 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24057497 889475072 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26467] ppid=26462 vsize=868628 CPUtime=0
/proc/26463/task/26467/stat : 26467 (java) S 26462 26449 21966 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24057498 889475072 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26468] ppid=26462 vsize=868628 CPUtime=0
/proc/26463/task/26468/stat : 26468 (java) S 26462 26449 21966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24057500 889475072 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26469] ppid=26462 vsize=868628 CPUtime=0.17
/proc/26463/task/26469/stat : 26469 (java) S 26462 26449 21966 0 -1 64 1484 0 0 0 17 0 0 0 16 0 9 0 24057500 889475072 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26470] ppid=26462 vsize=868628 CPUtime=0
/proc/26463/task/26470/stat : 26470 (java) S 26462 26449 21966 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24057500 889475072 6007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26471] ppid=26462 vsize=868628 CPUtime=0
/proc/26463/task/26471/stat : 26471 (java) S 26462 26449 21966 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24057500 889475072 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) 890852

[startup+3.10231 s]
/proc/loadavg: 2.00 2.00 2.05 3/85 26471
/proc/meminfo: memFree=1651456/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=0.59
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1310 5183 0 1 6 2 47 4 15 0 1 0 24057432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1111 409 3 0 796 0
[pid=26462] ppid=26449 vsize=5356 CPUtime=0
/proc/26462/stat : 26462 (sh) S 26449 26449 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24057494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26462/statm: 1339 233 193 169 0 50 0
[pid=26463] ppid=26462 vsize=868628 CPUtime=2.42
/proc/26463/stat : 26463 (java) S 26462 26449 21966 0 -1 0 7267 0 1 0 224 18 0 0 18 0 9 0 24057495 889475072 6027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26463/statm: 217157 6027 2589 9 0 211634 0
[pid=26463/tid=26464] ppid=26462 vsize=868628 CPUtime=1.99
/proc/26463/task/26464/stat : 26464 (java) R 26462 26449 21966 0 -1 64 3209 0 1 0 186 13 0 0 25 0 9 0 24057496 889475072 6027 996147200 134512640 134550932 4294955936 18446744073709551615 102094109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26465] ppid=26462 vsize=868628 CPUtime=0.2
/proc/26463/task/26465/stat : 26465 (java) S 26462 26449 21966 0 -1 64 1859 0 0 0 17 3 0 0 16 0 9 0 24057497 889475072 6027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26466] ppid=26462 vsize=868628 CPUtime=0
/proc/26463/task/26466/stat : 26466 (java) S 26462 26449 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24057497 889475072 6027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26467] ppid=26462 vsize=868628 CPUtime=0
/proc/26463/task/26467/stat : 26467 (java) S 26462 26449 21966 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24057498 889475072 6027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26468] ppid=26462 vsize=868628 CPUtime=0
/proc/26463/task/26468/stat : 26468 (java) S 26462 26449 21966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24057500 889475072 6027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26469] ppid=26462 vsize=868628 CPUtime=0.2
/proc/26463/task/26469/stat : 26469 (java) S 26462 26449 21966 0 -1 64 1501 0 0 0 20 0 0 0 16 0 9 0 24057500 889475072 6027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26470] ppid=26462 vsize=868628 CPUtime=0
/proc/26463/task/26470/stat : 26470 (java) S 26462 26449 21966 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24057500 889475072 6027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26463/tid=26471] ppid=26462 vsize=868628 CPUtime=0
/proc/26463/task/26471/stat : 26471 (java) S 26462 26449 21966 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24057500 889475072 6027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890852

[startup+6.30195 s]
/proc/loadavg: 2.08 2.02 2.05 3/77 26473
/proc/meminfo: memFree=1609280/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=47480 CPUtime=3.06
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 11119 0 0 0 297 9 0 0 25 0 1 0 24057751 48619520 11105 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/26473/statm: 11870 11105 75 150 0 11717 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 69704

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.05 3/77 26473
/proc/meminfo: memFree=1609600/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=47612 CPUtime=9.4
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 11145 0 0 0 931 9 0 0 25 0 1 0 24057751 48754688 11131 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26473/statm: 11903 11131 75 150 0 11750 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 69836

[startup+25.5017 s]
/proc/loadavg: 2.06 2.02 2.05 3/77 26473
/proc/meminfo: memFree=1609600/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=47876 CPUtime=22.09
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 11202 0 0 0 2199 10 0 0 25 0 1 0 24057751 49025024 11188 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/26473/statm: 11969 11188 75 150 0 11816 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 70100

[startup+51.1017 s]
/proc/loadavg: 2.04 2.01 2.05 3/77 26473
/proc/meminfo: memFree=1609216/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=48452 CPUtime=47.44
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 11324 0 0 0 4734 10 0 0 25 0 1 0 24057751 49614848 11310 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26473/statm: 12113 11310 75 150 0 11960 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 70676

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.04 3/77 26473
/proc/meminfo: memFree=1608064/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=49428 CPUtime=98.15
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 11542 0 0 0 9805 10 0 0 25 0 1 0 24057751 50614272 11528 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26473/statm: 12357 11528 75 150 0 12204 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 71652

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.04 3/77 26473
/proc/meminfo: memFree=1606720/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 72336

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.03 3/77 26473
/proc/meminfo: memFree=1605312/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=51300 CPUtime=217.01
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 12024 0 0 0 21690 11 0 0 25 0 1 0 24057751 52531200 12010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26473/statm: 12825 12010 75 150 0 12672 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 73524

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 26473
/proc/meminfo: memFree=1603648/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=52388 CPUtime=276.44
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 12286 0 0 0 27633 11 0 0 25 0 1 0 24057751 53645312 12272 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26473/statm: 13097 12272 75 150 0 12944 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 74612

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

[startup+307.102 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 26473
/proc/meminfo: memFree=1603136/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=52784 CPUtime=301.01
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 12382 0 0 0 30090 11 0 0 25 0 1 0 24057751 54050816 12368 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26473/statm: 13196 12368 75 150 0 13043 0
Current children cumulated CPU time (s) 304.1
Current children cumulated vsize (KiB) 75008

[startup+319.902 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 26473
/proc/meminfo: memFree=1603080/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=52784 CPUtime=313.69
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 12387 0 0 0 31358 11 0 0 25 0 1 0 24057751 54050816 12373 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26473/statm: 13196 12373 75 150 0 13043 0
Current children cumulated CPU time (s) 316.78
Current children cumulated vsize (KiB) 75008

[startup+326.302 s]
/proc/loadavg: 1.93 1.98 2.01 3/85 26515
/proc/meminfo: memFree=1624584/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=52784 CPUtime=320.06
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 12389 0 0 0 31994 12 0 0 25 0 1 0 24057751 54050816 12375 996147200 134512640 135127466 4294956256 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 0 0 0
/proc/26473/statm: 13196 12375 75 150 0 13043 0
Current children cumulated CPU time (s) 323.15
Current children cumulated vsize (KiB) 75008

[startup+332.701 s]
/proc/loadavg: 1.93 1.98 2.01 3/85 26515
/proc/meminfo: memFree=1624456/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=52784 CPUtime=326.45
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 12389 0 0 0 32633 12 0 0 25 0 1 0 24057751 54050816 12375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26473/statm: 13196 12375 75 150 0 13043 0
Current children cumulated CPU time (s) 329.54
Current children cumulated vsize (KiB) 75008

[startup+335.902 s]
/proc/loadavg: 1.94 1.98 2.01 3/85 26515
/proc/meminfo: memFree=1624264/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=52784 CPUtime=329.65
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 12395 0 0 0 32953 12 0 0 25 0 1 0 24057751 54050816 12381 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26473/statm: 13196 12381 75 150 0 13043 0
Current children cumulated CPU time (s) 332.74
Current children cumulated vsize (KiB) 75008

[startup+336.702 s]
/proc/loadavg: 1.94 1.98 2.01 3/85 26515
/proc/meminfo: memFree=1624264/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=52784 CPUtime=330.45
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194304 12395 0 0 0 33033 12 0 0 25 0 1 0 24057751 54050816 12381 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/26473/statm: 13196 12381 75 150 0 13043 0
Current children cumulated CPU time (s) 333.54
Current children cumulated vsize (KiB) 75008

[startup+337.502 s]
/proc/loadavg: 1.94 1.98 2.01 3/85 26515
/proc/meminfo: memFree=1624264/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=3.09
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1376 12770 0 2 6 2 277 24 16 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26472] ppid=26449 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26449 26449 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24057751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26472/statm: 1339 232 193 169 0 50 0
[pid=26473] ppid=26472 vsize=0 CPUtime=331.25
/proc/26473/stat : 26473 (minisat) R 26472 26449 21966 0 -1 4194308 12443 0 0 0 33112 13 0 0 25 0 1 0 24057751 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/26473/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 334.34
Current children cumulated vsize (KiB) 22224

[startup+337.902 s]
/proc/loadavg: 1.94 1.98 2.01 4/93 26525
/proc/meminfo: memFree=1668808/2055924 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=16868 CPUtime=334.36
/proc/26449/stat : 26449 (sugar) S 26447 26449 21966 0 -1 4194304 1450 25498 0 2 6 2 33390 38 15 0 1 0 24057432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26449/statm: 4217 1113 409 3 0 796 0
[pid=26516] ppid=26449 vsize=5356 CPUtime=0
/proc/26516/stat : 26516 (sh) S 26449 26449 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24091183 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26516/statm: 1339 233 193 169 0 50 0
[pid=26517] ppid=26516 vsize=864156 CPUtime=0.37
/proc/26517/stat : 26517 (java) S 26516 26449 21966 0 -1 0 3529 0 1 0 35 2 0 0 18 0 9 0 24091184 884895744 2998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26517/statm: 216039 2998 1703 9 0 210544 0
[pid=26517/tid=26518] ppid=26516 vsize=864156 CPUtime=0.32
/proc/26517/task/26518/stat : 26518 (java) R 26516 26449 21966 0 -1 64 2529 0 1 0 31 1 0 0 18 0 9 0 24091185 884895744 2998 996147200 134512640 134550932 4294955984 18446744073709551615 104263741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26517/tid=26519] ppid=26516 vsize=864156 CPUtime=0
/proc/26517/task/26519/stat : 26519 (java) S 26516 26449 21966 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 24091186 884895744 2998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26517/tid=26520] ppid=26516 vsize=864156 CPUtime=0
/proc/26517/task/26520/stat : 26520 (java) S 26516 26449 21966 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24091186 884895744 2998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26517/tid=26521] ppid=26516 vsize=864156 CPUtime=0
/proc/26517/task/26521/stat : 26521 (java) S 26516 26449 21966 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24091186 884895744 2998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26517/tid=26522] ppid=26516 vsize=864156 CPUtime=0
/proc/26517/task/26522/stat : 26522 (java) S 26516 26449 21966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24091188 884895744 2998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26517/tid=26523] ppid=26516 vsize=864156 CPUtime=0.03
/proc/26517/task/26523/stat : 26523 (java) S 26516 26449 21966 0 -1 64 304 0 0 0 3 0 0 0 16 0 9 0 24091188 884895744 2998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26517/tid=26524] ppid=26516 vsize=864156 CPUtime=0
/proc/26517/task/26524/stat : 26524 (java) S 26516 26449 21966 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24091188 884895744 2998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26517/tid=26525] ppid=26516 vsize=864156 CPUtime=0
/proc/26517/task/26525/stat : 26525 (java) S 26516 26449 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24091188 884895744 2998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 334.73
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 337.947
CPU time (s): 334.785
CPU user time (s): 334.327
CPU system time (s): 0.45793
CPU usage (%): 99.0643
Max. virtual memory (cumulated for all children) (KiB): 890852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 334.327
system time used= 0.45793
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30871
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= 6623
involuntary context switches= 13516

runsolver used 0.416936 second user time and 1.13883 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 05:38:20
IDJOB=2080410
IDBENCH=57082
IDSOLVER=739
FILE ID=node6/2080410-1247369900
PBS_JOBID= 9507036
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080410-1247369900/watcher-2080410-1247369900 -o /tmp/evaluation-result-2080410-1247369900/solver-2080410-1247369900 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2080410-1247369900.xml

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

MD5SUM BENCH= 3a7497b7cd2a115ee4d429cc301e1993
RANDOM SEED=1689950619

node6.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.263
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.263
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:      2055924 kB
MemFree:       1676088 kB
Buffers:         47448 kB
Cached:         200344 kB
SwapCached:          0 kB
Active:         192908 kB
Inactive:       111756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1676088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          68156 kB
Slab:            60368 kB
Committed_AS:   207320 kB
PageTables:       1988 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= 66404 MiB
End job on node6 at 2009-07-12 05:43:58