Trace number 2088043

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+picosatUNSAT 110.432 111.742

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-3.xml
MD5SUM75e1db7383da88119e757b40e890b46a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.11038
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:31:32 2009
0.00/0.08	c 0	PID 28695
0.00/0.08	c 0	HOST node13.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2088043-1247387492.xml TO HOME/temp.csp
0.00/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-2088043-1247387492.xml' 'HOME/temp.csp'
0.07/0.89	c 1	11 domains, 350 variables, 8 predicates, 0 relations, 3812 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	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.93/1.01	c 1	Parsing HOME/temp.csp
1.02/1.13	c 1	parsed 4181 expressions
1.02/1.14	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.14	c 1	Converting to clausal form CSP
1.22/1.36	c 1	converted 419 (10%) expressions
2.01/2.19	c 2	converted 837 (20%) expressions
2.60/2.77	c 3	converted 1255 (30%) expressions
3.10/3.24	c 3	converted 1673 (40%) expressions
3.39/3.59	c 4	converted 2091 (50%) expressions
3.79/3.98	c 4	converted 2509 (60%) expressions
4.28/4.49	c 4	converted 2927 (70%) expressions
4.68/4.80	c 5	converted 3345 (80%) expressions
4.97/5.13	c 5	converted 3763 (90%) expressions
5.27/5.47	c 5	converted 4181 (100%) expressions
5.27/5.47	c 5	CSP : 696 integers, 10507 booleans, 23309 clauses, largest domain size 2821
5.27/5.47	c 5	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.27/5.47	c 5	Propagation in CSP
5.46/5.68	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.46/5.68	c 6	CSP : 696 integers, 10507 booleans, 23309 clauses, largest domain size 2821
5.46/5.68	c 6	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.57/5.71	c 6	Simplifing CSP by introducing new Boolean variables
5.57/5.75	c 6	CSP : 696 integers, 17321 booleans, 30123 clauses, largest domain size 2821
5.57/5.75	c 6	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.87/6.08	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.26/6.47	c 6	70 (10%) CSP integer variables are encoded (14729 clauses, 198907 bytes)
6.55/6.77	c 7	140 (20%) CSP integer variables are encoded (27966 clauses, 397462 bytes)
6.86/7.07	c 7	209 (30%) CSP integer variables are encoded (42271 clauses, 612037 bytes)
7.16/7.39	c 7	279 (40%) CSP integer variables are encoded (56756 clauses, 829312 bytes)
7.55/7.73	c 8	348 (50%) CSP integer variables are encoded (72056 clauses, 1058812 bytes)
7.64/7.87	c 8	418 (60%) CSP integer variables are encoded (173898 clauses, 2734983 bytes)
7.84/8.05	c 8	488 (70%) CSP integer variables are encoded (317418 clauses, 5174823 bytes)
8.04/8.23	c 8	557 (80%) CSP integer variables are encoded (449877 clauses, 7426626 bytes)
8.24/8.40	c 8	627 (90%) CSP integer variables are encoded (587741 clauses, 9770314 bytes)
8.34/8.56	c 8	696 (100%) CSP integer variables are encoded (711338 clauses, 11871463 bytes)
9.91/10.17	c 10	3013 (10%) CSP clauses are encoded (1142076 clauses, 21904494 bytes)
11.49/11.79	c 12	6025 (20%) CSP clauses are encoded (1658780 clauses, 34036955 bytes)
13.77/14.06	c 14	9037 (30%) CSP clauses are encoded (2476168 clauses, 53542070 bytes)
15.93/16.22	c 16	12050 (40%) CSP clauses are encoded (3279865 clauses, 72906256 bytes)
17.40/17.78	c 18	15062 (50%) CSP clauses are encoded (3898417 clauses, 87813729 bytes)
19.39/19.79	c 20	18074 (60%) CSP clauses are encoded (4683581 clauses, 106720111 bytes)
21.25/21.64	c 22	21087 (70%) CSP clauses are encoded (5411374 clauses, 124405997 bytes)
23.43/23.80	c 24	24099 (80%) CSP clauses are encoded (6316209 clauses, 146198677 bytes)
25.19/25.67	c 26	27111 (90%) CSP clauses are encoded (7085904 clauses, 164733894 bytes)
27.27/27.72	c 28	30123 (100%) CSP clauses are encoded (7878871 clauses, 183782056 bytes)
27.27/27.72	c 28	30123 CSP clauses encoded
27.27/27.72	c 28	Writing map file : HOME/temp.map
27.27/27.76	c 28	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.27/27.76	c 28	SAT : 729355 SAT variables, 7878871 SAT clauses, 183782056 bytes
27.27/27.76	c 28	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.33/27.81	c 28	SOLVING HOME/temp.cnf
27.33/27.81	c 28	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
109.82/111.11	c 111	DECODING HOME/temp.out WITH HOME/temp.map
109.82/111.11	c 111	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'
109.82/111.19	c 111	Decoding HOME/temp.out
109.83/111.58	s UNSATISFIABLE
109.83/111.59	c 112	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
109.83/111.65	c 112	CPU 110.31 (0.07 0.01 71.57 38.66)
109.83/111.65	c 112	END Sun Jul 12 10:33:24 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2088043-1247387492/watcher-2088043-1247387492 -o /tmp/evaluation-result-2088043-1247387492/solver-2088043-1247387492 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2088043-1247387492.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.00 4/74 28695
/proc/meminfo: memFree=1755544/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=18576 CPUtime=0
/proc/28695/stat : 28695 (runsolver) R 28693 28695 26783 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 25816101 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28695/statm: 4644 284 249 26 0 2626 0

[startup+0.084881 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28695
/proc/meminfo: memFree=1755544/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=0.07
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1209 128 0 0 6 1 0 0 18 0 1 0 25816101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102378 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28695
/proc/meminfo: memFree=1755544/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=0.07
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25816101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30139 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28695
/proc/meminfo: memFree=1755544/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=0.07
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25816101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701442 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28695
/proc/meminfo: memFree=1755544/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=0.07
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25816101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50155 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 28717
/proc/meminfo: memFree=1748160/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=0.87
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1309 7007 0 1 6 1 76 4 16 0 1 0 25816101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1111 409 3 0 796 0
[pid=28708] ppid=28695 vsize=5356 CPUtime=0
/proc/28708/stat : 28708 (sh) S 28695 28695 26783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28708/statm: 1339 233 193 169 0 50 0
[pid=28709] ppid=28708 vsize=868484 CPUtime=0.55
/proc/28709/stat : 28709 (java) S 28708 28695 26783 0 -1 0 5551 0 1 0 51 4 0 0 18 0 9 0 25816194 889327616 4968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28709/statm: 217121 4968 1742 9 0 211626 0
[pid=28709/tid=28710] ppid=28708 vsize=868484 CPUtime=0.34
/proc/28709/task/28710/stat : 28710 (java) R 28708 28695 26783 0 -1 64 2667 0 1 0 32 2 0 0 22 0 9 0 25816195 889327616 4968 996147200 134512640 134550932 4294955936 18446744073709551615 4126528800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28711] ppid=28708 vsize=868484 CPUtime=0.04
/proc/28709/task/28711/stat : 28711 (java) S 28708 28695 26783 0 -1 64 737 0 0 0 4 0 0 0 16 0 9 0 25816196 889327616 4968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28712] ppid=28708 vsize=868484 CPUtime=0
/proc/28709/task/28712/stat : 28712 (java) S 28708 28695 26783 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25816196 889327616 4968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28713] ppid=28708 vsize=868484 CPUtime=0
/proc/28709/task/28713/stat : 28713 (java) S 28708 28695 26783 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25816196 889327616 4968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28714] ppid=28708 vsize=868484 CPUtime=0
/proc/28709/task/28714/stat : 28714 (java) S 28708 28695 26783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816198 889327616 4968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28715] ppid=28708 vsize=868484 CPUtime=0.14
/proc/28709/task/28715/stat : 28715 (java) S 28708 28695 26783 0 -1 64 1453 0 0 0 13 1 0 0 16 0 9 0 25816198 889327616 4968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28716] ppid=28708 vsize=868484 CPUtime=0
/proc/28709/task/28716/stat : 28716 (java) S 28708 28695 26783 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25816198 889327616 4968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28717] ppid=28708 vsize=868484 CPUtime=0
/proc/28709/task/28717/stat : 28717 (java) S 28708 28695 26783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25816198 889327616 4968 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) 890708

[startup+3.10176 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 28717
/proc/meminfo: memFree=1734592/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=0.87
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1309 7007 0 1 6 1 76 4 16 0 1 0 25816101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1111 409 3 0 796 0
[pid=28708] ppid=28695 vsize=5356 CPUtime=0
/proc/28708/stat : 28708 (sh) S 28695 28695 26783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28708/statm: 1339 233 193 169 0 50 0
[pid=28709] ppid=28708 vsize=868568 CPUtime=2.13
/proc/28709/stat : 28709 (java) S 28708 28695 26783 0 -1 0 9257 0 1 0 206 7 0 0 18 0 9 0 25816194 889413632 8347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28709/statm: 217142 8347 2566 9 0 211647 0
[pid=28709/tid=28710] ppid=28708 vsize=868568 CPUtime=1.55
/proc/28709/task/28710/stat : 28710 (java) R 28708 28695 26783 0 -1 64 2885 0 1 0 153 2 0 0 25 0 9 0 25816195 889413632 8347 996147200 134512640 134550932 4294955936 18446744073709551615 4126508192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28711] ppid=28708 vsize=868568 CPUtime=0.37
/proc/28709/task/28711/stat : 28711 (java) S 28708 28695 26783 0 -1 64 4194 0 0 0 35 2 0 0 16 0 9 0 25816196 889413632 8347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28712] ppid=28708 vsize=868568 CPUtime=0
/proc/28709/task/28712/stat : 28712 (java) S 28708 28695 26783 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25816196 889413632 8347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28713] ppid=28708 vsize=868568 CPUtime=0
/proc/28709/task/28713/stat : 28713 (java) S 28708 28695 26783 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25816196 889413632 8347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28714] ppid=28708 vsize=868568 CPUtime=0
/proc/28709/task/28714/stat : 28714 (java) S 28708 28695 26783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816198 889413632 8347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28715] ppid=28708 vsize=868568 CPUtime=0.18
/proc/28709/task/28715/stat : 28715 (java) S 28708 28695 26783 0 -1 64 1479 0 0 0 17 1 0 0 15 0 9 0 25816198 889413632 8347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28716] ppid=28708 vsize=868568 CPUtime=0
/proc/28709/task/28716/stat : 28716 (java) S 28708 28695 26783 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25816198 889413632 8347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28717] ppid=28708 vsize=868568 CPUtime=0
/proc/28709/task/28717/stat : 28717 (java) S 28708 28695 26783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25816198 889413632 8347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890792

[startup+6.30218 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 28717
/proc/meminfo: memFree=1710400/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=0.88
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1310 7007 0 1 7 1 76 4 15 0 1 0 25816101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1111 409 3 0 796 0
[pid=28708] ppid=28695 vsize=5356 CPUtime=0
/proc/28708/stat : 28708 (sh) S 28695 28695 26783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28708/statm: 1339 233 193 169 0 50 0
[pid=28709] ppid=28708 vsize=868680 CPUtime=5.28
/proc/28709/stat : 28709 (java) S 28708 28695 26783 0 -1 0 19861 0 1 0 517 11 0 0 18 0 9 0 25816194 889528320 13612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28709/statm: 217170 13612 2592 9 0 211647 0
[pid=28709/tid=28710] ppid=28708 vsize=868680 CPUtime=3.89
/proc/28709/task/28710/stat : 28710 (java) R 28708 28695 26783 0 -1 64 3421 0 1 0 386 3 0 0 24 0 9 0 25816195 889528320 13612 996147200 134512640 134550932 4294955936 18446744073709551615 4126976083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28711] ppid=28708 vsize=868680 CPUtime=1.14
/proc/28709/task/28711/stat : 28711 (java) S 28708 28695 26783 0 -1 64 14216 0 0 0 108 6 0 0 16 0 9 0 25816196 889528320 13612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28712] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28712/stat : 28712 (java) S 28708 28695 26783 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25816196 889528320 13612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28713] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28713/stat : 28713 (java) S 28708 28695 26783 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25816196 889528320 13612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28714] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28714/stat : 28714 (java) S 28708 28695 26783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816198 889528320 13612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28715] ppid=28708 vsize=868680 CPUtime=0.23
/proc/28709/task/28715/stat : 28715 (java) S 28708 28695 26783 0 -1 64 1525 0 0 0 22 1 0 0 15 0 9 0 25816198 889528320 13612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28716] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28716/stat : 28716 (java) S 28708 28695 26783 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25816198 889528320 13612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28717] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28717/stat : 28717 (java) S 28708 28695 26783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25816198 889528320 13612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890904

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 28717
/proc/meminfo: memFree=1671872/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=0.88
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1310 7007 0 1 7 1 76 4 16 0 1 0 25816101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1111 409 3 0 796 0
[pid=28708] ppid=28695 vsize=5356 CPUtime=0
/proc/28708/stat : 28708 (sh) S 28695 28695 26783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28708/statm: 1339 233 193 169 0 50 0
[pid=28709] ppid=28708 vsize=868680 CPUtime=11.61
/proc/28709/stat : 28709 (java) S 28708 28695 26783 0 -1 0 20179 0 1 0 1119 42 0 0 18 0 9 0 25816194 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28709/statm: 217170 13635 2593 9 0 211647 0
[pid=28709/tid=28710] ppid=28708 vsize=868680 CPUtime=10.02
/proc/28709/task/28710/stat : 28710 (java) R 28708 28695 26783 0 -1 64 3719 0 1 0 972 30 0 0 25 0 9 0 25816195 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4126978539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28711] ppid=28708 vsize=868680 CPUtime=1.29
/proc/28709/task/28711/stat : 28711 (java) S 28708 28695 26783 0 -1 64 14216 0 0 0 120 9 0 0 16 0 9 0 25816196 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28712] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28712/stat : 28712 (java) S 28708 28695 26783 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25816196 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28713] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28713/stat : 28713 (java) S 28708 28695 26783 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25816196 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28714] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28714/stat : 28714 (java) S 28708 28695 26783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816198 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28715] ppid=28708 vsize=868680 CPUtime=0.27
/proc/28709/task/28715/stat : 28715 (java) S 28708 28695 26783 0 -1 64 1545 0 0 0 26 1 0 0 16 0 9 0 25816198 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28716] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28716/stat : 28716 (java) S 28708 28695 26783 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25816198 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28717] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28717/stat : 28717 (java) S 28708 28695 26783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25816198 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890904

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 28717
/proc/meminfo: memFree=1546688/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=0.88
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1310 7007 0 1 7 1 76 4 16 0 1 0 25816101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1111 409 3 0 796 0
[pid=28708] ppid=28695 vsize=5356 CPUtime=0
/proc/28708/stat : 28708 (sh) S 28695 28695 26783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816194 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28708/statm: 1339 233 193 169 0 50 0
[pid=28709] ppid=28708 vsize=868680 CPUtime=24.23
/proc/28709/stat : 28709 (java) S 28708 28695 26783 0 -1 0 21002 0 1 0 2305 118 0 0 18 0 9 0 25816194 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28709/statm: 217170 13635 2593 9 0 211647 0
[pid=28709/tid=28710] ppid=28708 vsize=868680 CPUtime=22.24
/proc/28709/task/28710/stat : 28710 (java) R 28708 28695 26783 0 -1 64 4542 0 1 0 2123 101 0 0 25 0 9 0 25816195 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4126984880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28711] ppid=28708 vsize=868680 CPUtime=1.69
/proc/28709/task/28711/stat : 28711 (java) S 28708 28695 26783 0 -1 64 14216 0 0 0 154 15 0 0 16 0 9 0 25816196 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28712] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28712/stat : 28712 (java) S 28708 28695 26783 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25816196 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28713] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28713/stat : 28713 (java) S 28708 28695 26783 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25816196 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28714] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28714/stat : 28714 (java) S 28708 28695 26783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816198 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28715] ppid=28708 vsize=868680 CPUtime=0.27
/proc/28709/task/28715/stat : 28715 (java) S 28708 28695 26783 0 -1 64 1545 0 0 0 26 1 0 0 16 0 9 0 25816198 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28716] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28716/stat : 28716 (java) S 28708 28695 26783 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25816198 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28709/tid=28717] ppid=28708 vsize=868680 CPUtime=0
/proc/28709/task/28717/stat : 28717 (java) S 28708 28695 26783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25816198 889528320 13635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 890904

[startup+51.1021 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28719
/proc/meminfo: memFree=1439872/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=27.35
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1366 28456 0 2 7 1 2589 138 16 0 1 0 25816101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1114 409 3 0 796 0
[pid=28718] ppid=28695 vsize=5356 CPUtime=0
/proc/28718/stat : 28718 (sh) S 28695 28695 26783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25818883 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28718/statm: 1339 232 193 169 0 50 0
[pid=28719] ppid=28718 vsize=151516 CPUtime=23.04
/proc/28719/stat : 28719 (picosat) R 28718 28695 26783 0 -1 4194304 32629 0 0 0 1041 1263 0 0 25 0 1 0 25818883 155152384 32615 996147200 134512640 134931368 4294956256 18446744073709551615 134520408 0 0 4096 0 0 0 0 17 1 0 0
/proc/28719/statm: 37879 32615 40 102 0 37774 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 173740

[startup+102.311 s]
/proc/loadavg: 2.00 2.00 2.00 4/77 28719
/proc/meminfo: memFree=1269120/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=27.35
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1366 28456 0 2 7 1 2589 138 16 0 1 0 25816101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1114 409 3 0 796 0
[pid=28718] ppid=28695 vsize=5356 CPUtime=0
/proc/28718/stat : 28718 (sh) S 28695 28695 26783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25818883 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28718/statm: 1339 232 193 169 0 50 0
[pid=28719] ppid=28718 vsize=331952 CPUtime=73.75
/proc/28719/stat : 28719 (picosat) R 28718 28695 26783 0 -1 4194304 74742 0 0 0 3658 3717 0 0 25 0 1 0 25818883 339918848 74728 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/28719/statm: 82988 74728 42 102 0 82883 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 354176

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

[startup+108.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28719
/proc/meminfo: memFree=1264832/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=27.35
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1366 28456 0 2 7 1 2589 138 16 0 1 0 25816101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1114 409 3 0 796 0
[pid=28718] ppid=28695 vsize=5356 CPUtime=0
/proc/28718/stat : 28718 (sh) S 28695 28695 26783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25818883 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28718/statm: 1339 232 193 169 0 50 0
[pid=28719] ppid=28718 vsize=335780 CPUtime=80.09
/proc/28719/stat : 28719 (picosat) R 28718 28695 26783 0 -1 4194304 75960 0 0 0 4291 3718 0 0 25 0 1 0 25818883 343838720 75946 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/28719/statm: 83945 75946 42 102 0 83840 0
Current children cumulated CPU time (s) 107.44
Current children cumulated vsize (KiB) 358004

[startup+110.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28719
/proc/meminfo: memFree=1263232/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=27.35
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1366 28456 0 2 7 1 2589 138 16 0 1 0 25816101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1114 409 3 0 796 0
[pid=28718] ppid=28695 vsize=5356 CPUtime=0
/proc/28718/stat : 28718 (sh) S 28695 28695 26783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25818883 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28718/statm: 1339 232 193 169 0 50 0
[pid=28719] ppid=28718 vsize=344896 CPUtime=81.67
/proc/28719/stat : 28719 (picosat) R 28718 28695 26783 0 -1 4194304 76271 0 0 0 4449 3718 0 0 25 0 1 0 25818883 353173504 76257 996147200 134512640 134931368 4294956256 18446744073709551615 134523062 0 0 4096 0 0 0 0 17 1 0 0
/proc/28719/statm: 86224 76257 42 102 0 86119 0
Current children cumulated CPU time (s) 109.02
Current children cumulated vsize (KiB) 367120

[startup+111.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28719
/proc/meminfo: memFree=1288768/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=27.35
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1366 28456 0 2 7 1 2589 138 16 0 1 0 25816101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1114 409 3 0 796 0
[pid=28718] ppid=28695 vsize=5356 CPUtime=0
/proc/28718/stat : 28718 (sh) S 28695 28695 26783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25818883 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28718/statm: 1339 232 193 169 0 50 0
[pid=28719] ppid=28718 vsize=0 CPUtime=82.47
/proc/28719/stat : 28719 (picosat) R 28718 28695 26783 0 -1 4194308 76385 0 0 0 4524 3723 0 0 25 0 1 0 25818883 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/28719/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 109.82
Current children cumulated vsize (KiB) 22224

[startup+111.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28719
/proc/meminfo: memFree=1288768/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=109.83
/proc/28695/stat : 28695 (sugar) S 28693 28695 26783 0 -1 4194304 1447 105126 0 2 7 1 7113 3862 16 0 1 0 25816101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28695/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 109.83
Current children cumulated vsize (KiB) 16868

[startup+111.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28719
/proc/meminfo: memFree=1288768/2055920 swapFree=4192812/4192956
[pid=28695] ppid=28693 vsize=16868 CPUtime=110.37
/proc/28695/stat : 28695 (sugar) R 28693 28695 26783 0 -1 4194304 1477 111436 0 3 7 7 7157 3866 16 0 1 0 25816101 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28695/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 110.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 111.742
CPU time (s): 110.432
CPU user time (s): 71.6551
CPU system time (s): 38.7771
CPU usage (%): 98.8275
Max. virtual memory (cumulated for all children) (KiB): 901292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.6551
system time used= 38.7771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112973
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= 16480
involuntary context switches= 18365

runsolver used 0.149977 second user time and 0.38994 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 10:31:32
IDJOB=2088043
IDBENCH=58855
IDSOLVER=738
FILE ID=node13/2088043-1247387492
PBS_JOBID= 9507185
Free space on /tmp= 66288 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088043-1247387492/watcher-2088043-1247387492 -o /tmp/evaluation-result-2088043-1247387492/solver-2088043-1247387492 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2088043-1247387492.xml

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

MD5SUM BENCH= 75e1db7383da88119e757b40e890b46a
RANDOM SEED=405458782

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.241
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.241
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:       1756024 kB
Buffers:         16268 kB
Cached:          86956 kB
SwapCached:          0 kB
Active:         215616 kB
Inactive:        33556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:         157096 kB
Slab:            35560 kB
Committed_AS:   318508 kB
PageTables:       2164 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= 66284 MiB
End job on node13 at 2009-07-12 10:33:24