Trace number 1064735

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+picosatUNSAT 27.6088 27.9922

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/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 05:55:27 2008
0.00/0.04	c 0	PID 10910
0.00/0.05	c 0	HOST node13.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064735-1215143727.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-1064735-1215143727.xml' 'HOME/temp.csp'
1.85/1.97	c 2	2 domains, 9071 variables, 7 predicates, 0 relations, 25913 constraints
1.92/2.02	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.92/2.02	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'
2.00/2.11	c 2	Parsing HOME/temp.csp
2.30/2.42	c 3	parsed 10000 expressions
2.50/2.64	c 3	parsed 20000 expressions
2.79/2.90	c 3	parsed 30000 expressions
2.89/3.05	c 3	parsed 34993 expressions
2.89/3.05	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.89/3.05	c 3	Converting to clausal form CSP
2.99/3.11	c 3	converted 3500 (10%) expressions
2.99/3.11	c 3	converted 6999 (20%) expressions
3.18/3.39	c 4	converted 10498 (30%) expressions
3.29/3.47	c 4	converted 13998 (40%) expressions
3.39/3.54	c 4	converted 17497 (50%) expressions
3.48/3.61	c 4	converted 20996 (60%) expressions
3.48/3.67	c 4	converted 24496 (70%) expressions
3.58/3.76	c 4	converted 27995 (80%) expressions
3.78/3.98	c 4	converted 31494 (90%) expressions
4.37/4.51	c 5	converted 34993 (100%) expressions
4.37/4.52	c 5	CSP : 15587 integers, 0 booleans, 38944 clauses, largest domain size 74
4.37/4.52	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.37/4.52	c 5	Propagation in CSP
4.67/4.81	c 5	485 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.67/4.81	c 5	CSP : 15587 integers, 0 booleans, 38944 clauses, largest domain size 64
4.67/4.81	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.67/4.83	c 5	Simplifing CSP by introducing new Boolean variables
4.67/4.85	c 5	CSP : 15587 integers, 0 booleans, 38944 clauses, largest domain size 64
4.67/4.85	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.99	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.86/5.03	c 5	1559 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.03	c 5	3118 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.03	c 5	4677 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.03	c 5	6235 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.04	c 5	7794 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.05	c 5	9353 (60%) CSP integer variables are encoded (5875 clauses, 86396 bytes)
4.86/5.09	c 5	10911 (70%) CSP integer variables are encoded (38270 clauses, 572321 bytes)
4.96/5.13	c 5	12470 (80%) CSP integer variables are encoded (71672 clauses, 1073351 bytes)
4.96/5.17	c 5	14029 (90%) CSP integer variables are encoded (102947 clauses, 1574777 bytes)
5.06/5.22	c 6	15587 (100%) CSP integer variables are encoded (138556 clauses, 2180130 bytes)
5.06/5.29	c 6	3895 (10%) CSP clauses are encoded (142445 clauses, 2226314 bytes)
5.16/5.32	c 6	7789 (20%) CSP clauses are encoded (146339 clauses, 2276936 bytes)
5.16/5.34	c 6	11684 (30%) CSP clauses are encoded (150234 clauses, 2327571 bytes)
5.16/5.37	c 6	15578 (40%) CSP clauses are encoded (154128 clauses, 2378193 bytes)
5.26/5.41	c 6	19472 (50%) CSP clauses are encoded (158002 clauses, 2437184 bytes)
5.26/5.45	c 6	23367 (60%) CSP clauses are encoded (161897 clauses, 2508441 bytes)
5.56/5.77	c 6	27261 (70%) CSP clauses are encoded (328018 clauses, 5846058 bytes)
6.25/6.40	c 7	31156 (80%) CSP clauses are encoded (664094 clauses, 12644054 bytes)
6.84/7.04	c 7	35050 (90%) CSP clauses are encoded (994087 clauses, 19576191 bytes)
7.52/7.71	c 8	38944 (100%) CSP clauses are encoded (1317028 clauses, 26960806 bytes)
7.52/7.71	c 8	38944 CSP clauses encoded
7.52/7.71	c 8	Writing map file : HOME/temp.map
7.52/7.78	c 8	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.52/7.78	c 8	SAT : 154130 SAT variables, 1317028 SAT clauses, 26960806 bytes
7.52/7.78	c 8	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.62/7.80	c 8	SOLVING HOME/temp.cnf
7.62/7.80	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
27.22/27.65	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.22/27.65	c 28	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.28/27.73	c 28	Decoding HOME/temp.out
27.28/27.94	s UNSATISFIABLE
27.28/27.95	c 28	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
27.28/27.98	c 28	CPU 21.1 (0.04 0.01 21.06 6.47)
27.28/27.98	c 28	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-1064735-1215143727/watcher-1064735-1215143727 -o /tmp/evaluation-result-1064735-1215143727/solver-1064735-1215143727 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1064735-1215143727.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.99 4/74 10910
/proc/meminfo: memFree=1716848/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=12268 CPUtime=0
/proc/10910/stat : 10910 (sugar) R 10908 10910 10791 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1544044507 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269766147070 0 0 4224 0 0 0 0 17 1 0 0
/proc/10910/statm: 3067 316 241 3 0 167 0

[startup+0.096537 s]
/proc/loadavg: 1.92 1.97 1.99 4/74 10910
/proc/meminfo: memFree=1716848/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=0.04
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544044507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101535 s]
/proc/loadavg: 1.92 1.97 1.99 4/74 10910
/proc/meminfo: memFree=1716848/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=0.04
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544044507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301558 s]
/proc/loadavg: 1.92 1.97 1.99 4/74 10910
/proc/meminfo: memFree=1716848/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=0.04
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544044507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701624 s]
/proc/loadavg: 1.92 1.97 1.99 4/74 10910
/proc/meminfo: memFree=1716848/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=0.04
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544044507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 1.92 1.97 1.99 3/85 10922
/proc/meminfo: memFree=1688152/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=0.04
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544044507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 796 370 3 0 500 0
[pid=10913] ppid=10910 vsize=5356 CPUtime=0
/proc/10913/stat : 10913 (sh) S 10910 10910 10791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544044512 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10913/statm: 1339 233 193 169 0 50 0
[pid=10914] ppid=10913 vsize=864676 CPUtime=1.42
/proc/10914/stat : 10914 (java) S 10913 10910 10791 0 -1 0 15167 0 1 0 134 8 0 0 18 0 9 0 1544044512 885428224 13211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10914/statm: 216169 13211 2529 9 0 210751 0
[pid=10914/tid=10915] ppid=10913 vsize=864676 CPUtime=0.77
/proc/10914/task/10915/stat : 10915 (java) R 10913 10910 10791 0 -1 64 3022 0 1 0 75 2 0 0 24 0 9 0 1544044513 885428224 13211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10914/tid=10916] ppid=10913 vsize=864676 CPUtime=0.5
/proc/10914/task/10916/stat : 10916 (java) R 10913 10910 10791 0 -1 64 10939 0 0 0 46 4 0 0 16 0 9 0 1544044515 885428224 13211 996147200 134512640 134550740 4294956016 18446744073709551615 102723252 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10914/tid=10917] ppid=10913 vsize=864676 CPUtime=0
/proc/10914/task/10917/stat : 10917 (java) S 10913 10910 10791 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1544044515 885428224 13211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10914/tid=10918] ppid=10913 vsize=864676 CPUtime=0
/proc/10914/task/10918/stat : 10918 (java) S 10913 10910 10791 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1544044515 885428224 13211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10914/tid=10919] ppid=10913 vsize=864676 CPUtime=0
/proc/10914/task/10919/stat : 10919 (java) S 10913 10910 10791 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544044517 885428224 13211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10914/tid=10920] ppid=10913 vsize=864676 CPUtime=0.12
/proc/10914/task/10920/stat : 10920 (java) S 10913 10910 10791 0 -1 64 506 0 0 0 12 0 0 0 16 0 9 0 1544044517 885428224 13211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10914/tid=10921] ppid=10913 vsize=864676 CPUtime=0
/proc/10914/task/10921/stat : 10921 (java) S 10913 10910 10791 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544044517 885428224 13211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10914/tid=10922] ppid=10913 vsize=864676 CPUtime=0
/proc/10914/task/10922/stat : 10922 (java) S 10913 10910 10791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544044517 885428224 13211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883632

[startup+3.10293 s]
/proc/loadavg: 1.92 1.97 1.99 3/85 10932
/proc/meminfo: memFree=1709272/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=1.94
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 974 16598 0 1 3 1 180 10 15 0 1 0 1544044507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 797 370 3 0 500 0
[pid=10923] ppid=10910 vsize=5356 CPUtime=0
/proc/10923/stat : 10923 (sh) S 10910 10910 10791 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544044709 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10923/statm: 1339 233 193 169 0 50 0
[pid=10924] ppid=10923 vsize=864180 CPUtime=1.05
/proc/10924/stat : 10924 (java) S 10923 10910 10791 0 -1 0 7936 0 1 0 100 5 0 0 18 0 9 0 1544044710 884920320 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10924/statm: 216045 6956 2540 9 0 210620 0
[pid=10924/tid=10925] ppid=10923 vsize=864180 CPUtime=0.69
/proc/10924/task/10925/stat : 10925 (java) R 10923 10910 10791 0 -1 64 2675 0 1 0 67 2 0 0 18 0 9 0 1544044711 884920320 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10926] ppid=10923 vsize=864180 CPUtime=0.25
/proc/10924/task/10926/stat : 10926 (java) S 10923 10910 10791 0 -1 64 4218 0 0 0 23 2 0 0 16 0 9 0 1544044712 884920320 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10927] ppid=10923 vsize=864180 CPUtime=0
/proc/10924/task/10927/stat : 10927 (java) S 10923 10910 10791 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544044712 884920320 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10928] ppid=10923 vsize=864180 CPUtime=0
/proc/10924/task/10928/stat : 10928 (java) S 10923 10910 10791 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1544044712 884920320 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10929] ppid=10923 vsize=864180 CPUtime=0
/proc/10924/task/10929/stat : 10929 (java) S 10923 10910 10791 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544044714 884920320 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10930] ppid=10923 vsize=864180 CPUtime=0.09
/proc/10924/task/10930/stat : 10930 (java) R 10923 10910 10791 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 1544044714 884920320 6956 996147200 134512640 134550740 4294955952 18446744073709551615 102300818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10931] ppid=10923 vsize=864180 CPUtime=0
/proc/10924/task/10931/stat : 10931 (java) S 10923 10910 10791 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544044714 884920320 6956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10932] ppid=10923 vsize=864180 CPUtime=0
/proc/10924/task/10932/stat : 10932 (java) S 10923 10910 10791 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544044714 884920320 6956 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) 883136

[startup+6.30236 s]
/proc/loadavg: 1.93 1.97 1.99 3/85 10932
/proc/meminfo: memFree=1668888/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=1.94
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 974 16598 0 1 3 1 180 10 15 0 1 0 1544044507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 797 370 3 0 500 0
[pid=10923] ppid=10910 vsize=5356 CPUtime=0
/proc/10923/stat : 10923 (sh) S 10910 10910 10791 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544044709 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10923/statm: 1339 233 193 169 0 50 0
[pid=10924] ppid=10923 vsize=868536 CPUtime=4.21
/proc/10924/stat : 10924 (java) S 10923 10910 10791 0 -1 0 14862 0 1 0 404 17 0 0 18 0 9 0 1544044710 889380864 13006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10924/statm: 217134 13006 2565 9 0 211681 0
[pid=10924/tid=10925] ppid=10923 vsize=868536 CPUtime=3.02
/proc/10924/task/10925/stat : 10925 (java) R 10923 10910 10791 0 -1 64 3216 0 1 0 292 10 0 0 25 0 9 0 1544044711 889380864 13006 996147200 134512640 134550740 4294955952 18446744073709551615 4127075109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10926] ppid=10923 vsize=868536 CPUtime=0.87
/proc/10924/task/10926/stat : 10926 (java) S 10923 10910 10791 0 -1 64 9432 0 0 0 82 5 0 0 16 0 9 0 1544044712 889380864 13006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10927] ppid=10923 vsize=868536 CPUtime=0
/proc/10924/task/10927/stat : 10927 (java) S 10923 10910 10791 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544044712 889380864 13006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10928] ppid=10923 vsize=868536 CPUtime=0
/proc/10924/task/10928/stat : 10928 (java) S 10923 10910 10791 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1544044712 889380864 13006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10929] ppid=10923 vsize=868536 CPUtime=0
/proc/10924/task/10929/stat : 10929 (java) S 10923 10910 10791 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544044714 889380864 13006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10930] ppid=10923 vsize=868536 CPUtime=0.29
/proc/10924/task/10930/stat : 10930 (java) S 10923 10910 10791 0 -1 64 1518 0 0 0 29 0 0 0 16 0 9 0 1544044714 889380864 13006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10931] ppid=10923 vsize=868536 CPUtime=0
/proc/10924/task/10931/stat : 10931 (java) S 10923 10910 10791 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544044714 889380864 13006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10924/tid=10932] ppid=10923 vsize=868536 CPUtime=0
/proc/10924/task/10932/stat : 10932 (java) S 10923 10910 10791 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544044714 889380864 13006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887492

[startup+12.7012 s]
/proc/loadavg: 1.93 1.97 1.99 3/77 10934
/proc/meminfo: memFree=1661208/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=7.62
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 1022 31936 0 2 4 1 717 40 16 0 1 0 1544044507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 799 370 3 0 500 0
[pid=10933] ppid=10910 vsize=5356 CPUtime=0
/proc/10933/stat : 10933 (sh) S 10910 10910 10791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544045287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10933/statm: 1339 232 193 169 0 50 0
[pid=10934] ppid=10933 vsize=35128 CPUtime=4.83
/proc/10934/stat : 10934 (picosat) R 10933 10910 10791 0 -1 4194304 6940 0 0 0 225 258 0 0 25 0 1 0 1544045288 35971072 6926 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/10934/statm: 8782 6926 40 102 0 8677 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 54084

[startup+25.5019 s]
/proc/loadavg: 1.95 1.97 1.99 3/77 10934
/proc/meminfo: memFree=1635352/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=7.62
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 1022 31936 0 2 4 1 717 40 16 0 1 0 1544044507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 799 370 3 0 500 0
[pid=10933] ppid=10910 vsize=5356 CPUtime=0
/proc/10933/stat : 10933 (sh) S 10910 10910 10791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544045287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10933/statm: 1339 232 193 169 0 50 0
[pid=10934] ppid=10933 vsize=61880 CPUtime=17.52
/proc/10934/stat : 10934 (picosat) R 10933 10910 10791 0 -1 4194304 12882 0 0 0 1150 602 0 0 25 0 1 0 1544045288 63365120 12868 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 1 0 0
/proc/10934/statm: 15470 12868 42 102 0 15365 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 80836

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

[startup+27.1011 s]
/proc/loadavg: 1.95 1.97 1.99 3/77 10934
/proc/meminfo: memFree=1635288/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=7.62
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 1022 31936 0 2 4 1 717 40 16 0 1 0 1544044507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 799 370 3 0 500 0
[pid=10933] ppid=10910 vsize=5356 CPUtime=0
/proc/10933/stat : 10933 (sh) S 10910 10910 10791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544045287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10933/statm: 1339 232 193 169 0 50 0
[pid=10934] ppid=10933 vsize=62012 CPUtime=19.1
/proc/10934/stat : 10934 (picosat) R 10933 10910 10791 0 -1 4194304 12916 0 0 0 1308 602 0 0 25 0 1 0 1544045288 63500288 12902 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/10934/statm: 15503 12902 42 102 0 15398 0
Current children cumulated CPU time (s) 26.72
Current children cumulated vsize (KiB) 80968

[startup+27.5062 s]
/proc/loadavg: 1.95 1.97 1.99 3/77 10934
/proc/meminfo: memFree=1635224/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=7.62
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 1022 31936 0 2 4 1 717 40 16 0 1 0 1544044507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 799 370 3 0 500 0
[pid=10933] ppid=10910 vsize=5356 CPUtime=0
/proc/10933/stat : 10933 (sh) S 10910 10910 10791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544045287 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10933/statm: 1339 232 193 169 0 50 0
[pid=10934] ppid=10933 vsize=62144 CPUtime=19.5
/proc/10934/stat : 10934 (picosat) R 10933 10910 10791 0 -1 4194304 12925 0 0 0 1348 602 0 0 25 0 1 0 1544045288 63635456 12911 996147200 134512640 134931368 4294956256 18446744073709551615 134524012 0 0 4096 0 0 0 0 17 1 0 0
/proc/10934/statm: 15536 12911 42 102 0 15431 0
Current children cumulated CPU time (s) 27.12
Current children cumulated vsize (KiB) 81100

[startup+27.9012 s]
/proc/loadavg: 1.95 1.97 1.99 3/77 10934
/proc/meminfo: memFree=1635224/2055920 swapFree=4180436/4192956
[pid=10910] ppid=10908 vsize=13600 CPUtime=27.28
/proc/10910/stat : 10910 (sugar) S 10908 10910 10791 0 -1 4194304 1091 45188 0 2 4 1 2080 643 16 0 1 0 1544044507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10910/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 27.28
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 27.9922
CPU time (s): 27.6088
CPU user time (s): 21.1058
CPU system time (s): 6.50301
CPU usage (%): 98.6303
Max. virtual memory (cumulated for all children) (KiB): 887884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.1058
system time used= 6.50301
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50641
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= 6295
involuntary context switches= 6635

runsolver used 0.027995 second user time and 0.116982 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-04 05:55:27
IDJOB=1064735
IDBENCH=54987
IDSOLVER=345
FILE ID=node13/1064735-1215143727
PBS_JOBID= 7877392
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064735-1215143727/watcher-1064735-1215143727 -o /tmp/evaluation-result-1064735-1215143727/solver-1064735-1215143727 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1064735-1215143727.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0974d400ab58878f22f5c953bc881e0b
RANDOM SEED=182141386

node13.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.238
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.238
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:       1717328 kB
Buffers:         16088 kB
Cached:         153892 kB
SwapCached:       6956 kB
Active:         195752 kB
Inactive:        82948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717328 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            5120 kB
Writeback:           0 kB
Mapped:         115476 kB
Slab:            44716 kB
Committed_AS:  3023200 kB
PageTables:       2160 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= 66516 MiB
End job on node13 at 2008-07-04 05:55:55