Trace number 1064736

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+minisatUNSAT 17.8023 18.0311

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-tag10.xml
MD5SUM0974d400ab58878f22f5c953bc881e0b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.8023
Satisfiable
(Un)Satisfiability was proved
Number of variables9071
Number of constraints25913
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25913
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 Fri Jul  4 05:55:37 2008
0.00/0.04	c 0	PID 11577
0.00/0.04	c 0	HOST node85.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1064736-1215143736.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064736-1215143736.xml' 'HOME/temp.csp'
1.76/1.87	c 1	2 domains, 9071 variables, 7 predicates, 0 relations, 25913 constraints
1.84/1.92	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.84/1.92	c 2	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'
1.85/2.00	c 2	Parsing HOME/temp.csp
2.21/2.31	c 2	parsed 10000 expressions
2.41/2.52	c 2	parsed 20000 expressions
2.60/2.77	c 2	parsed 30000 expressions
2.80/2.90	c 2	parsed 34993 expressions
2.80/2.91	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.80/2.91	c 2	Converting to clausal form CSP
2.80/2.96	c 3	converted 3500 (10%) expressions
2.80/2.96	c 3	converted 6999 (20%) expressions
3.11/3.23	c 3	converted 10498 (30%) expressions
3.21/3.31	c 3	converted 13998 (40%) expressions
3.21/3.37	c 3	converted 17497 (50%) expressions
3.30/3.44	c 3	converted 20996 (60%) expressions
3.30/3.50	c 3	converted 24496 (70%) expressions
3.40/3.57	c 3	converted 27995 (80%) expressions
3.59/3.79	c 3	converted 31494 (90%) expressions
4.09/4.27	c 4	converted 34993 (100%) expressions
4.09/4.28	c 4	CSP : 15587 integers, 0 booleans, 38944 clauses, largest domain size 74
4.09/4.28	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.09/4.28	c 4	Propagation in CSP
4.39/4.54	c 4	485 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.39/4.55	c 4	CSP : 15587 integers, 0 booleans, 38944 clauses, largest domain size 64
4.39/4.55	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.39/4.56	c 4	Simplifing CSP by introducing new Boolean variables
4.39/4.58	c 4	CSP : 15587 integers, 0 booleans, 38944 clauses, largest domain size 64
4.39/4.58	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.59/4.71	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.59/4.74	c 4	1559 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.59/4.74	c 4	3118 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.59/4.75	c 4	4677 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.59/4.75	c 4	6235 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.59/4.75	c 4	7794 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.59/4.77	c 4	9353 (60%) CSP integer variables are encoded (5875 clauses, 86396 bytes)
4.69/4.81	c 4	10911 (70%) CSP integer variables are encoded (38270 clauses, 572321 bytes)
4.69/4.84	c 4	12470 (80%) CSP integer variables are encoded (71672 clauses, 1073351 bytes)
4.69/4.88	c 4	14029 (90%) CSP integer variables are encoded (102947 clauses, 1574777 bytes)
4.78/4.93	c 5	15587 (100%) CSP integer variables are encoded (138556 clauses, 2180130 bytes)
4.78/4.99	c 5	3895 (10%) CSP clauses are encoded (142445 clauses, 2226314 bytes)
4.89/5.02	c 5	7789 (20%) CSP clauses are encoded (146339 clauses, 2276936 bytes)
4.89/5.04	c 5	11684 (30%) CSP clauses are encoded (150234 clauses, 2327571 bytes)
4.89/5.06	c 5	15578 (40%) CSP clauses are encoded (154128 clauses, 2378193 bytes)
4.89/5.09	c 5	19472 (50%) CSP clauses are encoded (158002 clauses, 2437184 bytes)
4.98/5.12	c 5	23367 (60%) CSP clauses are encoded (161897 clauses, 2508441 bytes)
5.28/5.42	c 5	27261 (70%) CSP clauses are encoded (328018 clauses, 5846058 bytes)
5.88/6.01	c 6	31156 (80%) CSP clauses are encoded (664094 clauses, 12644054 bytes)
6.38/6.58	c 6	35050 (90%) CSP clauses are encoded (994087 clauses, 19576191 bytes)
6.96/7.19	c 7	38944 (100%) CSP clauses are encoded (1317028 clauses, 26960806 bytes)
6.96/7.19	c 7	38944 CSP clauses encoded
6.96/7.19	c 7	Writing map file : HOME/temp.map
7.06/7.26	c 7	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.06/7.26	c 7	SAT : 154130 SAT variables, 1317028 SAT clauses, 26960806 bytes
7.06/7.26	c 7	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.15/7.30	c 7	SOLVING HOME/temp.cnf
7.15/7.30	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.15/7.30	c 7	This is MiniSat 2.0 beta
7.15/7.30	c 7	WARNING: for repeatability, setting FPU to use double precision
7.15/7.30	c 7	============================[ Problem Statistics ]=============================
7.15/7.30	c 7	|                                                                             |
7.15/7.30	c 7	|  Number of variables:  154130                                               |
7.15/7.30	c 7	|  Number of clauses:    1317028                                              |
7.73/7.95	c 8	|  Parsing time:         0.57         s                                       |
7.73/7.98	c 8	============================[ Search Statistics ]==============================
7.73/7.98	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.73/7.98	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.73/7.98	c 8	===============================================================================
7.73/7.98	c 8	|         0 |  154130  1317028  3598339 |   439009        0    nan |  0.000 % |
7.93/8.19	c 8	|       100 |  154130  1317028  3598339 |   482910      100     29 |  0.000 % |
8.43/8.67	c 8	|       251 |  154130  1317028  3598339 |   531201      251     21 |  0.000 % |
8.83/9.10	c 9	|       476 |  154130  1317028  3598339 |   584321      476     27 |  0.000 % |
9.41/9.64	c 9	|       814 |  154127  1317028  3598339 |   642753      812     23 |  0.002 % |
9.91/10.17	c 10	|      1320 |  154127  1317028  3598339 |   707028     1318     22 |  0.002 % |
11.01/11.24	c 11	|      2079 |  154127  1317020  3598323 |   777731     2006     22 |  0.002 % |
12.40/12.61	c 12	|      3218 |  154126  1317017  3598317 |   855504     3144     22 |  0.003 % |
14.20/14.44	c 14	|      4927 |  154126  1317017  3598317 |   941055     4853     23 |  0.003 % |
17.39/17.61	c 17	|      7490 |  153309  1305627  3566557 |  1035161     3728     18 |  1.085 % |
17.39/17.68	c 17	===============================================================================
17.39/17.68	c 17	restarts              : 10
17.39/17.68	c 17	conflicts             : 7546           (737 /sec)
17.39/17.68	c 17	decisions             : 9746           (1.81 % random) (952 /sec)
17.39/17.68	c 17	propagations          : 22070633       (2156505 /sec)
17.39/17.68	c 17	conflict literals     : 162490         (44.03 % deleted)
17.39/17.68	c 17	Memory used           : 68.21 MB
17.39/17.68	c 17	CPU time              : 10.2344 s
17.39/17.68	c 17	
17.39/17.68	c 17	UNSATISFIABLE
17.39/17.70	c 17	DECODING HOME/temp.out WITH HOME/temp.map
17.39/17.70	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.49/17.77	c 17	Decoding HOME/temp.out
17.49/17.96	s UNSATISFIABLE
17.49/17.97	c 18	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
17.49/18.02	c 18	CPU 17.27 (0.04 0 17.23 0.49)
17.49/18.02	c 18	END Fri Jul  4 05:55:55 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1064736-1215143736/watcher-1064736-1215143736 -o /tmp/evaluation-result-1064736-1215143736/solver-1064736-1215143736 -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-1064736-1215143736.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.00 2.00 4/85 11577
/proc/meminfo: memFree=1553256/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=12272 CPUtime=0
/proc/11577/stat : 11577 (sugar) R 11575 11577 9200 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 255316383 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 0 0 0
/proc/11577/statm: 3068 327 246 3 0 168 0

[startup+0.089959 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 11577
/proc/meminfo: memFree=1553256/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=0.03
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 255316383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11577/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101962 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 11577
/proc/meminfo: memFree=1553256/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=0.03
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 255316383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11577/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302001 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 11577
/proc/meminfo: memFree=1553256/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=0.03
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 255316383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11577/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701082 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 11577
/proc/meminfo: memFree=1553256/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=0.03
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 255316383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11577/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50223 s]
/proc/loadavg: 2.08 2.02 2.01 3/96 11589
/proc/meminfo: memFree=1523088/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=0.03
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 255316383 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11577/statm: 3400 796 370 3 0 500 0
[pid=11580] ppid=11577 vsize=5356 CPUtime=0
/proc/11580/stat : 11580 (sh) S 11577 11577 9200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255316387 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11580/statm: 1339 233 193 169 0 50 0
[pid=11581] ppid=11580 vsize=864676 CPUtime=1.44
/proc/11581/stat : 11581 (java) S 11580 11577 9200 0 -1 0 15822 0 1 0 137 7 0 0 18 0 9 0 255316388 885428224 13857 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11581/statm: 216169 13857 2529 9 0 210751 0
[pid=11581/tid=11582] ppid=11580 vsize=864676 CPUtime=0.81
/proc/11581/task/11582/stat : 11582 (java) R 11580 11577 9200 0 -1 64 3035 0 1 0 80 1 0 0 24 0 9 0 255316389 885428224 13857 996147200 134512640 134550740 4294956016 18446744073709551615 4126097027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11583] ppid=11580 vsize=864676 CPUtime=0.48
/proc/11581/task/11583/stat : 11583 (java) S 11580 11577 9200 0 -1 64 11580 0 0 0 44 4 0 0 16 0 9 0 255316390 885428224 13857 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11584] ppid=11580 vsize=864676 CPUtime=0
/proc/11581/task/11584/stat : 11584 (java) S 11580 11577 9200 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 255316390 885428224 13857 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11585] ppid=11580 vsize=864676 CPUtime=0
/proc/11581/task/11585/stat : 11585 (java) S 11580 11577 9200 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 255316390 885428224 13857 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11586] ppid=11580 vsize=864676 CPUtime=0
/proc/11581/task/11586/stat : 11586 (java) S 11580 11577 9200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 255316392 885428224 13857 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11587] ppid=11580 vsize=864676 CPUtime=0.11
/proc/11581/task/11587/stat : 11587 (java) S 11580 11577 9200 0 -1 64 507 0 0 0 11 0 0 0 16 0 9 0 255316392 885428224 13857 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11588] ppid=11580 vsize=864676 CPUtime=0
/proc/11581/task/11588/stat : 11588 (java) S 11580 11577 9200 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 255316392 885428224 13857 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11581/tid=11589] ppid=11580 vsize=864676 CPUtime=0
/proc/11581/task/11589/stat : 11589 (java) S 11580 11577 9200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255316392 885428224 13857 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883632

[startup+3.10154 s]
/proc/loadavg: 2.08 2.02 2.01 4/96 11599
/proc/meminfo: memFree=1544336/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=1.85
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 974 16600 0 1 3 0 173 9 15 0 1 0 255316383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11577/statm: 3400 797 370 3 0 500 0
[pid=11590] ppid=11577 vsize=5356 CPUtime=0
/proc/11590/stat : 11590 (sh) S 11577 11577 9200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 255316576 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11590/statm: 1339 233 193 169 0 50 0
[pid=11591] ppid=11590 vsize=864192 CPUtime=1.15
/proc/11591/stat : 11591 (java) S 11590 11577 9200 0 -1 0 8424 0 1 0 110 5 0 0 20 0 9 0 255316576 884932608 7224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11591/statm: 216048 7224 2543 9 0 210623 0
[pid=11591/tid=11592] ppid=11590 vsize=864192 CPUtime=0.71
/proc/11591/task/11592/stat : 11592 (java) R 11590 11577 9200 0 -1 64 2698 0 1 0 70 1 0 0 25 0 9 0 255316577 884932608 7224 996147200 134512640 134550740 4294955952 18446744073709551615 4126096974 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11593] ppid=11590 vsize=864192 CPUtime=0.31
/proc/11591/task/11593/stat : 11593 (java) S 11590 11577 9200 0 -1 64 4677 0 0 0 30 1 0 0 16 0 9 0 255316578 884932608 7224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11594] ppid=11590 vsize=864192 CPUtime=0
/proc/11591/task/11594/stat : 11594 (java) S 11590 11577 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255316578 884932608 7224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11595] ppid=11590 vsize=864192 CPUtime=0
/proc/11591/task/11595/stat : 11595 (java) S 11590 11577 9200 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 255316578 884932608 7224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11596] ppid=11590 vsize=864192 CPUtime=0
/proc/11591/task/11596/stat : 11596 (java) S 11590 11577 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255316580 884932608 7224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11597] ppid=11590 vsize=864192 CPUtime=0.09
/proc/11591/task/11597/stat : 11597 (java) S 11590 11577 9200 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 255316580 884932608 7224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11598] ppid=11590 vsize=864192 CPUtime=0
/proc/11591/task/11598/stat : 11598 (java) S 11590 11577 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255316580 884932608 7224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11599] ppid=11590 vsize=864192 CPUtime=0
/proc/11591/task/11599/stat : 11599 (java) S 11590 11577 9200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 255316580 884932608 7224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883148

[startup+6.30216 s]
/proc/loadavg: 2.08 2.02 2.01 3/96 11599
/proc/meminfo: memFree=1502224/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=1.85
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 974 16600 0 1 3 0 173 9 15 0 1 0 255316383 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11577/statm: 3400 797 370 3 0 500 0
[pid=11590] ppid=11577 vsize=5356 CPUtime=0
/proc/11590/stat : 11590 (sh) S 11577 11577 9200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 255316576 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11590/statm: 1339 233 193 169 0 50 0
[pid=11591] ppid=11590 vsize=868540 CPUtime=4.33
/proc/11591/stat : 11591 (java) S 11590 11577 9200 0 -1 0 14921 0 1 0 416 17 0 0 20 0 9 0 255316576 889384960 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11591/statm: 217135 13014 2565 9 0 211682 0
[pid=11591/tid=11592] ppid=11590 vsize=868540 CPUtime=3.16
/proc/11591/task/11592/stat : 11592 (java) R 11590 11577 9200 0 -1 64 3266 0 1 0 306 10 0 0 25 0 9 0 255316577 889384960 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11593] ppid=11590 vsize=868540 CPUtime=0.87
/proc/11591/task/11593/stat : 11593 (java) S 11590 11577 9200 0 -1 64 9436 0 0 0 83 4 0 0 16 0 9 0 255316578 889384960 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11594] ppid=11590 vsize=868540 CPUtime=0
/proc/11591/task/11594/stat : 11594 (java) S 11590 11577 9200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255316578 889384960 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11595] ppid=11590 vsize=868540 CPUtime=0
/proc/11591/task/11595/stat : 11595 (java) S 11590 11577 9200 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 255316578 889384960 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11596] ppid=11590 vsize=868540 CPUtime=0
/proc/11591/task/11596/stat : 11596 (java) S 11590 11577 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255316580 889384960 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11597] ppid=11590 vsize=868540 CPUtime=0.27
/proc/11591/task/11597/stat : 11597 (java) S 11590 11577 9200 0 -1 64 1523 0 0 0 26 1 0 0 16 0 9 0 255316580 889384960 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11598] ppid=11590 vsize=868540 CPUtime=0
/proc/11591/task/11598/stat : 11598 (java) S 11590 11577 9200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 255316580 889384960 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11591/tid=11599] ppid=11590 vsize=868540 CPUtime=0
/proc/11591/task/11599/stat : 11599 (java) S 11590 11577 9200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 255316580 889384960 13014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887496

[startup+12.7024 s]
/proc/loadavg: 2.07 2.02 2.00 3/88 11601
/proc/meminfo: memFree=1457104/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=7.15
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 1033 31950 0 2 4 0 675 36 16 0 1 0 255316383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11577/statm: 3400 799 370 3 0 500 0
[pid=11600] ppid=11577 vsize=5356 CPUtime=0
/proc/11600/stat : 11600 (sh) S 11577 11577 9200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255317114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11600/statm: 1339 232 193 169 0 50 0
[pid=11601] ppid=11600 vsize=69452 CPUtime=5.35
/proc/11601/stat : 11601 (minisat) R 11600 11577 9200 0 -1 4194304 16594 0 0 0 527 8 0 0 25 0 1 0 255317114 71118848 16580 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11601/statm: 17363 16580 75 150 0 17210 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 88408

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

[startup+15.902 s]
/proc/loadavg: 2.07 2.02 2.00 3/88 11601
/proc/meminfo: memFree=1456592/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=7.15
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 1033 31950 0 2 4 0 675 36 16 0 1 0 255316383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11577/statm: 3400 799 370 3 0 500 0
[pid=11600] ppid=11577 vsize=5356 CPUtime=0
/proc/11600/stat : 11600 (sh) S 11577 11577 9200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255317114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11600/statm: 1339 232 193 169 0 50 0
[pid=11601] ppid=11600 vsize=69848 CPUtime=8.54
/proc/11601/stat : 11601 (minisat) R 11600 11577 9200 0 -1 4194304 16689 0 0 0 845 9 0 0 25 0 1 0 255317114 71524352 16675 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11601/statm: 17462 16675 75 150 0 17309 0
Current children cumulated CPU time (s) 15.69
Current children cumulated vsize (KiB) 88804

[startup+16.7022 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 11601
/proc/meminfo: memFree=1456592/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=7.15
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 1033 31950 0 2 4 0 675 36 16 0 1 0 255316383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11577/statm: 3400 799 370 3 0 500 0
[pid=11600] ppid=11577 vsize=5356 CPUtime=0
/proc/11600/stat : 11600 (sh) S 11577 11577 9200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255317114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11600/statm: 1339 232 193 169 0 50 0
[pid=11601] ppid=11600 vsize=69848 CPUtime=9.34
/proc/11601/stat : 11601 (minisat) R 11600 11577 9200 0 -1 4194304 16689 0 0 0 925 9 0 0 25 0 1 0 255317114 71524352 16675 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11601/statm: 17462 16675 75 150 0 17309 0
Current children cumulated CPU time (s) 16.49
Current children cumulated vsize (KiB) 88804

[startup+17.5023 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 11601
/proc/meminfo: memFree=1456592/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=7.15
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 1033 31950 0 2 4 0 675 36 16 0 1 0 255316383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11577/statm: 3400 799 370 3 0 500 0
[pid=11600] ppid=11577 vsize=5356 CPUtime=0
/proc/11600/stat : 11600 (sh) S 11577 11577 9200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255317114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11600/statm: 1339 232 193 169 0 50 0
[pid=11601] ppid=11600 vsize=69848 CPUtime=10.14
/proc/11601/stat : 11601 (minisat) R 11600 11577 9200 0 -1 4194304 16689 0 0 0 1005 9 0 0 25 0 1 0 255317114 71524352 16675 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/11601/statm: 17462 16675 75 150 0 17309 0
Current children cumulated CPU time (s) 17.29
Current children cumulated vsize (KiB) 88804

[startup+17.9014 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 11601
/proc/meminfo: memFree=1456592/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=17.49
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 1090 48933 0 2 4 0 1699 46 16 0 1 0 255316383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11577/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 13600

[startup+18.0014 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 11601
/proc/meminfo: memFree=1456592/2055920 swapFree=4180776/4192956
[pid=11577] ppid=11575 vsize=13600 CPUtime=17.49
/proc/11577/stat : 11577 (sugar) S 11575 11577 9200 0 -1 4194304 1090 48933 0 2 4 0 1699 46 15 0 1 0 255316383 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11577/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 18.0311
CPU time (s): 17.8023
CPU user time (s): 17.2804
CPU system time (s): 0.52192
CPU usage (%): 98.7312
Max. virtual memory (cumulated for all children) (KiB): 887888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2804
system time used= 0.52192
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54386
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= 6131
involuntary context switches= 6213

runsolver used 0.025996 second user time and 0.068989 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 05:55:37
IDJOB=1064736
IDBENCH=54987
IDSOLVER=346
FILE ID=node85/1064736-1215143736
PBS_JOBID= 7877304
Free space on /tmp= 126840 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-tag10.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-1064736-1215143736/watcher-1064736-1215143736 -o /tmp/evaluation-result-1064736-1215143736/solver-1064736-1215143736 -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-1064736-1215143736.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0974d400ab58878f22f5c953bc881e0b
RANDOM SEED=254292275

node85.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.272
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.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1553808 kB
Buffers:         43084 kB
Cached:         326784 kB
SwapCached:       6988 kB
Active:         190112 kB
Inactive:       265680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553808 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            5132 kB
Writeback:           0 kB
Mapped:         102968 kB
Slab:            31556 kB
Committed_AS:   670592 kB
PageTables:       1828 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= 126836 MiB
End job on node85 at 2008-07-04 05:55:55